LoginSignup
33
26

More than 5 years have passed since last update.

【Swift】UITableViewの空セルのseparatorを消す方法

Last updated at Posted at 2016-10-11

デモ

これを
スクリーンショット 2016-10-12 8.34.03.png
こうする方法
スクリーンショット 2016-10-12 8.34.31.png

コード

これだけ

tableView.tableFooterView = UIView(frame: .zero)
33
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
33
26