MoEngageCardsNavigationBarStyle

@available(tvOS, unavailable)
@objc
public class MoEngageCardsNavigationBarStyle : NSObject

Customization on navigationbar

  • NaviagationBar background color

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public var navigationBarTransluscent: Bool
  • Declaration

    Swift

    public override init()