ProgressModalViewControllerDelegate
public protocol ProgressModalViewControllerDelegate: AnyObject
Undocumented
-
progressModalViewControllerWillStartObservingProgress(_:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func progressModalViewControllerWillStartObservingProgress(_ viewController: ProgressModalViewController)
-
progressModalViewControllerDidComplete(_:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func progressModalViewControllerDidComplete(_ viewController: ProgressModalViewController)
-
progressModalViewControllerDidAppear(_:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func progressModalViewControllerDidAppear(_ viewController: ProgressModalViewController)
-
progressModalViewControllerDidDisappear(_:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func progressModalViewControllerDidDisappear(_ viewController: ProgressModalViewController)
-
progressModalViewControllerDidCancel(_:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func progressModalViewControllerDidCancel(_ viewController: ProgressModalViewController)