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.
UITableView使用底座时是否可以底部对齐UITableViewController?我想为带有部分卷曲过渡的模态执行此操作。
UITableView
UITableViewController
如果您使用的是UITableViewController,它会自动使 tableview 全屏显示,并且无法更改。
但是,如果您不需要 a UITableViewController,您可以使用标准执行此操作UIViewController,只需设置UITableView( 在情节提要中或在适当的代码中) 的大小。
UIViewController