viewDidLoadに以下を追加するだけ。
//空のセルの線を非表示
tableView.tableFooterView = UIView()
投稿日:
viewDidLoadに以下を追加するだけ。
//空のセルの線を非表示
tableView.tableFooterView = UIView()
執筆者:swift
関連記事
Firebaseのpod installを試みたが、何度やっても以下のエラーが出る。 [!] Unable to find a specification for `FireBase` You hav …
TableViewとはリスト型のパーツである。 TableViewを構築するときに必要なメソッド ・セルの数を決めるメソッド ・セルのセクション数を決めるメソッド ・セルを構築する際に呼ばれるメソッド …
navigationControllerを使っている場合、 override func touchesBegan(_ touches: Set, with event: UIEvent?) { vie …