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

StepProgressView
StepProgressViewSwift

A customizable step-by-step progress view for iOS with labels and shapes, replacing UIActivityIndicatorView and UIProgressView.

#timeline#ios#progress
Stars382
Forks32
Last commit1 year ago
Shark
SharkSwift

Swift CLI tool that generates type-safe enums for iOS/macOS assets like images, colors, fonts, storyboards, and localizations.

#macos-development#type-safety#cli-tool
Stars382
Forks14
Last commit8 days ago
swift-mode
swift-modeEmacs Lisp

An Emacs major mode providing syntax highlighting, indentation, and development tools for Apple's Swift programming language.

#emacs#syntax-highlighting#emacs-mode
Stars382
Forks47
Last commit3 days ago
Telegram Bot SDK
Telegram Bot SDKSwift

An unofficial Swift SDK for building Telegram bots with synchronous and asynchronous API support, routing, and command parsing.

#bots#async-await#command-parsing
Stars381
Forks65
Last commit1 year ago
Pure
PureSwift

A Swift library that simplifies implementing Pure Dependency Injection (DI) without a DI container.

#pure-di#ios#composition-root
Stars380
Forks19
Last commit4 years ago
Replicates detecting and broadcasting iBeacons in the background
Replicates detecting and broadcasting iBeacons in the backgroundObjective-C

An iOS library that replicates iBeacon functionality using CoreBluetooth for full background broadcasting and detection.

#ios#rssi#background-services
Stars380
Forks61
Last commit
Neural Network Playground
Neural Network PlaygroundSwift

A neural network playground built in pure Swift for iOS, with no third-party dependencies.

#ios#neural-network#educational
Stars379
Forks6
Last commit7 years ago
SwiftRater
SwiftRaterSwift

A pure Swift utility for iOS/macOS apps that reminds users to review the app on the App Store.

#app-store#ios#utility-library
Stars379
Forks49
Last commit11 months ago
BrainCore
BrainCoreSwift

A fast neural network framework for iOS and macOS using Swift and Metal for GPU acceleration.

#ios#neural-network#deep-learning
Stars379
Forks48
Last commit9 years ago
SteamPress
SteamPressSwift

A Swift blogging engine built for the Vapor framework, supporting Markdown posts, multiple users, tags, and SEO-friendly features.

#open-source-cms#rss-feed#blog-engine
Stars379
Forks24
Last commit3 years ago
EFMarkdown
EFMarkdownSwift

A lightweight Swift library for converting Markdown to HTML and rendering Markdown previews in iOS apps.

#ios#markdown-parser#markdown
Stars379
Forks24
Last commit7 years ago
VMaskTextField
VMaskTextFieldObjective-C

A library for creating input masks in iOS text fields to format dates, phone numbers, and other data.

#input-mask#ios#text-field
Stars378
Forks45
Last commit8 years ago
Observable
ObservableSwift

A lightweight Swift library for observing and reacting to value changes with type-safe, memory-managed bindings.

#ios#values#observe
Stars377
Forks38
Last commit1 year ago
EZYGradientView
EZYGradientViewSwift

An intuitive iOS library for creating gradients and blur gradients with visual interface builder support.

#ios#visual-design#ui-components
Stars377
Forks41
Last commit6 years ago
abandoned-strings
abandoned-stringsSwift

Command line tool that detects unused resource strings in iOS or macOS applications.

#ios#code-cleanup#command-line-tool
Stars376
Forks64
Last commit5 years ago
Linked Ideas
Linked IdeasSwift

A macOS/iOS app for free-form note-taking by connecting ideas as concepts and links on a canvas.

#quicklook-plugin#ios-app#mind-mapping
Stars376
Forks17
Last commit5 years ago
Standard Template Protocols
Standard Template ProtocolsSwift

A Swift library providing protocol-oriented implementations for common iOS gesture recognizers to simplify UI interactions.

#ios#gesture-recognizers#ui-interactions
Stars376
Forks22
Last commit
Restofire
RestofireSwift

Restofire is a protocol oriented networking client for Alamofire

#alamofire#moya#urlsession
Stars375
Forks26
Last commit4 years ago
Sage
SageSwift

A cross-platform chess library for Swift providing move generation, game management, and board representation.

#ios#fen#move-generation
Stars375
Forks45
Last commit8 years ago
rides-ios-sdk
rides-ios-sdkSwift

An iOS SDK for authenticating users and integrating Uber Rides API functionality into iOS applications.

#ride-hailing#oauth#authentication
Stars374
Forks127
Last commit3 months ago
SwiftPriorityQueue
SwiftPriorityQueueSwift

A pure Swift implementation of a generic priority queue data structure using a binary heap.

#collection#astar-algorithm#binary-heap
Stars374
Forks40
Last commit3 years ago
Frank
FrankSwift

A DSL for quickly writing web applications in Swift with type-safe path routing.

#http-server#type-safe-routing#dsl
Stars373
Forks4
Last commit7 years ago
CollectionViewShelfLayout
CollectionViewShelfLayoutSwift

A UICollectionViewLayout subclass that displays items in horizontal rows like the App Store Feature tab without nested table/collection hacks.

#ios#app-store-ui#horizontal-scrolling
Stars372
Forks30
Last commit
ZMarkupParser
ZMarkupParserSwift

A pure-Swift library for converting HTML strings into NSAttributedString with customizable styles and tag support.

#macos-development#textfield#ios
Stars372
Forks33
Last commit3 months ago
SBTUITestTunnel
SBTUITestTunnelObjective-C

A library that extends Apple's UI Testing framework to enable network mocking, file operations, and other dynamic interactions with the app under test.

#ui-automated-tests#ios#integration-testing
Stars371
Forks86
Last commit
InkKit
InkKitSwift

A Swift library for simplifying drawing and geometry tasks on iOS and macOS.

#ios#graphics#appkit
Stars371
Forks23
Last commit8 years ago
Material Showcase iOS
Material Showcase iOSSwift

An elegant tap showcase view for iOS apps based on Material Design Guidelines to guide users.

#showcase-view#ios#objective-c
Stars371
Forks134
Last commit2 years ago
Reactant
ReactantSwift

A reactive architecture foundation for rapid and safe iOS development, improving code reusability, testability, and safety.

#ios#testability#reactive-programming
Stars370
Forks12
Last commit4 years ago
SwiftyWalkthrough
SwiftyWalkthroughSwift

A Swift library for creating interactive walkthroughs and onboarding experiences in iOS apps with minimal code changes.

#ios#ui-guide#user-onboarding
Stars370
Forks46
Last commit5 years ago
ExpyTableView
ExpyTableViewSwift

A Swift library for creating expandable table views in iOS with minimal implementation effort.

#ios#expandable-tableview#expandable
Stars369
Forks52
Last commit5 years ago
LTHRadioButton
LTHRadioButtonSwift

A customizable iOS radio button control with smooth selection/deselection animations.

#ios#animation#checkbox
Stars368
Forks27
Last commit2 years ago
ASCollectionView
ASCollectionViewSwift

A lightweight custom collection view for iOS inspired by Airbnb's design, featuring parallax scrolling and load-more functionality.

#ios#collectionview#swift-package-manager
Stars368
Forks24
Last commit2 years ago
PARTagPicker
PARTagPickerObjective-C

A CocoaPods view controller for selecting and creating tags with WordPress/Tumblr-style UI in iOS apps.

#ios#objective-c#ui-component
Stars367
Forks47
Last commit7 years ago
SectionedSlider
SectionedSliderSwift

A customizable iOS slider control that mimics the segmented slider from iOS 11 Control Center.

#ios#library#slider
Stars367
Forks27
Last commit6 years ago
VectorMath
VectorMathSwift

A Swift library implementing 2D/3D vector and matrix functions for games and graphics, with a Swift-native API.

#ios#graphics#quaternions
Stars367
Forks46
Last commit6 years ago
MFCard
MFCardSwift

A customizable iOS credit card input and validation control written in Swift with support for major card types.

#ios#animation#payment
Stars365
Forks47
Last commit6 years ago
PreviousPage 40 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
10 years ago
10 years ago
3 years ago
24 days ago
#Ios2041
#Cocoapods928
#Macos807
#Mobile Development800
#Ui Components531
#Carthage511
#Uikit390
#Objective C331
#Animation291
#Swift Package Manager267
#Xcode239
#Tvos235