SWCoachMarkViewController
class SWCoachMarkViewController : SWBaseViewController
Undocumented
-
Integer value indicates how many times Coach marks should be displayed.
Declaration
Swift
static let TIMES_TO_SHOW_MARKS: Int
-
An optional handler to be invoked when OK button is clicked.
Declaration
Swift
var onOkClickedHandler: (() -> Void)?
-
Handler to tapping OK button (GOT IT button) It should dismiss this view controller and invoke onOkClickedHandler if it is specified.
Declaration
Swift
@IBAction func okBtnClicked(_ sender: Any)
Parameters
sender
sender description
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()