iOS 11: Pop view controller with scrollView inside navigation controller with opaque navbar result in weird content animation during transition

若如初见. 提交于 2019-12-03 15:29:10

It is a bug in iOS 11 I believe. Here's a rdar about it: http://openradar.appspot.com/34465226

You can walk around this issue by check the Extend Edges: Under Opaque Bars box in storyboard or set [self setExtendedLayoutIncludesOpaqueBars:YES] manually in code.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!