iOS/UIKit

[UIKit] UITableView 빈 셀 숨기기

tableView.tableFooterView = UIView(frame: CGRect.zero)

그냥 UIView 하나 끌어다 스토리보드에 놓아도 되지만 코드 한 줄이 더 편하길래~~~~