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。
UITableView
UILabelこのエリアに を表示するにはどうすればよいですか?
UILabel
フレーム プロパティを次UILabelのように外側に設定しますUITableView。
label.frame = CGRectMake(0, -40, 320, 40);
...そしてclipsToBounds、テーブル ビューのプロパティが に設定されていることを確認しますNO。
clipsToBounds
NO