UIBarButtonItem
-
Block to invoke when a
UIBarButtonItem
is tapped.
-
Get/set the block associated with the receiver.
Warning
Setting this tonil
will clear the receiver’starget
andaction
. Seting is to a non-nil value will overwrite the receiver’starget
andaction
values
-
Sets the provided
block
on the receiver and returns the receiver.