8000 Button in custom view causes EXC_BAD_ACCESS when pressed · Issue #16 · rnystrom/RNBlurModalView · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Button in custom view causes EXC_BAD_ACCESS when pressed #16
Open
@raphneve

Description

@raphneve

Hi there, and thanks for a nifty component.
I am using the following code to present a custom view :

    AproposView *apropos = [[AproposView alloc] initWithNibName:@"AproposView" bundle:nil];
    RNBlurModal *blurModal = [[RNBlurModalView alloc] initWithViewController:self view:apropos.view];
    [blurModal show];

In the AproposView, I have a button, which when I press generates an EXC_BAD_ACCESS message. I also tried other methods such as putting a tapgesture on an UIImageView but the result was the same.

Any pointers appreciated !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0