1

I have weird problem on iOS 8 with dynamically resizing table cells. While I scroll down table, cells which come in and appear seems to fly in. It looks like cell adjust width to fit iPhone 6 (like stretching from wider size).

How to prevent that strange behaviour.

mbutan
  • 1,359
  • 2
  • 13
  • 23

2 Answers2

0

read and learn about reuseIndetifier, it will speed up cell rendering and a must to use. And post code next time :)

iPhone - What are reuseIdentifiers (UITableViewCell)?

Community
  • 1
  • 1
Yaro
  • 1,222
  • 11
  • 15
0

Definitely I know how to use reuseIdentifier and I do it. Problem is completely different, maybe someone else met that kind of issue.

mbutan
  • 1,359
  • 2
  • 13
  • 23