Tim Schroeder
Tim Schroeder
Yes. The problem is that the app crash direct after launch by the users and they can reproduce it. It worked on my 4 test iPads without any problem. I'm...
It's the symbolicated crash report. But the GitHub editor change this line. 1 NewApp 0x00082903 -PrettyTableViewCellBackground drawRect:  I can't get more information about the...
Any ideas? I think it must be in this snip of code: - (void) drawRect:(CGRect)initialRect { CGRect rect = [self innerFrame:initialRect]; [self drawBorder:rect shadow:self.cell.dropsShadow]; [self drawBackground:rect]; switch (self.cell.position) { case...