According to time profile, I found that my app waste too much time on [CALayer layoutSublayers] due to calling [UITable layoutSubviews]. So the action generating tableview is not smooth, whenever tap the button at first time, I would wait almost 2 second until see next view. Each of the cell in the tableview of next view have 8 subview resulting in layoutSubviews engaged too much time. Thus I want to know how to optimize this progress, and I don't want to build a custom cell contain these 8 subviews in its drawrect: to avoid layoutSubviews. Who can help me?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|