EXC_BAD_ACCESS at UITableView on IOS
- by Suprie
Hi all,
When scrolling through table, my application crash and console said it was EXC_BAD_ACCESS.
I've look everywhere, and people suggest me to use NSZombieEnabled on my executables environment variables. I've set NSZombieEnabled, NSDebugEnabled, MallocStackLogging and MallocStackLoggingNoCompact to YES on my executables.
But apparently i…