I have a searchable tableview, but would like to only display the number of cells that are returned once a user starts a search. For instance, if a user types in a charecter
For swift 2.x xCode 7 :
override func viewDidLoad() { super.viewDidLoad() print("∙ \(NSStringFromClass(self.dynamicType))") ... self.tableView.tableFooterView = UIView() }