-
Style
is a convenient wrapper for styling the appearance of various interface components throughout the Navigation UI.Styles are applied globally using
See moreUIAppearance
. You should callStyle.apply()
to apply the style to theNavigationViewController
.Declaration
Swift
@objc(MBStyle) open class Style : NSObject
-
Keys in the user info dictionaries of various notifications posted by instances of
See moreStyleManager
.Declaration
Swift
public struct StyleManagerNotificationUserInfoKey : Hashable, Equatable, RawRepresentable
-
The
See moreStyleManagerDelegate
protocol defines a set of methods used for controlling the style.Declaration
Swift
public protocol StyleManagerDelegate : AnyObject, UnimplementedLogging