UISegmentedControl makes UITableView slow/lag?
- by Zac Altman
So I have a nicely working UITableView consisting of 3 rows (each including and image, and a varying number of text fields).
Now the 4th row has a UISegmentedControl. As soon as I added it, the UITableView lags/jumps/skips. When I take it away again, everything is smooth.
How can I add the UISegmentedControl and still have smooth scrolling?