Windless
Windless makes it easy to implement invisible layout loading view.
![]() |
![]() |
![]() |
Requirements
- iOS 8.0+
- Xcode 9.0+
- Swift 4.0+
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
CocoaPods 1.1+ is required to build Windless 4.0+.
To integrate Windless into your Xcode project using CocoaPods, specify it in your Podfile
:
Then, run the following command:
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
To integrate Windless into your Xcode project using Carthage, specify it in your Cartfile
:
Run carthage update
to build the framework and drag the built Windless.framework
into your Xcode project.
Manually
If you prefer not to use either of the aforementioned dependency managers, you can integrate Windless into your project manually.
Usage
Code
Storyboard, Xib
If you use Storyboard or xib, you only need to set the isWindlessable
flag to true for the views you want to show as fake in the view inspector of the view, and you do not have to pass the view through the setupWindlessableViews
method.

Multiline
Depending on the lineHeight
value and thespacing
value, UILabel and UITextView will reconstruct the layout when the windless animation runs.

Configuration | Result |
---|---|
![]() |
![]() |
Custom Options
There are several customizable options in Windless.
To set the options, use the apply method as shown below.
If you want to know more detailed usage, please refer to Example.
Looks
The isWindlessable
value determines how the loading view looks. The images below show how the loading screen will look according to the isWindlessable
value.
isWindlessable
= ?
Configuration | Result |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Communication
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Credits
- GwangBeom Park (@gwangbeom)
License
Windless is released under the MIT license. See LICENSE for details.