エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
iOS7 last cell in UITableView section forces full width separator
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
iOS7 last cell in UITableView section forces full width separator
The UITableView below has custom UITableViewCells and I can adjust the separators fine using this... The UITableView below has custom UITableViewCells and I can adjust the separators fine using this line in the custom UITableViewCell: self.separatorInset = UIEdgeInsetsMake(0, kDefaultSeparatorLeftInset, 0, 0); However the cell at the bottom of the section has a default separator that overrides the custom UIEdgeInsets that I set. I'd like all the separators to be the same width, is there any way o