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 的宽度?
我想将表格设置为占据屏幕宽度的一半和整个高度的子视图。
当然,您可以将桌框设置为您想要的任何东西。
self.tableView.frame = CGRectMake(80, 0, 160, screenHeight);