bigfish24 / ABFRealmSearchViewController

Drop-in text search interface for Realm data
MIT License
87 stars 19 forks source link

How to work with UITableView sections #16

Closed nitishmakhija closed 5 years ago

nitishmakhija commented 7 years ago

I saw you have hard coded the UITableViewControllerDataSource method open override func numberOfSections(in tableView: UITableView) -> Int { return 1 }