I created a header section for my UITableView following this post: https://stackoverflow.com/a/11396643/1568886. The issue I\'m having now is accessing the buttons
You need to create a custom UITableViewCell, create a class for it and connect the buttons and labels to the class you created instead of the TableViewController. I used this tutorial to learn how to do it: