美文网首页
iPhoneX push过程中tabBar位置上移

iPhoneX push过程中tabBar位置上移

作者: 肉肉要次肉 | 来源:发表于2017-10-10 17:43 被阅读66次

发现一个小细节问题,当push页面过程中会发现tabBar上移了一段距离,搞不懂是怎么回事,也许是iPhone X任性吧~

然后在UINavigationController的基类重写pushViewController代理方法,在Push的时候修正一下TabBar的frame就可以了。

为了防止与系统UINavigationController发生冲突,自己重新创建了一个UINavigationControll类继承自UINavigationController

UINavigationControll.h文件 UINavigationControll.m文件

然后,不要忘记要将UINavigationController原本的push方法替换掉哦

完成以上步骤,push过程tabBar上移问题就解决了。

相关文章

网友评论

      本文标题:iPhoneX push过程中tabBar位置上移

      本文链接:https://www.haomeiwen.com/subject/owcbyxtx.html