TabBarItem


super: UITabBarItem (on iOS)

An item in a tab bar.

Events

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

  • 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 selectedImage: Image The image displayed when the tab bar item is selected.

  • var badgeValue: String Text that is displayed in the upper-right corner of the item with a surrounding red oval.

  • var objectName: String The name of the object.