Popularity
6.2
Stable
Activity
0.0
Stable
678
15
77

Programming language: Swift
License: MIT License
Tags: UI     Activity Indicator    
Latest version: v0.4.0

Skeleton alternatives and similar libraries

Based on the "Activity Indicator" category.
Alternatively, view Skeleton alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Skeleton or a related project?

Add another 'Activity Indicator' Library

README

Skeleton is an easy way to create sliding CAGradientLayer animations! It works great for creating skeleton screens:

👩‍💻 Usage

The entire library comes down to just one public-facing extension:

public extension CAGradientLayer {
  public func slide(to dir: Direction, group: ((CAAnimationGroup) -> Void) = { _ in })
  public func stopSliding()
}

You can check out the example and the documentation for more.

📚 Example

To run the example project, clone the repo, and run pod install from the Example directory first.

🛠 Installation

Skeleton is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Skeleton"

Skeleton is also available through Carthage. Add this to your Cartfile:

github "gonzalonunez/Skeleton" ~> 0.4.0

📄 License

Skeleton is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the Skeleton README section above are relevant to that project's source code only.