自分用メモ。
↓の記事を参考にしました。
http://qiita.com/wmoai/items/cc989a1a2ac882136148
swift
var v:UIView = UIView(frame: CGRectZero)
v.backgroundColor = UIColor.clearColor()
tableView.tableFooterView = v
tableView.tableHeaderView = v
これだけです。
Go to list of users who liked
More than 5 years have passed since last update.
自分用メモ。
↓の記事を参考にしました。
http://qiita.com/wmoai/items/cc989a1a2ac882136148
var v:UIView = UIView(frame: CGRectZero)
v.backgroundColor = UIColor.clearColor()
tableView.tableFooterView = v
tableView.tableHeaderView = v
これだけです。
Register as a new user and use Qiita more conveniently
Go to list of users who liked