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);