I am developing an iPhone app that has a view that includes a UILBL. The UILBL displays the string from within a wire, which is structured in the following form;
Route ......................... .............. ......... (array) ............. Item 0 ......... .............. .......... (dictionary) ....................... Question .. ........... ........ (string) "Question 0" ............. Item 1 ...... .............. ............. (Dictionaries) .................... ..... ........... (string) "Question 1" ............. Item 2 ... .............. ................ (dictionary) ................. ........ Question ..... .............. (string) "Question 2" Plist is defined as an NSArray and the string within constants of each constant key Use it Called.
Now I want to apply a UIButton when pressed, then loads the next item from plist / array in UILabel.
I should know what this verb would look like in the code because I can not find an example anywhere :( Can anyone help with this?
j
Looks like you want a UITabelView and each property has an item from its property list It is very well documented, not only in the case of API which would be necessary in this case, but In the sample code, for example, Table View Suite is a great place.
In case of a UI try and imagine your use case, you will see what I mean.
Comments
Post a Comment