SkeletonView
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting (by Juanpe)
EasyAnimation
A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level - layers, springs, chain-able animations and mixing view and layer animations together! (by icanzilb)
SkeletonView | EasyAnimation | |
---|---|---|
3 | - | |
12,799 | 2,955 | |
0.2% | 0.0% | |
4.2 | 0.0 | |
11 months ago | over 4 years ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SkeletonView
Posts with mentions or reviews of SkeletonView.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-10.
-
How do I create this pre-loader effect using UIKit that is so prevalent in apps?
Take a look at SkeletonView
-
How to I implement `.redacted(reason: .placeholder)` in UIKit?
There’s no UIKit equivalent for this. You could set the label’s font to one of those redacted fonts used for prototyping (Google has one for example), or use one of those skeleton view libraries on GitHub.
-
Cracking the iOS Interview
SkeletonView - Fancy loading views
EasyAnimation
Posts with mentions or reviews of EasyAnimation.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning EasyAnimation yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing SkeletonView and EasyAnimation you can also consider the following projects:
AsyncDisplayKit - Smooth asynchronous user interfaces for iOS apps.
Advance - Physics-based animations for iOS, tvOS, and macOS.
Lottie - An iOS library to natively render After Effects vector animations
IBAnimatable - Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
ViewAnimator - ViewAnimator brings your UI to life with just one line
Spring - A library to simplify iOS animations in Swift.