I’m trying to set a segmented control on each cell of the tableView of my application, which could change the values of an array.
In my example, I’d like to set an Array with values “A”, “A”, “A”, “A”, all of them should be changed by selection on the segmented control…
I hope I’m clear… Thanks a lot !
(I’d like post an image but i’m a new user and by the way I’m not allowed to)
I have actually made an UITableView with SegmentedControl on each row, with action:
Where uneCell is the class of the UITableViewCell and uneArray is an array containing the index value of the SegmentedControl for each cell.