Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Swift

Swift

2809 projects

Showing 36 of 2809 projects

FaceCropper
FaceCropperSwift

A Swift library that uses iOS 11 Vision API to automatically detect and crop faces from images.

#ios#vision-framework#image-processing
Stars483
Forks32
Last commit9 years ago
DeviceGuru
DeviceGuruSwift

A lightweight Swift library to detect the exact device model (e.g., iPhone 15 Pro) and platform.

#ios#platform-detection#device-detection
Stars482
Forks83
Last commit10 months ago
IDZSwiftCommonCrypto
IDZSwiftCommonCryptoSwift

A Swift wrapper for Apple's CommonCrypto library providing digest, HMAC, encryption, and key derivation APIs.

#ios#hashing#pbkdf
Stars479
Forks80
Last commit2 years ago
SwiftGD
SwiftGDSwift

A Swift wrapper for libgd enabling server-side image manipulation without Core Graphics.

#graphics#server-side#gd-wrapper
Stars477
Forks73
Last commit5 months ago
Malert
MalertSwift

A simple, customizable iOS alert view library written in Swift, designed as a flexible alternative to UIAlertController.

#alert-view#ios#custom-alert
Stars476
Forks34
Last commit5 years ago
FAQView
FAQViewSwift

A customizable FAQ view component for iOS apps built with Swift.

#ios#swift4#custom-views
Stars473
Forks26
Last commit4 years ago
FAQView
FAQViewSwift

A customizable FAQ view component for iOS apps, written in Swift.

#ios#open-source#swift4
Stars473
Forks26
Last commit4 years ago
SecurePropertyStorage
SecurePropertyStorageSwift

A Swift library providing secure property wrappers for storing data in UserDefaults, Keychain, and custom storages with encryption.

#keychain#ios#userdefaults
Stars472
Forks20
Last commit3 months ago
PassportScanner
PassportScannerSwift

An iOS library for scanning passport MRZ codes to extract personal data like name, passport number, and dates.

#camera#ios#passport-scanning
Stars472
Forks99
Last commit6 years ago
SegmentedProgressBar
SegmentedProgressBarSwift

A lightweight iOS control that animates segmented progress bars like Snapchat or Instagram Stories.

#mobile-ui#story-ui#ios
Stars472
Forks54
Last commit7 years ago
TabBar
TabBarSwift

A highly customizable tab bar component for SwiftUI applications, addressing limitations of the standard TabView.

#ios#custom-tab-bar#library
Stars469
Forks49
Last commit2 years ago
Redis
RedisSwift

A Vapor provider for Redis integration using RediStack, enabling Redis functionality in Swift server applications.

#database-driver#vapor-service#swift-linux
Stars469
Forks61
Last commit1 month ago
SKSplashView
SKSplashViewObjective-C

A simple iOS library for creating beautiful animated splash views similar to those in Twitter, Uber, and Ping apps.

#launch-screen#ios#animation
Stars468
Forks72
Last commit6 years ago
ESTMusicIndicator
ESTMusicIndicatorSwift

A Swift implementation of animated music playback indicator bars for iOS apps.

#ios#playback-indicator#animation
Stars468
Forks65
Last commit5 years ago
Plank
PlankSwift

A command-line tool for generating immutable model classes from JSON Schemas for Objective-C, Java, and JavaScript (Flow).

#ios#objective-c#type-safety
Stars468
Forks45
Last commit2 years ago
Toolbar
ToolbarSwift

An iOS toolbar library built with AutoLayout for creating interactive chat input bars and custom toolbars.

#ios#toolbar#chat-input
Stars467
Forks34
Last commit3 months ago
Signals
SignalsSwift

A micro-library for creating and observing events in Swift, replacing delegates, actions, and NotificationCenter.

#ios#delegation-pattern#type-safety
Stars466
Forks74
Last commit5 years ago
AnimatedGradientView
AnimatedGradientViewSwift

A UIView subclass for creating animated and static gradients in iOS apps with simple configuration.

#hacktoberfest#ios#gradient-animation
Stars466
Forks31
Last commit3 years ago
Default
DefaultSwift

A Swift library providing a modern interface to UserDefaults with Codable support for storing custom objects.

#hacktoberfest#ios#codable
Stars466
Forks18
Last commit2 years ago
OneClip
OneClipSwift

A native macOS clipboard manager with advanced features like stack pasteboard, drag containers, AI integration, and local privacy.

#ai-integration#productivity#screenshot
Stars461
Forks28
Last commit5 days ago
ExpandingMenu
ExpandingMenuSwift

A customizable expanding menu button for iOS apps, written in Swift.

#mobile-ui#ios#animation
Stars459
Forks87
Last commit7 years ago
Peninsula
PeninsulaSwift

A macOS notch app that enhances window switching, notifications, and file storage management.

#productivity#notification-center#accessibility
Stars458
Forks7
Last commit11 months ago
Pareto Mac
Pareto MacSwift

Automatically audit your Mac for basic security hygiene by checking common security fails and providing reminders.

#privacy-tools#gatekeeper#macos-security
Stars455
Forks28
Last commit9 days ago
Pareto Security
Pareto SecuritySwift

A macOS app that automatically audits your Mac for basic security hygiene and reminds you to fix common security fails.

#system-hardening#automated-checks#privacy-tools
Stars455
Forks28
Last commit9 days ago
IBLocalizable
IBLocalizableSwift

Localize iOS views directly in Interface Builder without writing code.

#ios#swift-package-manager#ui
Stars454
Forks46
Last commit3 years ago
Reach
ReachSwift

A lightweight Swift class for detecting internet connectivity status, supporting both WiFi and cellular networks.

#ios#offline-detection#network-monitoring
Stars453
Forks111
Last commit7 years ago
SwiftPlantUML
SwiftPlantUMLSwift

Xcode extension and macOS app that generates PlantUML class diagrams from Swift code directly within Xcode or Finder.

#xcode-plugin#developer-tools#plantuml-generating
Stars453
Forks24
Last commit
DTTableViewManager
DTTableViewManagerSwift

A protocol-oriented UITableView management library for iOS/tvOS that uses generics and associated types for type-safe cell mapping.

#ios#datasource#delegate
Stars452
Forks46
Last commit2 years ago
YNExpandableCell
YNExpandableCellSwift

A Swift library for creating expandable and collapsible UITableView cells with minimal code.

#mobile-ui#ios#expandable-cell
Stars451
Forks35
Last commit2 months ago
SuperDelegate
SuperDelegateSwift

A clean application delegate interface for iOS that protects against bugs in the application lifecycle.

#apple-platforms#ios#bug-prevention
Stars449
Forks21
Last commit6 years ago
CreateAPI
CreateAPISwift

A Swift-based code generator that creates handcrafted-looking Swift code from OpenAPI specifications.

#developer-tools#openapi#swiftpm
Stars447
Forks41
Last commit2 years ago
RKTagsView
RKTagsViewObjective-C

A highly customizable iOS tags view component supporting editing, selection, and Auto Layout.

#auto-layout#ios#token-field
Stars445
Forks54
Last commit8 years ago
Router
RouterSwift

A simple navigation library for iOS that decouples view controllers using enums to improve compile times and testability.

#ios#microframework#compile-time-optimization
Stars445
Forks25
Last commit4 years ago
JSONNeverDie
JSONNeverDieSwift

An auto-reflection Swift library for seamless JSON to Model mapping and user-friendly JSON encoding/decoding.

#model-reflection#ios#auto-reflection
Stars444
Forks38
Last commit8 years ago
swift-http
swift-httpSwift

A simple HTTP server implementation for Swift using POSIX socket API, running on both macOS and Linux.

#posix-sockets#http-server#web-server
Stars444
Forks30
Last commit7 years ago
Syncalicious
SyncaliciousSwift

A macOS app for synchronizing and backing up application preferences (plist files) across multiple machines.

#plist-backup#desktop-app#cloud-storage
Stars443
Forks12
Last commit6 years ago
PreviousPage 37 of 79Next

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
2 years ago
#Ios2041
#Cocoapods928
#Macos807
#Mobile Development800
#Ui Components531
#Carthage511
#Uikit390
#Objective C331
#Animation291
#Swift Package Manager267
#Xcode239
#Tvos235