Top 23 Swift iOS Projects
-
awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
Awesome iOS
-
open-source-ios-apps
:iphone: Collaborative List of Open-Source iOS Apps
Project mention: Apple subpoenas Valve as part of its legal battle with Epic: Valve fights back | reddit.com/r/pcgaming | 2021-02-19You can easily side load if you don't mind your users having access to the source code. Many apps do this: https://github.com/dkhamsing/open-source-ios-apps
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
Lottie
An iOS library to natively render After Effects vector animations
If you can use After effects or some plugin to translate the PNG sequence to a Lottie JSON file, you can setup https://github.com/airbnb/lottie-ios in your project and should be pretty straight forward from there. If not, maybe translate it to a GIF file. Last option, if the animation is simple it can be simple to recreate it using UIBezierPaths.
-
awesome-swift
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
Awesome Swift
-
Hero
Elegant transition library for iOS & tvOS
-
RxSwift
Reactive Programming in Swift
We have defined what async code is, and two basic issues we could have when working with it: running tasks serially and in parallel. For running tasks in parallel we saw that DispatchGroup can be a simple solution for that. I will recommend using a library for this though. What I taught you here is basic async knowledge, but in real world scenarios, this won't be this straightforward, so using a battle tested library is always an advantage when working in production. I personally recommend using Apple's Combine if you can (it is supported in iOS 13 and above) or using RxSwift otherwise Finally, I can't finish this article without mentioning async-await. With async-await, probably all of this discussion will be a thing of the past. It lets us write async code that can be written like sync code. You can see the proposal (already implemented and that will be released in the next version of swift) here, and even try it in your code following a tutorial like this one.
-
Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
onevcat / Kingfisher
-
Material
A UI/UX framework for creating beautiful applications. (by CosmicMind)
-
Eureka
Elegant iOS form builder in Swift
-
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
-
SkeletonView
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
-
folding-cell
:octocat: 📃 FoldingCell is an expanding content cell with animation made by @Ramotion
-
NVActivityIndicatorView
A collection of awesome loading animations
-
SwifterSwift
A handy collection of more than 500 native Swift extensions to boost your productivity.
SwifterSwift/SwifterSwift (Swift): A handy collection of more than 500 native Swift extensions to boost your productivity.
-
IBAnimatable
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
-
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
Project mention: Did you also know? In Xcode you can use the refactoring tool to wrap a literal string into a call to NSLocalizedString! Even better, you can assign a keyboard shortcut to make it even more efficient 🤓 | reddit.com/r/swift | 2020-12-23Same was posted on the /r/iOSProgramming post for this, but I'm definitely not going back to using the raw NSLocalizedString call or extensions after I started using R.swift. Type safety and auto complete for all your assets is a real win in my book.
-
ios-oss
Kickstarter for iOS. Bring new ideas to life, anywhere.
Project mention: What perfomance tests/apps would interest you between Hackintosh ( i9 9900k, 5700XT, 32GB ram ) and Mac Mini m1, Macbook Air M1 ( both base models) [ for a Youtube Video ] , thanks ☺️ | reddit.com/r/hackintosh | 2021-01-17Xcode compilation! You could for instance try compiling the Kickstarter iOS project on all computers and compare speed.
-
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
Project mention: Bamboo Agent On Apple Silicon M1 Any Success Yet | reddit.com/r/atlassian | 2021-02-04 -
JTAppleCalendar
The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
-
ViewAnimator
ViewAnimator brings your UI to life with just one line
-
SwiftMessages
A very flexible message bar for iOS written in Swift.
-
Insanity
Meta-programming for Swift, stop writing boilerplate code.
-
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.
Index
What are some of the best open-source iOS projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | awesome-ios | 36,836 |
2 | open-source-ios-apps | 26,612 |
3 | Lottie | 21,118 |
4 | awesome-swift | 20,417 |
5 | Hero | 19,850 |
6 | RxSwift | 19,831 |
7 | Kingfisher | 18,113 |
8 | Material | 11,716 |
9 | Eureka | 11,052 |
10 | animated-tab-bar | 10,704 |
11 | SkeletonView | 9,930 |
12 | folding-cell | 9,914 |
13 | NVActivityIndicatorView | 9,656 |
14 | SwifterSwift | 9,507 |
15 | IBAnimatable | 8,496 |
16 | R.swift | 7,916 |
17 | ios-oss | 7,590 |
18 | SwiftGen | 6,888 |
19 | JTAppleCalendar | 6,870 |
20 | ViewAnimator | 6,139 |
21 | SwiftMessages | 5,979 |
22 | Insanity | 5,779 |
23 | FSPagerView | 5,771 |