TPKeyboardAvoiding键盘弹出, 视图不完全显示问

2019-03-20  本文已影响0人  通哥
Untitled.gif
原因一: 是设置导航栏背景图片了
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:[ViewController new]];
[nav.navigationBar setBackgroundImage:[UIImage imageNamed:@"tabbar_bg"] forBarMetrics:UIBarMetricsDefault];

原因二:
控制器中设置
self.navigationController.navigationBar.translucent = YES;
上一篇下一篇

猜你喜欢

热点阅读