1

Development Environment:iOS9 Xcode7

In tableView,if cell set image with [imageNamed:], it will make bad fps and bad lag phase.

So Why ?

Just apple changed its underlying mechanism or just iOS9 with bad optimizer ?

And now, there are so many tableViews, so many cells, so many images in my app, it's really a serious problem, so can u help me ?

0x10
  • 21
  • 1
  • Table views work like a clock if configured properly. You need to post `tableView:cellForRowAtIndexPath:` if you need help for your problem. – Desdenova Sep 30 '15 at 09:21
  • Maybe my question is not clear, I mean [imageNamed:] this method works with low efficiency in iOS9. – 0x10 Sep 30 '15 at 09:27
  • This isn't a question, it's a rant. Did you measure it? Did you look at your images? Maybe you got images from clueless designers? Maybe you are doing something else completely wrong? – gnasher729 Sep 30 '15 at 10:30
  • 1
    Got similar issues and seems lika a lot of other people are experiencing the same problem: https://forums.developer.apple.com/thread/17888 – emreberge Oct 05 '15 at 15:16

0 Answers0