iCarousel
SkeletonView
iCarousel | SkeletonView | |
---|---|---|
3 | 3 | |
11,999 | 12,571 | |
- | - | |
0.0 | 4.2 | |
2 months ago | about 1 month ago | |
Objective-C | Swift | |
GNU General Public License v3.0 or later | MIT License |
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.
iCarousel
-
iOS 5 programming
Also, how many great 3rd party libraries were made during that time: https://github.com/nicklockwood/iCarousel
-
What are the most underrated third party libraries for Native iOS?
Not sure if underrated, but probably most impressive UI library https://github.com/nicklockwood/iCarousel
- Are there any similar library like this using Swift?
SkeletonView
-
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
What are some alternatives?
IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.
Lottie - An iOS library to natively render After Effects vector animations
DGElasticPullToRefresh - Elastic pull to refresh for iOS developed in Swift
AsyncDisplayKit - Smooth asynchronous user interfaces for iOS apps.
Pages - :page_facing_up: UIPageViewController made simple
MBProgressHUD - MBProgressHUD + Customizations
ParallaxTableViewHeader - Parallax scrolling effect on UITableView header view when a tableView is scrolled
ViewAnimator - ViewAnimator brings your UI to life with just one line
animated-tab-bar - :octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
SVProgressHUD - A clean and lightweight progress HUD for your iOS and tvOS app.
folding-cell - :octocat: 📃 FoldingCell is an expanding content cell with animation made by @Ramotion
navigation-toolbar - :octocat: Navigation toolbar is a slide-modeled UI navigation controller made by @Ramotion