CSHasProgressProtocol
public protocol CSHasProgressProtocol
Undocumented
-
Undocumented
Declaration
Swift
func show(progress title: String, _ cancel: CSDialogAction?, _ graceTime: TimeInterval?, _ minShowTime: TimeInterval?) -> CSHasDialogVisible
-
show(progress:
Extension methodonCancel: graceTime: minShowTime: ) Undocumented
Declaration
Swift
func show(progress title: String, onCancel: Func? = nil, graceTime: TimeInterval = 0, minShowTime: TimeInterval = 2) -> CSHasDialogVisible
-
show(progress:
Extension methodcancel: graceTime: minShowTime: ) Undocumented
Declaration
Swift
func show(progress title: String, cancel: CSDialogAction?, graceTime: TimeInterval = 0, minShowTime: TimeInterval = 2) -> CSHasDialogVisible