-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I get quite strange behaviour when using this in combination with a UIImagePickerController.
The whole thing sometimes (not all the time) crashes when using a UIImagePickerController.
- (void)nxEV_layoutSubviews;
{
// this calls the original layoutSubviews implementation
[self nxEV_layoutSubviews]; <-- EXC_BAD_ACCESS EXCEPTION
[self nxEV_updateEmptyView];
}It somehow crashes when calling upon the original implementation. Funnily enough, only for me on my iPod Testing Device, and it never happened in the wild yet. Doesn't make a difference whether I have the debugger attached or not. Someone got a clue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels