0

Has somebody met this problem before? Just normally using one tableview, no huge computing, no time costing UI to display. Ordinary tableview with simple cells there. Tap one cell and sometimes (very small possibility but happens, really annoying) the whole UI will froze, and the only way to solve it is to restart app. Really weird.

Linc
  • 1,239
  • 11
  • 15
  • reproducible in a simple new project or is it specific to yours ? – Shubhank Jul 29 '16 at 07:05
  • 1
    check asyc calls and the main queue [here](http://stackoverflow.com/questions/24985716/in-swift-how-to-call-method-with-parameters-on-gcd-main-thread) – Özgür Ersil Jul 29 '16 at 07:09
  • sorry, not yet, hard to reproduce but sometimes during testing, this issue would popup. – Linc Jul 29 '16 at 07:10
  • no asyc calls, very basic use. – Linc Jul 29 '16 at 07:11
  • Show us all your tableview-related code, from creation to deallocation (if any). You're probably doing something wrong that you wouldn't know about, hopefully. – Gil Sand Jul 29 '16 at 07:17

0 Answers0