UnbluCustomLoadingViewCreator
public protocol UnbluCustomLoadingViewCreator
Defines a creator to create a custom loading UI when the unblu UI is displayed. Using it at UnbluCoreApi#customLoadingViewCreator.
-
Called whenever a loading view is presented
Declaration
Swift
func createLoadingView(size: CGSize) -> UIView
Parameters
size
Size of the parent UI. Can be used to define the correct size of the loading UI
Return Value
A custom loading UI