Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Swift

Swift

2543 projects

Showing 36 of 2543 projects

NKVPhonePicker
NKVPhonePickerSwift

A UITextField subclass for iOS that simplifies country code selection and phone number formatting in Swift.

#ios#uitextfield#nikkovios
Stars144
Forks43
Last commit4 years ago
MKProgress
MKProgressSwift

A simple and customizable progress HUD for iOS apps built with Swift.

#user-interface#ios#loading-indicator
Stars144
Forks20
Last commit3 years ago
GoogleMaterialIconFont
GoogleMaterialIconFontSwift

A Swift and Objective-C library for using Google Material Design Icons as a custom font in iOS apps.

#ios#objective-c#icon-font
Stars143
Forks20
Last commit9 years ago
iOS Design Patterns
iOS Design PatternsSwift

A collection of iOS Playground projects demonstrating and comparing MVC, MVP, MVVM, and VIPER design patterns.

#viper#ios#patterns
Stars143
Forks23
Last commit6 years ago
CombineCoreBluetooth
CombineCoreBluetoothSwift

A Combine-based wrapper for Apple's CoreBluetooth framework, enabling reactive Bluetooth operations with publishers instead of delegates.

#ios#reactive-programming#bluetooth
Stars142
Forks11
Last commit1 year ago
RealmGeoQueries
RealmGeoQueriesSwift

A Swift library that simplifies spatial queries and proximity searches for Realm databases on iOS.

#mobile-database#ios#proximity-search
Stars142
Forks27
Last commit6 years ago
DCKit
DCKitSwift

A set of @IBDesignable iOS controls with @IBInspectable properties for visual Interface Builder customization.

#ios#ibinspectable#interface-builder
Stars141
Forks16
Last commit5 years ago
MTCircularSlider
MTCircularSliderSwift

A customizable circular slider control for iOS apps, supporting both progress and interactive slider modes.

#mobile-ui#ios#custom-view
Stars140
Forks32
Last commit4 years ago
Linker
LinkerSwift

A lightweight Swift framework for handling internal and external deep links in iOS applications.

#ios#closure#ios-framework
Stars139
Forks4
Last commit8 years ago
Swift-SMART
Swift-SMARTSwift

A Swift framework for building iOS/macOS apps that interact with healthcare data via SMART on FHIR.

#ios#ios-framework#health-tech
Stars139
Forks48
Last commit5 years ago
Model2App
Model2AppSwift

A Swift library that automatically generates a fully functional CRUD iOS app from your data model definitions.

#ios-app#crud#ios
Stars139
Forks15
Last commit7 years ago
SwiftKitten
SwiftKittenPython

Swift autocompleter for Sublime Text using the SourceKitten framework, offering faster performance than Xcode.

#autocompletion#ide-plugin#developer-tools
Stars139
Forks19
Last commit6 years ago
STULabel
STULabelObjective-C++

A high-performance iOS framework for text layout and rendering, offering a faster and more flexible alternative to UILabel and UITextView.

#auto-layout#label#ios
Stars139
Forks29
Last commit1 year ago
URaimo's Playgrounds
URaimo's PlaygroundsSwift

A collection of Swift playgrounds demonstrating advanced language features, concurrency, and C interoperability.

#functional-programming#memory-management#type-system
Stars138
Forks13
Last commit
FloatingActionSheetController
FloatingActionSheetControllerSwift

A Swift library for creating customizable floating action sheet controllers with smooth animations on iOS.

#ios#animation#custom-ui
Stars138
Forks18
Last commit8 years ago
VHUD
VHUDSwift

A simple, customizable HUD (heads-up display) for iOS apps to show loading, progress, and completion states.

#ios#loading-indicator#hud
Stars138
Forks16
Last commit7 years ago
GOF Swift
GOF SwiftSwift

A personal learning repository implementing all 23 Gang of Four design patterns and SOLID principles in Swift using Playgrounds.

#code-examples#gang-of-four#gof
Stars138
Forks29
Last commit8 years ago
YiVideoEditor
YiVideoEditorSwift

A lightweight iOS library for basic video editing tasks like rotation, cropping, watermarking, and audio addition.

#calayer#ios#media-processing
Stars138
Forks16
Last commit4 years ago
SwiftLuhn
SwiftLuhnSwift

A Swift implementation of the Luhn algorithm for validating debit/credit card numbers and identifying card types.

#ios#credit-card-validation#luhn-algorithm
Stars137
Forks27
Last commit2 years ago
LightweightObservable
LightweightObservableSwift

A lightweight Swift implementation of observable sequences for reactive UI bindings and asynchronous data handling.

#rx#ios#ui-binding
Stars137
Forks11
Last commit3 years ago
TSAO
TSAOSwift

A Swift library providing type-safe associated objects with compile-time type checking and support for value types.

#macos-development#objective-c-runtime#associated-objects
Stars137
Forks6
Last commit3 years ago
Swiftly Salesforce
Swiftly SalesforceSwift

A Swift library for building native iOS apps that connect to Salesforce, using Swift concurrency and SwiftUI.

#salesforce#ios#oauth
Stars137
Forks40
Last commit2 years ago
Deli
DeliSwift

Deli is a Swift dependency injection container that automatically generates DI containers and validates dependency graphs at build time.

#ios#software-architecture#dependency-injection
Stars136
Forks8
Last commit4 years ago
swift-360-videos
swift-360-videosSwift

An open-source Swift library for 360 video and image playback, plus generic 3D scene creation on iOS.

#ios#shaders#opengl
Stars136
Forks16
Last commit7 years ago
Fashion
FashionSwift

A Swift library for sharing and reusing UI styles across iOS apps, decoupling styling from layout code.

#design-system#ios#code-organization
Stars136
Forks18
Last commit2 years ago
SwiftKVC
SwiftKVCSwift

Key-Value Coding (KVC) for native Swift classes and structs, enabling property access via subscripts.

#ios#dynamic-programming#key-value-coding
Stars135
Forks22
Last commit8 years ago
PhotoMiner
PhotoMinerSwift

A macOS application that scans directories for photographs, groups them chronologically by EXIF or file creation date, and enables basic management.

#macosx#photo-gallery#photo-finder
Stars134
Forks16
Last commit1 year ago
Raylib for Swift
Raylib for SwiftC

A Swift package that builds Raylib from source, enabling easy game development in Swift without external library management.

#gamedev#c-interoperability#game-development
Stars134
Forks17
Last commit3 years ago
BlueRSA
BlueRSASwift

A Swift cross-platform RSA wrapper library for public/private key encryption, signing, and verification.

#ios#rsa-signature#rsa-encryption
Stars134
Forks61
Last commit1 year ago
[Un]MuteMic
[Un]MuteMicC

A macOS app to mute and unmute your microphone input volume with a single click, designed for podcasters.

#productivity#audio-control#menu-bar-app
Stars134
Forks12
Last commit8 years ago
GenericDataSource
GenericDataSourceSwift

A Swift library providing generic, reusable data source components for UITableView and UICollectionView.

#ios#light-view-controller#collectionview
Stars133
Forks17
Last commit2 years ago
Carol
CarolSwift

A minimal macOS lyrics app that automatically displays lyrics for songs playing in Apple Music or Spotify.

#minimal-design#apple-music#menu-bar-app
Stars133
Forks5
Last commit1 year ago
Numsw
NumswSwift

A Swift library for numerical computing with numpy-like APIs and Jupyter-like playground notebooks.

#scientific-computing#data-science#linearalgebra
Stars133
Forks9
Last commit8 years ago
MinimalClock
MinimalClockSwift

A minimalist macOS screen saver that displays the time with a clean, distraction-free design.

#clock#personalization#minimalist
Stars132
Forks11
Last commit4 years ago
CrowdinSDK
CrowdinSDKSwift

Delivers over-the-air translations from Crowdin projects to iOS apps without requiring App Store updates.

#hacktoberfest#ios#crowdin-integration
Stars131
Forks56
Last commit9 days ago
ReactiveTask
ReactiveTaskSwift

A Swift framework for launching shell tasks with ReactiveSwift-based stream processing.

#stream-processing#command-line-tools#shell-integration
Stars131
Forks20
Last commit6 years ago
PreviousPage 54 of 71Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
7 years ago
#Ios1883
#Cocoapods860
#Macos739
#Mobile Development728
#Ui Components507
#Carthage475
#Uikit366
#Objective C314
#Animation280
#Swift Package Manager250
#Tvos224
#Xcode220