In my storyboard I have UITableViewController which has custom class. How can I add UIView objects on top and bottom parts of the table view?
Do I have to create UITableView and two desired views inside of UIView and then manually init my controller, set tableView or there is a better way?
UITableViewDelegate
's methodstableView:viewForHeaderInSection:
andtableView:viewForFooterInSection:
– lootsch