Ricky Tan
Ricky Tan
**FDFullscreenPopGesture** 使用了太多 `swizzle` ,而同时本项目有两层 **Navigation**,难免出问题。 你的全屏返回怎么做的?
你的 `self.childViewControllers.lastObject` 改为 `self.topViewController` 试试?
不应该啊,您的使用代码贴一下?
设置了谁的背景图?如何设置的?
drawRect: 中只能调 [super drawRect:],外加自己的绘制代码
代码放一下
这个东西的设置最好在 `-viewDidLoad` 中,除非你确定知道自己在干什么
在你的内容 vc 的 `-viewDidLoad` 中试试? ```objc - (void)viewDidLoad { [super viewDidLoad]; [self.navigationController.navigationBar setBackgroundImage: xxx]; } ```
原生的不会是吗,你先设置 `self.tabBarController.tabBar.isTranslucent = NO` 试试