Windless icon indicating copy to clipboard operation
Windless copied to clipboard

Windless makes it easy to implement invisible layout loading view.

Results 9 Windless issues
Sort by recently updated
recently updated
newest added

Hi, it works fine however with iPhone 6s plus iPhone 8 plus it's not covering the whole width. attaching screenshot , viewController is created using xib and reused xib of...

minor changes to make the code run using swift 5

If i need to have a windless view with animation and a view on it without animation, then the top view is not visible. Also it removes all sublayers.

Windless Version: 4.1.0 Xcode Version: 10.1 Installation Method: Cocoapods Sample Video ![ezgif-1-bcaa381abc00](https://user-images.githubusercontent.com/17846698/51454372-4825ce00-1d7f-11e9-96b6-12322fe392c5.gif) There are no problems with the constraints. The button click's code is as follows ``` click += 1...

Just some minor changes to support Swift 4.2.

Replaced the deprecated method flatMap with compactMap. Updated Xcode Project settings to the recommended setting for Xcode 9.4

.windless.start not available in objectiveC implementation class.

Hello Windless Team, I am trying to create a constant wave/pulse shimmer effect by setting the pauseDuration variable to "zero". But the shimmer stops for a few seconds and then...