ASAPPNavBarButtonImages
@objc(ASAPPNavBarButtonImages)
@objcMembers
public class ASAPPNavBarButtonImages : NSObject
Customizable images for navigation bar buttons.
-
The close button appears in the top right when the view controller is presented modally. Defaults to an ✕.
Declaration
Swift
lazy public var close: ASAPPCustomImage? { get set }
-
The back button appears in the top left when the view controller is pushed into a navigation stack. Defaults to a ‹.
Declaration
Swift
lazy public var back: ASAPPCustomImage? { get set }
-
The more button appears in the chat view when chatting with an agent and lets the user end the live chat. Defaults to a ⋮.
Declaration
Swift
lazy public var more: ASAPPCustomImage? { get set }