I have added a UIButton in the header section of the UITableView via the interface builder and would like to remove the access to the button in cer
UIButton
UITableView
Check if your tableView has a grouped style, in that case a white space appears at the top of the table. Change the style to plain and that blank space will be removed.