UIBarItem is an abstract superclass for items added to a bar that appears at the bottom of the screen. Items on a bar behave in a way similar to buttons (instances of UIButton). They have a title, image, action, and target. You can also enable and disable an item on a bar. Available in iOS 2.0 and later in UIKit.
UIBarItem
is an abstract superclass for items added to a bar that appears at the bottom of the screen. Items on a bar behave in a way similar to buttons (instances of UIButton
). They have a title, image, action, and target. You can also enable and disable an item on a bar.
Click Here for Apple Docs of UIBarItem.