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

PlayerView
PlayerViewSwift

An elegant wrapper API for AVPlayer that provides event handling via delegates instead of KVO.

#ios#swift-package-manager#media-controls
Stars130
Forks46
Last commit6 years ago
CachyKit
CachyKitSwift

A Swift caching library for JSON, images, ZIP files, and any object with expiry dates and force refresh.

#ios#expiry-management#image-caching
Stars130
Forks16
Last commit5 years ago
Toybox
ToyboxSwift

A command-line tool for creating and managing Xcode Playgrounds from the terminal.

#macos-development#developer-tools#terminal
Stars130
Forks4
Last commit6 years ago
macGist
macGistSwift

A macOS app that uploads clipboard contents to GitHub Gist and copies the URL back to clipboard.

#snippet-sharing#productivity#utility-app
Stars130
Forks8
Last commit6 years ago
Outlets
OutletsSwift

Swift library for validating IBOutlet and IBAction connections in iOS/macOS storyboards and XIBs.

#ios#unit-testing#ibaction
Stars130
Forks6
Last commit2 months ago
Framezilla
FramezillaSwift

A Swift library for smooth-scrolling iOS interfaces using elegant chaining syntax for manual frame calculations.

#ios#animation#layout
Stars130
Forks15
Last commit5 years ago
BPStatusBarAlert
BPStatusBarAlertSwift

A Swift library for displaying text-based alerts on the iOS status bar and below the navigation bar.

#ios#alerts#notifications
Stars129
Forks12
Last commit7 years ago
Localizations
LocalizationsSwift

macOS app that manages Xcode project localization files by keeping .strings files in sync with code and UI.

#strings-files#objective-c#xib
Stars129
Forks6
Last commit8 years ago
YouTubeKit
YouTubeKitSwift

A Swift package for interacting with YouTube's API without requiring an API key.

#macos-development#client#youtubekit
Stars129
Forks25
Last commit4 days ago
Croc
CrocSwift

A lightweight Swift library for detecting, generating, categorizing, and managing emoji characters on iOS.

#emoji#ios#unicode
Stars129
Forks11
Last commit7 years ago
Box
BoxSwift

Official iOS SDK for integrating with the Box Content API, providing full API coverage and convenience methods for Swift developers.

#oauth#content-management#box-api
Stars129
Forks111
Last commit2 days ago
SwiftStore
SwiftStoreC++

A Swift key-value store backed by LevelDB for persistent local storage in iOS/macOS apps.

#mobile-database#ios#xcframework
Stars129
Forks36
Last commit1 year ago
Croc
CrocSwift

A lightweight Swift library for parsing, detecting, generating, and categorizing emojis on iOS.

#emoji#ios#swift-package-manager
Stars129
Forks11
Last commit7 years ago
JTFadingInfoView
JTFadingInfoViewObjective-C

A UIButton-based iOS view for displaying material design-like notifications with customizable fade animations.

#ios#animation#objective-c
Stars128
Forks15
Last commit10 years ago
ARHeadsetKit
ARHeadsetKitSwift

A Swift framework that enables immersive AR headset experiences using Google Cardboard, with handheld AR alternatives.

#ios#mobile-ar#metal
Stars128
Forks11
Last commit3 years ago
Wave
WaveSwift

A declarative chainable animation framework for Swift, supporting sequential and parallel animations.

#declarative#ios#chain
Stars128
Forks9
Last commit6 years ago
EFInternetIndicator
EFInternetIndicatorSwift

A Swift library that adds an internet connection status indicator to iOS apps using ReachabilitySwift.

#ios#internet-connectivity#network-monitoring
Stars128
Forks17
Last commit7 years ago
ESTabBarController
ESTabBarControllerObjective-C

A custom iOS tab bar controller with animated selection indicator and button action support.

#mobile-ui#ios#objective-c
Stars127
Forks22
Last commit8 years ago
MySQL
MySQLSwift

A stand-alone Swift wrapper around the MySQL client library for accessing MySQL servers.

#database-driver#perfect#swift-package-manager
Stars126
Forks59
Last commit5 years ago
Tagging
TaggingSwift

A Swift library providing a TextView with built-in tagging functionality for mentions and hashtags in iOS apps.

#ios#text-input#textview
Stars126
Forks20
Last commit5 years ago
ADPuzzleAnimation
ADPuzzleAnimationSwift

A custom iOS animation library that builds or destroys a UIView into puzzle pieces, inspired by Fabric's Answers animation.

#puzzle-effect#ios#answers-animation
Stars125
Forks12
Last commit10 years ago
status-bar-todo
status-bar-todoSwift

A simple macOS app that displays and manages a TODO list directly in the system status bar.

#productivity#desktop-app#task-management
Stars124
Forks25
Last commit2 years ago
TimeZonePicker
TimeZonePickerSwift

A customizable iOS time zone picker UIViewController with search functionality, similar to the iOS Settings app.

#search#timezone-library#ios
Stars124
Forks17
Last commit5 years ago
MBAutoGrowingTextView
MBAutoGrowingTextViewObjective-C

A lightweight UITextView subclass for iOS that automatically grows and shrinks with user input using Auto Layout.

#auto-layout#ios#text-input
Stars124
Forks22
Last commit6 years ago
Workaholic
WorkaholicSwift

An iOS library that creates GitHub-like work contribution timelines for tracking and visualizing activity.

#timeline#ios#ui-component
Stars124
Forks9
Last commit7 years ago
RxReduce
RxReduceSwift

A lightweight framework for implementing a state container pattern in a reactive way for iOS/macOS apps.

#functional-programming#ios#mobile-architecture
Stars124
Forks10
Last commit7 years ago
Spin
SpinSwift

A Swift library for building unified feedback loops (state machines) that work with RxSwift, ReactiveSwift, and Combine.

#spin#reactive-programming#combine
Stars124
Forks9
Last commit5 years ago
Vapor Mailgun Service
Vapor Mailgun ServiceSwift

A Vapor 4 service for sending emails and managing templates via the Mailgun API.

#vapor-service#email-service#mailgun
Stars124
Forks33
Last commit8 months ago
Cachyr
CachyrSwift

A typesafe key-value data cache for iOS, macOS, tvOS, and watchOS written in Swift.

#ios#memory-cache#tvos
Stars124
Forks7
Last commit5 years ago
SelectionList
SelectionListSwift

A simple iOS checklist component for single or multiple selection, built on UITableView.

#mobile-ui#ios#checklist
Stars124
Forks20
Last commit1 year ago
AppReview
AppReviewSwift

A tiny Swift library for iOS and macOS to request App Store reviews with configurable launch and time conditions.

#app-store#ios#swift-package-manager
Stars124
Forks5
Last commit7 months ago
Differific
DifferificSwift

A fast and convenient diffing framework for iOS, macOS, and tvOS using Paul Heckel's algorithm.

#algorithm#ios#hashable
Stars123
Forks2
Last commit6 years ago
ActionClosurable
ActionClosurableSwift

A Swift library that replaces Objective-C target/action patterns with closure-based APIs for UIKit controls.

#code-simplification#ios#closure
Stars123
Forks15
Last commit6 years ago
SwiftyVIPER
SwiftyVIPERSwift

A Swift library and Xcode templates for implementing VIPER architecture in iOS and tvOS applications.

#viper#ios#unit-testing
Stars123
Forks15
Last commit6 years ago
Misen
MisenSwift

A Swift script that generates type-safe Swift code from Xcode Asset Catalogs for easier image management.

#type-safety#asset-catalog#tooling
Stars123
Forks5
Last commit7 years ago
Cadmium
CadmiumSwift

A Swift framework that wraps CoreData to simplify context management and enforce best practices.

#crud#orm#database
Stars123
Forks4
Last commit8 years ago
PreviousPage 55 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
#Ios1883
#Cocoapods860
#Macos739
#Mobile Development728
#Ui Components507
#Carthage475
#Uikit366
#Objective C314
#Animation280
#Swift Package Manager250
#Tvos224
#Xcode220