I\'m creating a number of static custom UITableViewCells
and have dragged a UISegmentedControl
onto one of the custom cells.
Whilst the segmen
I want to add to Kender's answer.
If you use storyboard rather than XIB, you will need to add:
The id can be anything unique I guess. Maybe pick some ID and modify one letter?
This is the full code
I add a userLabel so I can easily find the stuff.
Note: reading the storyboard is very enlightening. Changing storyboard file is VERY dangerous.