如何使用 Objective-C 修复 UIViewController 中的页脚?
Posted
技术标签:
【中文标题】如何使用 Objective-C 修复 UIViewController 中的页脚?【英文标题】:How to fix the footer in UIViewController using Objective-C? 【发布时间】:2017-05-06 09:16:51 【问题描述】:我对 ios 编程非常陌生。我必须修复UIViewController
中的页脚。我知道如何修复 UITableViewController
中的粘滞页脚。
谁能建议我如何修复UIViewController
中的页脚?
【问题讨论】:
查看tutorialspoint.com/ios/ios_ui_elements_toolbar.htm 【参考方案1】:uiviewcontroller 没有页眉或页脚视图。您需要在其子视图中创建视图并设置其底部布局
【讨论】:
【参考方案2】:通过使用自动布局:将视图添加到视图的底部并将约束设置为左、右和底部,这样无论屏幕大小如何,页脚都可以在底部准备好。
【讨论】:
以上是关于如何使用 Objective-C 修复 UIViewController 中的页脚?的主要内容,如果未能解决你的问题,请参考以下文章
Objective-c:如何在启用纵向锁定的情况下在捕获后修复图像方向