UISegmentedControl makes UITableView slow/lag?

Posted by Zac Altman on Stack Overflow See other posts from Stack Overflow or by Zac Altman
Published on 2010-02-18T09:24:33Z Indexed on 2010/03/27 9:33 UTC
Read the original article Hit count: 638

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?

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about uisegmentedcontrol