Hi,
I have loaded in a plist, and nothing is crashing. I need to direct a UILabel to change to the plist's value, but can't seem to link that part right.
label.text = [valueForKey
"value"];
This is right, but how do I tell it which item number in the list this is from?
beesbane is offline Reply With Quote
I have loaded in a plist, and nothing is crashing. I need to direct a UILabel to change to the plist's value, but can't seem to link that part right.
label.text = [valueForKey
This is right, but how do I tell it which item number in the list this is from?
beesbane is offline Reply With Quote