A loader that looks like the iOS Apple Store application.
❗️❕It's smoother on a real app.
guard ios >= 8 else { return }
Simply drag and drop the AWLoader.swift file to your project.
To show the loader, use the following code :
AWLoader.show() AWLoader.hide()
It's also customizable, you can change the blur style ( ExtraLight, Light and Dark ) as well as the shape of the loader ( Circle or Square by default )
AWLoader.show(blurStyle: .Dark, shape: .Circle)
Rebouh Aymen, aymenworks@gmail.com
Twitter @aymenworks
AWLoader is available under the MIT license. See the LICENSE file for more info.