You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - Parameter builder: A builder to build indicator
18
18
/// - Parameter isAnimating: A Binding to control the animation. If image is during loading, the value is true, else (like start loading) the value is false.
19
19
/// - Parameter progress: A Binding to control the progress during loading. If no progress can be reported, the value is 0.
20
20
/// Associate a indicator when loading image with url
21
-
publicinit<T>(@ViewBuilder builder:@escaping(_ isAnimating:Binding<Bool>, _ progress:Binding<CGFloat>)->T)where T :View{
0 commit comments