I want to add a button to headerView, is it possible from storyboard or only programmatically?
Asked
Active
Viewed 52 times
0
-
Create custom UIView as headerView and buttons in it.. – hmdeep Oct 22 '14 at 07:24
-
please see tutorial i added.. – hmdeep Oct 22 '14 at 07:26
-
duplicate of this, it designs view in storyboard, add it to a cell, and extract view from cell in `viewForHeaderInSection`: http://stackoverflow.com/questions/9219234/how-to-implement-custom-table-view-section-headers-and-footers-with-storyboard – János Oct 22 '14 at 07:29