Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks. I just did not include the full method, because it is a little bit long. You can check it out here pastebin.com/q7rLbLq9 Commented Jul 5, 2015 at 16:21
  • 1
    make sure that the cell is instantiated only once in each branch. There are still two places. Remove the first (global) one. And avoid calling cellForRowAtIndexPath in other methods explicitly. Update the model and reload the table view Commented Jul 5, 2015 at 16:27
  • Alright! But then why apple calls cellForRowAtIndexPath in other methods? from "LazyTableViewImages": pastebin.com/pV1C0Uvg Commented Jul 5, 2015 at 16:40