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

ClipFlow
ClipFlowSwift

A native macOS clipboard history manager with terminal-style navigation and image previews.

#macos-swift-clipboard-productivity#open-source#productivity
Stars12
Forks0
Last commit6 months ago
JSButton
JSButtonSwift

A fully customizable Swift UIButton subclass for creating beautiful iOS buttons without writing code.

#apple#ios-app#ios
Stars12
Forks1
Last commit8 years ago
Swift Regular Expressions
Swift Regular ExpressionsSwift

A Swift playground for learning and practicing regular expressions with practical examples.

#educational#regex#regular-expression
Stars12
Forks2
Last commit9 years ago
AEAppVersion
AEAppVersionSwift

A lightweight iOS library for tracking app version changes and install states with minimal setup.

#ios#version-management#swift-package-manager
Stars12
Forks2
Last commit4 years ago
Malibu
MalibuSwift

A Swift networking library built on promises for cleaner, chainable HTTP requests.

#ios#asynchronous#promises
Stars12
Forks3
Last commit8 years ago
Medium SDK - Swift
Medium SDK - SwiftSwift

A Swift SDK for iOS apps to integrate with Medium's OAuth2 API for authentication, user data, and publishing.

#oauth2#authentication#medium-api
Stars12
Forks3
Last commit9 years ago
SwiftMD5
SwiftMD5Swift

A pure Swift implementation of the MD5 cryptographic hash algorithm.

#ios#library#md5
Stars12
Forks8
Last commit2 years ago
TimePicker
TimePickerSwift

A customizable time picker component for iOS apps with flexible configuration options.

#ios#time-picker#custom-ui
Stars12
Forks7
Last commit4 years ago
SZMentions
SZMentionsObjective-C

A lightweight iOS library for adding, removing, and editing mentions within a UITextView.

#ios#text-input#objective-c
Stars11
Forks1
Last commit9 years ago
Geometry with Swift
Geometry with SwiftSwift

In this course your students will learn the fundamentals of Swift 3 programming, using Geometry as their context for learning. The style of this course mimic "Logo", which is an educational programming language designed in 1967 by Daniel Borrow, Wally Feurzeig, Seymour Papert and Cynthia Soloman.

#geometry#wwdc-scholarship#wwdc2017
Stars11
Forks1
Last commit
Swift KVO Closures
Swift KVO ClosuresSwift

A Swift playground demonstrating Key-Value Observing (KVO) with closure-based syntax.

#apple-platforms#educational#ios-development
Stars11
Forks0
Last commit12 years ago
SnapLayout
SnapLayoutSwift

A concise Swift API for Auto Layout that simplifies constraint creation and management with chaining and easy updates.

#auto-layout#ios#pin
Stars11
Forks0
Last commit7 years ago
OverlayComposite
OverlayCompositeSwift

An asynchronous, multithreaded image compositing framework for iOS/macOS, enabling layered image rendering like Photoshop.

#ios#graphics#swift4
Stars11
Forks2
Last commit8 years ago
FormatterKit
FormatterKitObjective-C

A collection of well-crafted NSFormatter subclasses for formatting addresses, arrays, colors, locations, names, and more in iOS/macOS apps.

#formatting#ios#objective-c
Stars11
Forks5
Last commit7 years ago
Oriole
OrioleSwift

A Swift 2.0 library providing functional utility methods for collections via protocol extensions.

#functional-programming#ios#protocol-extensions
Stars11
Forks0
Last commit11 years ago
XMLCoding
XMLCodingSwift

Swift library for encoding and decoding XML using the Codable protocol.

#codable#vapor#xml
Stars11
Forks9
Last commit1 year ago
MLKit - ARCore
MLKit - ARCoreSwift

A multiplayer AR game that detects objects in real-time using Firebase ML Kit and tags them with 3D labels shared via Firebase RTDB.

#multiplayer#ios#demo
Stars11
Forks4
Last commit6 years ago
Interactive Newton's Cradle
Interactive Newton's CradleSwift

A collection of Swift 3 demo projects showcasing various iOS animation techniques and visual effects.

#user-interface#ios#animation
Stars10
Forks1
Last commit8 years ago
StoryTeller
StoryTellerObjective-C

An advanced logging framework that replaces severity levels with smart active search criteria for more relevant logs.

#debugging-tools#developer-tools#objective-c
Stars10
Forks1
Last commit9 years ago
Clear Clipboard Text Format
Clear Clipboard Text FormatObjective-C

A macOS menu bar app that removes formatting from clipboard text with one click.

#productivity-tool#appkit#menu-bar-app
Stars10
Forks1
Last commit7 years ago
Listenable
ListenableSwift

A Swift library providing protocol-driven observable objects for multiple listeners with prioritization.

#ios#listener#reactive-programming
Stars10
Forks2
Last commit8 years ago
Gem
GemSwift

A lightweight iOS networking library with automated JSON model parsing for rapid Swift development.

#ios#codable#model-mapping
Stars10
Forks1
Last commit6 years ago
Telesign Provider
Telesign ProviderSwift

A Vapor provider for integrating Telesign's SMS and phone verification APIs into Swift server applications.

#vapor-service#phone-verification#telesign-provider
Stars10
Forks2
Last commit5 months ago
markdown-quicklook
markdown-quicklookShell

Quick Look extension for macOS that renders Markdown files with syntax highlighting and includes a menu bar toggle.

#quicklook-plugin#markdown-preview#obsidian
Stars9
Forks1
Last commit5 days ago
ECheck
ECheckSwift

A macOS-native tool for validating EPUB files against the official EPUB specification.

#publishing#digital-publishing#ebook-tools
Stars9
Forks1
Last commit9 years ago
Register VM
Register VMSwift

A Swift Playground implementation of a register-based virtual machine from the Wikibook 'Creating a Virtual Machine'.

#educational#virtual-machine#learning-resource
Stars9
Forks4
Last commit4 years ago
Core Animation Playground
Core Animation PlaygroundSwift

A Swift playground demonstrating Core Animation concepts and techniques with practical examples.

#macos-development#animation#educational
Stars9
Forks2
Last commit4 years ago
Swift Brainfuck
Swift BrainfuckSwift

A Brainfuck interpreter implemented in Swift using Xcode Playgrounds for interactive execution.

#language-implementation#interpreter#xcode-playground
Stars9
Forks1
Last commit12 years ago
OneWaySynchronizer
OneWaySynchronizerSwift

A simple Swift abstraction for synchronizing local data with a remote source in iOS applications.

#ios#synchronization-library#data-synchronization
Stars9
Forks2
Last commit7 years ago
RxAlamoRecord
RxAlamoRecordSwift

A reactive networking layer for iOS/macOS that combines AlamoRecord and RxSwift to simplify API interactions.

#ios#api#alamofire
Stars9
Forks0
Last commit6 years ago
Swift Date Tutorial
Swift Date TutorialSwift

A Swift playground tutorial demonstrating the use of NSDate and related classes for date and time manipulation.

#timezone#date-handling#nsdate
Stars9
Forks2
Last commit10 years ago
FlexibleTableViewController
FlexibleTableViewControllerSwift

A Swift library providing a generic table view controller with external data processing for iOS apps.

#ios#flexible#library
Stars9
Forks2
Last commit8 years ago
Super Maze
Super MazeSwift

A Swift-based programmatic maze generator and solver using depth-first search and A* algorithms, originally a WWDC17 scholarship submission.

#apple#ios#spritekit
Stars9
Forks2
Last commit9 years ago
Rhythm Snap
Rhythm SnapSwift

An iPad rhythm trainer that uses the camera and Vision framework to detect finger snaps and provide real-time feedback on timing accuracy.

#wwdc#ios#wwdc23
Stars9
Forks0
Last commit3 years ago
Image Processor
Image ProcessorSwift

A Swift Playground project implementing various image filter algorithms for learning and experimentation.

#filter-algorithms#educational-tool#image-processing
Stars9
Forks1
Last commit5 years ago
LocalizedView
LocalizedViewObjective-C

A helper class for setting up application-specific localized strings directly within XIB files in iOS development.

#ios#objective-c#xib
Stars8
Forks1
Last commit10 years ago
PreviousPage 76 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
5 months ago
#Ios2041
#Cocoapods928
#Macos807
#Mobile Development800
#Ui Components531
#Carthage511
#Uikit390
#Objective C331
#Animation291
#Swift Package Manager267
#Xcode239
#Tvos235