Skip to content

当带有navi的A颜色的Controller,present B颜色的NavigationController,dismissB时,A的导航颜色会变为B #24

@zkfpk6

Description

@zkfpk6

(当modalPresentationStyle为UIModalPresentationOverFullScreen时)
问题出在第473行,
if (self.topViewController.presentingViewController) { return; }
应改为
if (self.topViewController.presentedViewController) { return; }
请作者有空修复一下

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