What would be possible issues having a UITableView load all of it's cells even though most are off screen?
The custom cells are using Auto-Layout as well as the entire screen that the table view is in.
This is happening in ios versions 8, 7, 6
What would be possible issues having a UITableView load all of it's cells even though most are off screen?
The custom cells are using Auto-Layout as well as the entire screen that the table view is in.
This is happening in ios versions 8, 7, 6
Do not put table view under a scroll view and / or turn off the scrolling for the table view.