forkingdog / forkingdog/FDFullscreenPopGesture

iOS push闪退

Open
#155 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
5.9k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

` _FDViewControllerWillAppearInjectBlock block = ^(UIViewController *viewController, BOOL animated) {
__strong typeof(weakSelf) strongSelf = weakSelf;
if (strongSelf) {
[strongSelf setNavigationBarHidden:viewController.fd_prefersNavigationBarHidden animated:animated];
}
};`
问题出在这个方法
这一行:
` [strongSelf setNavigationBarHidden:viewController.fd_prefersNavigationBarHidden animated:animated];`

报错_UIButtonBarButtonVisualProviderIOS cannot have a background without any content

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.