Skip to content

Crash upon using UIImagePickerController #7

@dschoeni

Description

@dschoeni

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions