Skip to content

Completion block called while view is presented when the close button is clicked. #36

@rojo69

Description

@rojo69
  • (void)close:(id)sender {
    [_input resignFirstResponder];
    [self dismissViewControllerAnimated:YES completion:nil];
    [_delegate canceled];
    }

In this method the delegate should be called in the completion block, to make it possible to present new views right away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions