iphone - How can I add a button to the top of my TableView -
i have following in storyboard , add button @ top of tableview allows me add members.

the scenario, user presented first screen displays 'user profile' , 'members'. when 'members' touched next screen displayed shows list of members , @ top button says '< settings' whcih allows user go 1 screen.
i trying display 'add' button @ top when list of members displayed.
hope makes sense!! hoping not have embed tableview in nav controller.
thanks help!!!!
you can add button navigation bar, first, need have navigation bar.
to this, need select scene in storyboard , go the editor menu , select embed in:navigation controller.
once done, can drag in navigation item panel on right.
then can add class iboutlet , declare ibaction it.
cool?
also, think storyboard file might not set right.
check out apple's simple drill down sample file available here:
http://developer.apple.com/library/ios/samplecode/simpledrilldown/introduction/intro.html
cheers.
Comments
Post a Comment