Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Swift

Swift

2488 projects

Showing 36 of 2488 projects

Juice
JuiceSwift

A macOS menu bar app that replaces the standard battery indicator with customizable text-based measurement scales.

#apple#personalization#battery-indicator
Stars767
Forks37
Last commit2 years ago
Caishen
CaishenSwift

A Swift framework providing a customizable text field for entering and validating payment card information in iOS apps.

#ios#text-field#credit-card-validation
Stars765
Forks114
Last commit6 years ago
AZDialogViewController
AZDialogViewControllerSwift

A highly customizable iOS alert dialog controller that mimics Snapchat's alert dialog style.

#ios#alert-dialog#custom-ui
Stars764
Forks47
Last commit3 years ago
Parade
ParadeSwift

A parallax scroll-jacking effects engine for iOS and tvOS that simplifies complex animations in UICollectionView, UITableView, and UIScrollView.

#mobile-ui#ios#ui-animation
Stars762
Forks41
Last commit8 years ago
Kakapo
KakapoSwift

A dynamic mocking library for Swift that replicates backend APIs and logic for testing and prototyping.

#kakapo#json-api#opinionated-dsl
Stars761
Forks44
Last commit7 years ago
Conferences.digital
Conferences.digitalSwift

A macOS app for watching free developer conference videos with search, watchlists, and progress tracking.

#developer-tools#progress-tracking#osx
Stars760
Forks27
Last commit5 years ago
AnimatedTextInput
AnimatedTextInputSwift

A customizable animated UITextField and UITextView replacement for iOS with built-in styles and types.

#ios#text-input#animation
Stars757
Forks124
Last commit5 years ago
AMTagListView
AMTagListViewObjective-C

A UIScrollView subclass for iOS that displays a scrollable list of highly customizable tags with automatic layout.

#mobile-ui#ios#objective-c
Stars757
Forks112
Last commit6 years ago
RangeSeekSlider
RangeSeekSliderSwift

A customizable range slider control for iOS apps built with Swift, offering dual-handle selection and extensive styling options.

#ios#accessibility#ui-components
Stars756
Forks288
Last commit2 years ago
AudioPlayer
AudioPlayerSwift

A Swift wrapper around AVPlayer with enhanced features for playing local and remote audio files.

#ios#network-audio#media-player
Stars755
Forks179
Last commit1 year ago
AlamofireNetworkActivityIndicator
AlamofireNetworkActivityIndicatorSwift

Automatically manages the iOS network activity indicator visibility for Alamofire requests with configurable delay timers.

#ios#alamofire#ui-feedback
Stars753
Forks80
Last commit
MongoKitten
MongoKittenSwift

A native, asynchronous MongoDB driver for Swift built on Swift NIO, designed for server-side Swift applications.

#orm#database#bson
Stars751
Forks112
Last commit26 days ago
MongoKitten
MongoKittenSwift

A native, asynchronous MongoDB driver for Swift built on Swift NIO, designed for server-side Swift applications.

#orm#database#bson
Stars751
Forks112
Last commit26 days ago
Attributed
AttributedSwift

A Swift µframework providing a fluent, strongly typed, and safe API for creating and manipulating NSAttributedString instances.

#ios#appkit#attributedtext
Stars750
Forks35
Last commit3 years ago
FileExplorer
FileExplorerSwift

A customizable iOS file browser control for browsing, selecting, and deleting local files and directories.

#ios#ui-component#file-management
Stars749
Forks113
Last commit4 years ago
Each
EachSwift

A Swift library providing an elegant and readable timer interface as an alternative to NSTimer.

#ios#nstimer-alternative#library
Stars747
Forks29
Last commit3 years ago
SwiftTrace
SwiftTraceSwift

A Swift and Objective-C method tracing library that logs invocations and enables aspect-oriented programming via trampolines.

#runtime-analysis#ios#aspect-oriented-programming
Stars747
Forks54
Last commit4 days ago
Koyomi
KoyomiSwift

A simple, customizable calendar view framework for iOS apps built with Swift.

#ios#date-picker#customizable
Stars746
Forks102
Last commit7 years ago
FutureKit
FutureKitSwift

A Swift-based Future/Promises library for iOS and macOS, designed to simplify asynchronous and multi-threaded programming.

#ios#async-programming#error-handling
Stars746
Forks64
Last commit7 years ago
Font-Awesome-Swift
Font-Awesome-SwiftSwift

A Swift library for iOS that provides easy Font Awesome icon integration into native UI components without using images.

#ios#icon-library#font-icons
Stars746
Forks123
Last commit5 years ago
AwaitKit
AwaitKitSwift

A Swift library that brings ES8 Async/Await syntax to write asynchronous code sequentially.

#asynchronous-programming#ios#async-await
Stars746
Forks54
Last commit5 years ago
ScreenshotFramer
ScreenshotFramerSwift

A macOS tool to automate the creation of localized App Store screenshots by layering images and text.

#fastlane-snapshot#app-store-screenshots#screenshot
Stars743
Forks42
Last commit1 year ago
Kiwix
KiwixSwift

An offline reader for iOS and macOS that makes Wikipedia and other web content available without an internet connection.

#ios-app#ios#xcframework
Stars740
Forks106
Last commit20 hours ago
QRCode
QRCodeSwift

A Swift library for generating and customizing QR codes with simple API and emoji support.

#macos-development#qrcode#image-generation
Stars738
Forks194
Last commit4 years ago
martijnwalraven:meteor-ios
martijnwalraven:meteor-iosObjective-C

Integrates native iOS apps with the Meteor platform via DDP, offering full-stack reactivity and Core Data integration.

#ios#mobile-backend#objective-c
Stars737
Forks78
Last commit10 years ago
ComplimentaryGradientView
ComplimentaryGradientViewSwift

A Swift library that creates complementary gradients from dominant colors in images, inspired by Grade.js.

#color-extraction#ios#color
Stars736
Forks33
Last commit6 years ago
CodableAlamofire
CodableAlamofireSwift

An Alamofire extension that seamlessly converts JSON responses into Swift Decodable objects.

#ios#codable#alamofire
Stars735
Forks53
Last commit4 years ago
iOS-Viper-Architecture
iOS-Viper-ArchitectureSwift

A sample iOS app demonstrating VIPER architecture implementation with Alamofire, CoreData, and other libraries.

#ios-app#sample-app#viper
Stars734
Forks181
Last commit1 year ago
MMPlayerView
MMPlayerViewSwift

A customizable iOS video player layer with smooth transitions, landscape support, and caching, inspired by YouTube and Facebook.

#subtitle-support#transition-animation#ios
Stars733
Forks115
Last commit2 years ago
SwCrypt
SwCryptSwift

A Swift library for RSA key generation, encryption/decryption, signing/verification, and other cryptographic operations using CommonCrypto.

#decrypt#ios#rsa-encryption
Stars731
Forks120
Last commit1 year ago
CSV.swift
CSV.swiftSwift

A Swift library for reading and writing CSV files with support for Decodable serialization and RFC4180 compliance.

#data-serialization#swift-package-manager#file-io
Stars729
Forks85
Last commit1 year ago
UITextField-Shake
UITextField-ShakeObjective-C

A UITextField category that adds shake animations similar to macOS login screen password fields.

#ios#uitextfield#animation
Stars727
Forks93
Last commit8 years ago
ObjectivePGP
ObjectivePGPObjective-C

An OpenPGP implementation for iOS and macOS providing encryption, decryption, signing, and verification.

#ios#digital-signature#objective-c
Stars725
Forks119
Last commit2 years ago
FanMenu
FanMenuSwift

A customizable floating circular menu for iOS/macOS built with the Macaw vector graphics library.

#ios#radial-menu#animation
Stars724
Forks54
Last commit2 years ago
Clendar
ClendarSwift

A minimal calendar app for iOS, watchOS, and iPadOS built with SwiftUI, featuring widgets, themes, and natural language parsing.

#ios-app#minimal-design#swiftlint
Stars722
Forks92
Last commit14 days ago
RSBarcodes_Swift
RSBarcodes_SwiftSwift

A Swift library for reading and generating 1D/2D barcodes on iOS with customizable controls.

#ios#swift-package-manager#barcode-generator
Stars722
Forks185
Last commit2 years ago
PreviousPage 28 of 70Next

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
3 years ago
#Ios1847
#Cocoapods850
#Macos727
#Mobile Development715
#Ui Components501
#Carthage471
#Uikit361
#Objective C309
#Animation276
#Swift Package Manager245
#Tvos222
#Xcode211