Skip to content

ios7 中 不能显示 #5

@jiangmingz

Description

@jiangmingz

UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:viewController];
navigation.modalPresentationStyle = UIModalPresentationCustom;
navigation.transitioningDelegate = self.transitionAnimator;
[self presentViewController:navigation animated:YES completion:nil];

Warning: Attempt to present <UINavigationController: 0x1558c390> on <UINavigationController: 0x1553a550> which is already presenting <UINavigationController: 0x15580ae0>
不能显示controller

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions