BarButtonItem


super: UIBarButtonItem (on iOS)

A button specialized for placement on a toolbar or navigation bar.

Events

  • Load() This event is called when the object becames available in the current runtime system.

  • Action() This event is called when a touch is released (touch-up) inside the bounds of the button

  • Unload() This event is called when the object has been removed from the current runtime system (but not yet deallocated).

Properties

  • var title: String The title of the button.

  • var image: Image The image used to represent the item.

  • var width: Float The width of the item.

  • var objectName: String The name of the object.