Searched refs:ViewLifecycleMethodType (Results 1 – 8 of 8) sorted by relevance
6 internal enum ViewLifecycleMethodType { enum17 var type: ViewLifecycleMethodType { get }34 let type: ViewLifecycleMethodType in callAsFunction()36 init(type: ViewLifecycleMethodType, closure: @escaping (ViewType) -> Void) { in callAsFunction()
69 func callLifecycleMethods(withType type: ViewLifecycleMethodType, forView view: UIView) { in callLifecycleMethods()