I have a UIView which contains a UITableView. The tableview\'s delegate is set to my UIView, but it never calls the delegate methods:
-(id)init { self = [sup
try this:
override func numberOfSections(in tableView: UITableView) -> Int { return 1 }
i had this stupid problem too