MoEngageInboxNavigationBarStyle

@objc
public class MoEngageInboxNavigationBarStyle : NSObject

Model to set up the navigation bar when pushing the Inbox ViewController

  • The tint color to be applied to the navigationBar background.

    Declaration

    Swift

    @objc
    public var navigationBarColor: UIColor?
  • The tint color to be applied to the navigation items and bar button items.

    Declaration

    Swift

    @objc
    public var navigationBarTintColor: UIColor?
  • Text color for navigationBar title

    Declaration

    Swift

    @objc
    public var navigationBarTitleColor: UIColor?
  • Font for the navigationBar title

    Declaration

    Swift

    @objc
    public var navigationBarTitleFont: UIFont?
  • A Boolean value that indicates whether the navigation bar is translucent. Default value is false

    Declaration

    Swift

    @objc
    public var navigationBarTransluscent: Bool
  • Declaration

    Swift

    public override init()