ios - how do I make an event when a tab button is pressed? -


i need fire event when tab button has been pressed tab bar in xcode. clueless this? can me?

you should use uitabbardelegate uitabbar , define tabbar:didselectitem:

as described here : how connect tab bar item action?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -