Classes
ActionBar
ActionBar
Provides an abstraction over the ActionBar (android) and NavigationBar (iOS).
Summary
Constructors
Properties
- actionItems
- android
- effectiveContentInsetLeft
- effectiveContentInsetRight
- flat
- ios
- iosIconRenderingMode
- navigationButton
- title
- titleView
152 properties inherited from View
Click to expand
Constructors
Properties
actionItems
actionItems: ActionItems
Gets the collection of action items.
android
Gets the android specific options of the action bar.
effectiveContentInsetLeft
effectiveContentInsetRight
flat
Removes the shadow/border at the bottom of the ActionBar and removes translucency on iOS.
Default false.
ios
Gets the native iOS [UINavigationBar](https://developer.apple.com/documentation/uikit/uinavigationbar) that represents the user interface for this component. Valid only when running on iOS.
iosIconRenderingMode
Gets or set the UIImageRenderingMode of the action bar icons in iOS. Defaults to "alwaysOriginal"
Valid values are:
- automatic
- alwaysOriginal
- alwaysTemplate
navigationButton
navigationButton: NavigationButton
Gets or sets the navigation button (a.k.a. the back button).
title
Gets or sets the action bar title.
titleView
titleView: View
Gets or sets the title view. When set - replaces the title with a custom view.
Methods
update
- Previous
- AbsoluteLayout
- Next
- ActionItem