How to set an Array Value with Button click
ios:
I have an NSMutableArray consisted of an object with one NSString. Now I want to set the value of the NSString of the object in the NSMutableArray in an NSTextField and when I click a UIButton, the value of the next array should appear. How can I manage to do this?
|