Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实现持久 iOS 页脚视图的最佳方法是什么?此页脚视图不应包含在导航动画(推/弹出/等)中。此外,活动导航控制器调整其内容视图/视图控制器内容的大小以考虑页脚。任何例子/如何去实现这个?
这个视图的行为很像一个UITabBar.
UITabBar
如果您使用的是 iOS6+,请将您的根视图控制器设置为具有容器视图的视图,该容器视图实际上是您的内容所在的位置,并且在其下方包括您的页脚。
如果你想使用<iOS6,那么你将需要操作你的根视图控制器的框架,并将页脚视图添加为窗口的子视图