Package org.robovm.apple.uikit
Class UINavigationBarAppearance
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIBarAppearance
org.robovm.apple.uikit.UINavigationBarAppearance
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class UINavigationBarAppearance extends UIBarAppearance
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUINavigationBarAppearance.UINavigationBarAppearancePtrNested classes/interfaces inherited from class org.robovm.apple.uikit.UIBarAppearance
UIBarAppearance.UIBarAppearancePtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description UINavigationBarAppearance()UINavigationBarAppearance(NSCoder coder)protectedUINavigationBarAppearance(NSObject.Handle h, long handle)protectedUINavigationBarAppearance(NSObject.SkipInit skipInit)UINavigationBarAppearance(UIBarAppearance barAppearance)UINavigationBarAppearance(UIUserInterfaceIdiom idiom) -
Method Summary
Modifier and Type Method Description UIBarButtonItemAppearancegetBackButtonAppearance()UIImagegetBackIndicatorImage()UIImagegetBackIndicatorTransitionMaskImage()UIBarButtonItemAppearancegetButtonAppearance()UIBarButtonItemAppearancegetDoneButtonAppearance()NSDictionary<NSString,?>getLargeTitleTextAttributes()UIOffsetgetTitlePositionAdjustment()NSDictionary<NSString,?>getTitleTextAttributes()voidsetBackButtonAppearance(UIBarButtonItemAppearance v)voidsetBackIndicatorImage(UIImage backIndicatorImage, UIImage backIndicatorTransitionMaskImage)voidsetButtonAppearance(UIBarButtonItemAppearance v)voidsetDoneButtonAppearance(UIBarButtonItemAppearance v)voidsetLargeTitleTextAttributes(NSDictionary<NSString,?> v)voidsetTitlePositionAdjustment(UIOffset v)voidsetTitleTextAttributes(NSDictionary<NSString,?> v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.uikit.UIBarAppearance
configureWithDefaultBackground, configureWithOpaqueBackground, configureWithTransparentBackground, copy, encode, getBackgroundColor, getBackgroundEffect, getBackgroundImage, getBackgroundImageContentMode, getIdiom, getShadowColor, getShadowImage, init, init, init, setBackgroundColor, setBackgroundEffect, setBackgroundImage, setBackgroundImageContentMode, setShadowColor, setShadowImageMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
UINavigationBarAppearance
public UINavigationBarAppearance() -
UINavigationBarAppearance
-
UINavigationBarAppearance
-
UINavigationBarAppearance
-
UINavigationBarAppearance
-
UINavigationBarAppearance
-
-
Method Details
-
getTitleTextAttributes
-
setTitleTextAttributes
-
getTitlePositionAdjustment
-
setTitlePositionAdjustment
-
getLargeTitleTextAttributes
-
setLargeTitleTextAttributes
-
getButtonAppearance
-
setButtonAppearance
-
getDoneButtonAppearance
-
setDoneButtonAppearance
-
getBackButtonAppearance
-
setBackButtonAppearance
-
getBackIndicatorImage
-
getBackIndicatorTransitionMaskImage
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
setBackIndicatorImage
-