Awesome Ios Overview
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 vsouza/awesome-ios · ⭐ 52K · 🏷️ Platforms
Contributing and Collaborating
Please see CONTRIBUTING (⭐52k) and CODE-OF-CONDUCT (⭐52k) for details.
Contents
- Analytics
- App Routing
- Apple TV
- App Store
- Architecture Patterns
- ARKit
- Authentication
- Blockchain
- Books
- Cache
- Charts
- Code Injection
- Code Quality
- Color
- Command Line
- Concurrency
- Core Data
- Courses
- Database
- Data Structures / Algorithms
- Date & Time
- Debugging
- Dependency Injection
- Dependency / Package Manager
- Deployment / Distribution
- EventBus
- Files
- Functional Programming
- Games
- GCD
- Gesture
- Graphics
- Hardware
- Layout
- Localization
- Logging
- Machine Learning
- Maps
- Math
- Media
- Messaging
- Networking
- Newsletters
- Notifications
- Objective-C Runtime
- Optimization
- Other Awesome Lists
- Parsing
- Passbook
- Payments
- Permissions
- Podcasts
- Project setup
- Prototyping
- Rapid Development
- Reactive Programming
- Reference
- Reflection
- Regex
- SDK
- Security
- Server
- Style Guides
- Testing
- Text
- UI
- Activity Indicator
- Alert & Action Sheet
- Animation
- Transition
- Badge
- Button
- Calendar
- Cards
- Form & Settings
- Keyboard
- Label
- Login
- Menu
- Navigation Bar
- PickerView
- Popup
- Progress View
- Pull to Refresh
- Rating Stars
- ScrollView
- Segmented Control
- Slider
- Splash View
- Status Bar
- Stepper
- Switch
- Tab Bar
- Table View / Collection View
- Tag
- TextField & TextView
- UIPageControl
- Web View
- Utility
- User Consent
- VR
- Walkthrough / Intro / Tutorial
- Websites
- Websocket
- Tools
- Tutorials and Keynotes
- UI Templates
- Xcode
Analytics
Analytics platforms, SDK's, error tracking and real-time answers about your app
- Answers by Fabric - Answers gives you real-time insight into people’s experience in your app.
- Aptabase - Open Source, Privacy-First and Simple Analytics for Swift Apps.
- Bugsnag - Error tracking with a free tier. Error reports include data on device, release, user, and allows arbitrary data.
- Countly - Open source, mobile & web analytics, crash reports and push notifications platform for iOS & Android.
- devtodev - Comprehensive analytics service that improves your project and saves time for product development.
- Embrace - Mobile observability, built on OpenTelemetry, to provide user-focused, reliable apps.
- Emerge Tools - Prevent app size & performance regressions on every pull request, get automated insights on how to improve.
- Instabug - In-app feedback, Bug and Crash reporting, Fix Bugs Faster through user-steps, video recordings, screen annotation, network requests logging.
- Matomo (⭐399) - The MatomoTracker is an iOS, tvOS and macOS SDK for sending app analytics to a Matomo server.
- Measure - Open source, self-hostable mobile app monitoring with error tracking, performance tracing and full session timelines to spend less time stitching context and fix issues faster.
- Mixpanel - Advanced analytics platform.
- MOCA Analytics - Paid cross-platform analytics backend.
- Segment (⭐417) - The hassle-free way to integrate analytics into any iOS application.
- Sentry - Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time.
- Shake - In-app feedback and bug reporting tool. Fix app bugs up to 50x faster with detailed device data, repro steps, video recording, black box data, network requests and custom logging.
App Routing
Elegant URL routing, navigation frameworks, deep links and more
- ApplicationCoordinator (⭐851) - Coordinator is an object that handles navigation flow and shares flow’s handling for the next coordinator after switching on the next chain.
- Appz (⭐1.2k) - Easily launch and deeplink into external applications, falling back to web if not installed.
- Composable Navigator (⭐589) - An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
- Crossroad (⭐424) - Crossroad is an URL router focused on handling Custom URL Schemes. Using this, you can route multiple URL schemes and fetch arguments and parameters easily.
- DeepLinkKit (⭐3.5k) - A splendid route-matching, block-based way to handle your deep links.
- JLRoutes (⭐5.7k) - URL routing library for iOS with a simple block-based API.
- Linker (⭐139) - Lightweight way to handle internal and external deeplinks for iOS.
- LiteRoute (⭐92) - Easy transition between VIPER modules, implemented on pure Swift.
- Marshroute (⭐234) - Marshroute is an iOS Library for making your Routers simple but extremely powerful.
- RouteComposer (⭐926) - Library that helps to handle view controllers composition, routing and deeplinking tasks.
- Router (⭐446) - Simple Navigation for iOS.
- RxFlow (⭐1.9k) - Navigation framework for iOS applications based on a Reactive Flow Coordinator pattern.
- SwiftCurrent (⭐305) - A library for managing complex workflows.
- SwiftRouter (⭐281) - A URL Router for iOS.
- URLNavigator (⭐3.3k) - Elegant URL Routing for Swift
- WAAppRouting (⭐586) - iOS routing done right. Handles both URL recognition and controller displaying with parsed parameters. All in one line, controller stack preserved automatically!
- ZIKRouter (⭐659) - An interface-oriented router for discovering modules and injecting dependencies with protocol in OC & Swift, iOS & macOS. Handles route in a type safe way.
App Store
Apple Guidelines and version notification libraries
- Apple Review Guidelines - Highlighted some of the most common issues that cause apps to get rejected.
- Free App Store Optimization Tool - Lets you track your App Store visibility in terms of keywords and competitors.
- Siren (⭐4.3k) - Notify users when a new version of your app is available and prompt them to upgrade.
Apple TV
tvOS view controllers, wrappers, template managers and video players.
- FocusTvButton (⭐77) - Light wrapper of UIButton that allows extra customization for tvOS
- ParallaxView (⭐485) - iOS controls and extensions that add parallax effect to your application.
- Swift-GA-Tracker-for-Apple-tvOS (⭐82) - Google Analytics tracker for Apple tvOS provides an easy integration of Google Analytics’ measurement protocol for Apple TV.
- TvOSCustomizableTableViewCell (⭐32) - Light wrapper of UITableViewCell that allows extra customization for tvOS.
- TvOSMoreButton (⭐60) - A basic tvOS button which truncates long text with '... More'.
- TvOSPinKeyboard (⭐102) - PIN keyboard for tvOS.
- TvOSScribble (⭐182) - Handwriting numbers recognizer for Siri Remote.
- TvOSSlider (⭐46) - TvOSSlider is an implementation of UISlider for tvOS.
- TvOSTextViewer (⭐48) - Light and scrollable view controller for tvOS to present blocks of text
- XCDYouTubeKit (⭐2.9k) - YouTube video player for iOS, tvOS and macOS.
Architecture Patterns
Clean architecture, Viper, MVVM, Reactive... choose your weapon.
- Clean Architecture for SwiftUI + Combine (⭐6.5k) - A demo project showcasing the production setup of the SwiftUI app with Clean Architecture.
- CleanArchitectureRxSwift (⭐4.1k) - Example of Clean Architecture of iOS app using RxSwift.
- ios-architecture (⭐1.5k) - A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others.
- iOS-Viper-Architecture (⭐734) - This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.
- Reactant (⭐371) - Reactant is a reactive architecture for iOS.
- Spin (⭐124) - A universal implementation of a Feedback Loop system for RxSwift, ReactiveSwift and Combine
- SwiftyVIPER (⭐124) - Makes implementing VIPER architecture much easier and cleaner.
- Tempura (⭐718) - A holistic approach to iOS development, inspired by Redux and MVVM.
- The Composable Architecture (⭐15k) - The Composable Architecture is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
- VIPER Module Generator (⭐78) - A Clean VIPER Modules Generator with comments and predfined functions.
- Viperit (⭐512) - Viper Framework for iOS. Develop an app following VIPER architecture in an easy way. Written and tested in Swift.
ARKit
Library and tools to help you build unparalleled augmented reality experiences
- ARHeadsetKit (⭐128) - High-level framework for using $5 Google Cardboard to replicate Microsoft Hololens.
- ARKit Emperor (⭐539) - The Emperor give you the most practical ARKit samples ever.
- ARKit Virtual Objects (⭐382) - Placing Virtual Objects in Augmented Reality.
- ARKit-CoreLocation (⭐5.5k) - Combines the high accuracy of AR with the scale of GPS data.
- ARVideoKit (⭐1.7k) - Record and capture ARKit videos, photos, Live Photos, and GIFs.
- Placenote (⭐98) - A library that makes ARKit sessions persistent to a location using advanced computer vision.
- SmileToUnlock (⭐628) - This library uses ARKit Face Tracking in order to catch a user's smile.
Authentication
Oauth and Oauth2 libraries, social logins and captcha tools.
- Heimdallr.swift (⭐643) - Easy to use OAuth 2 library for iOS, written in Swift.
- InstagramSimpleOAuth (⭐94) - A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.
- LinkedInSignIn (⭐37) - Simple view controller to login and retrieve access token from LinkedIn.
- OAuth2 (⭐1.2k) - OAuth2 framework for macOS and iOS, written in Swift.
- OAuthSwift (⭐3.3k) - Swift based OAuth library for iOS
- ReCaptcha (⭐271) - (In)visible ReCaptcha for iOS.
- SwiftyOAuth (⭐485) - A simple OAuth library for iOS with a built-in set of providers.
Blockchain
Tool for smart contract interactions. Bitcoin protocol implementations and Frameworks for interacting with cryptocurrencies.
- BitcoinKit (⭐869) - Bitcoin protocol toolkit for Swift, BitcoinKit implements Bitcoin protocol in Swift. It is an implementation of the Bitcoin SPV protocol written in swift.
- CoinpaprikaAPI (⭐42) - Coinpaprika API client with free & frequently updated market data from the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.
- EthereumKit (⭐487) - EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
- EtherWalletKit (⭐144) - Ethereum Wallet Toolkit for iOS - You can implement Ethereum wallet without a server and blockchain knowledge.
- Web3.swift (⭐695) - Web3 library for interacting with the Ethereum blockchain.
- web3swift (⭐887) - Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Books
Most recommended books
- Advanced Swift by Chris Eidhof, Ole Begemann, and Airspeed Velocity
- Anyone Can Create an App by Wendy L. Wise
- Classic Computer Science Problems in Swift
- Cocoa Design Patterns
- Core Data by Florian Kugler and Daniel Eggert
- Functional Swift by Chris Eidhof, Florian Kugler, and Wouter Swierstra
- Hello Swift! by Tanmay Bakshi with Lynn Beighley
- iOS Development with Swift by Craig Grummitt
- iOS Programming: The Big Nerd Ranch Guide by Christian Keur, Aaron Hillegass
- Programming in Objective-C by Stephen G. Kochan
- Swift in Depth
- The Complete Friday Q & A: Volume 1
- The Swift Programming Language by Apple
Cache
Thread safe, offline and high performance cache libs and frameworks.
- Awesome Cache (⭐1.3k) - Delightful on-disk cache (written in Swift).
- Cache (⭐3.1k) - Nothing but Cache.
- Cache (⭐212) - Swift caching library.
- Cachyr (⭐124) - A small key-value data cache for iOS, macOS and tvOS, written in Swift.
- Carlos (⭐640) - A simple but flexible cache.
- Disk (⭐3.1k) - Delightful framework for iOS to easily persist structs, images, and data.
- HanekeSwift (⭐5.2k) - A lightweight generic cache for iOS written in Swift with extra love for images.
- Johnny (⭐37) - Melodic Caching for Swift.
- mattress (⭐521) - iOS Offline Caching for Web Content.
- MemoryCache (⭐78) - MemoryCache is type-safe memory cache.
- PINCache (⭐2.7k) - Fast, non-deadlocking parallel object cache for iOS and macOS.
- RocketData (⭐647) - A caching and consistency solution for immutable models.
- SPTPersistentCache (⭐1.2k) - Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours. By Spotify.
- Track (⭐268) - Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
- UITableView Cache (⭐75) - UITableView cell cache that cures scroll-lags on a cell instantiating.
- YYCache (⭐2.4k) - High performance cache framework for iOS.
Charts
Explore beautiful, easy-to-use, and customizable iOS charting libraries, perfect for creating dynamic and stunning data visualizations.
- ANDLineChartView (⭐420) - ANDLineChartView is easy to use view-based class for displaying animated line chart.
- Charts (⭐28k) - A powerful chart/graph framework, the iOS equivalent to MPAndroidChart (⭐38k).
- core-plot (⭐2.8k) - A 2D plotting lib which is highly customizable and capable of drawing many types of plots.
- CoreCharts (⭐71) - CoreCharts is a simple powerful yet Charts library for apple products.
- CSPieChart (⭐41) - iOS PieChart Opensource. This is very easy to use and customizable.
- DDSpiderChart (⭐98) - Easy to use and customizable Spider (Radar) Chart library for iOS written in Swift.
- Dr-Charts (⭐94) - Dr-Charts is a highly customisable, easy to use and interactive chart/graph framework in Objective-C.
- EatFit (⭐647) - Eat fit is a component for attractive data representation inspired by Google Fit.
- EChart (⭐645) - iOS/iPhone/iPad Chart, Graph. Event handling and animation supported.
- FlowerChart (⭐17) - Flower-shaped chart with custom appearance animation, fully vector.
- FSInteractiveMap (⭐549) - A charting library to visualize and interact with a vector map on iOS. It's like Geochart but for iOS.
- FSLineChart (⭐844) - A line chart library for iOS.
- Graphs (⭐969) - Light weight charts view generator for iOS.
- JBChartView (⭐3.7k) - iOS-based charting library for both line and bar graphs.
- JYRadarChart (⭐421) - An iOS open source Radar Chart implementation.
- MagicPie (⭐527) - Awesome layer-based pie chart. Fantastically fast and fully customizable. Amazing animations available with MagicPie.
- PieCharts (⭐507) - Easy to use and highly customizable pie charts library for iOS.
- PNChart (⭐9.7k) - A simple and beautiful chart lib used in Piner and CoinsMan for iOS.
- Scrollable-GraphView (⭐5.3k) - An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
- SMDiagramViewSwift (⭐47) - Meet cute and very flexibility library for iOS application for different data view in one circle diagram.
- Swift LineChart (⭐600) - Line Chart library for iOS written in Swift.
- SwiftChart (⭐1k) - Line and area chart library for iOS.
- TEAChart (⭐1.2k) - Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart.
- TKRadarChart (⭐211) - A customizable radar chart in Swift.
- TWRCharts (⭐359) - An iOS wrapper for ChartJS. Easily build animated charts by leveraging the power of native Obj-C code.
- XJYChart - A Beautiful chart for iOS. Support animation, click, slide, area highlight.
Code Injection
Decrease development time with these tools
- Inject (⭐3.4k) - Hot Reloading for Swift applications!
- injectionforxcode (⭐6.5k) - Code injection including Swift.
- Vaccine (⭐310) - Vaccine is a framework that aims to make your apps immune to recompile-decease.
Code Quality
Quality always matters. Code checkers, memory vigilants, syntax sugars and more.
- Aardvark (⭐261) - Aardvark is a library that makes it dead simple to create actionable bug reports.
- Bootstrap (⭐2k) - iOS project bootstrap aimed at high quality coding.
- Bugsee - In-app bug and crash reporting with video, logs, network traffic and traces.
- FBRetainCycleDetector (⭐4.2k) - iOS library to help detecting retain cycles in runtime.
- HeapInspector-for-iOS (⭐1.9k) - Find memory issues & leaks in your iOS app without instruments.
- KZAsserts (⭐99) - Asserts on roids, test all your assumptions with ease.
- MLeaksFinder (⭐5.4k) - Find memory leaks in your iOS app at develop time.
- PSTModernizer (⭐215) - Makes it easier to support older versions of iOS by fixing things and adding missing methods.
- spacecommander (⭐1.1k) - Commit fully-formatted Objective-C code as a team without even trying.
- SwiftCop (⭐536) - SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations.
- SwiftFormat (⭐8.8k) - A code library and command-line formatting tool for reformatting Swift code.
- Tailor (⭐1.4k) - Cross-platform static analyzer for Swift that helps you to write cleaner code and avoid bugs.
- WeakableSelf (⭐79) - A Swift micro-framework to encapsulate
[weak self]andguardstatements within closures.
Linter
Static code analyzers to enforce style and conventions.
- AnyLint (⭐116) - Lint anything by combining the power of Swift & regular expressions.
- IBLinter (⭐942) - A linter tool for Interface Builder.
- OCLint (⭐3.9k) - Static code analysis tool for improving quality and reducing defects.
- Swiftlint (⭐20k) - A tool to enforce Swift style and conventions.
Color
Hex color extensions, theming, color pickers and other awesome color tools.
- BCColor (⭐414) - A lightweight but powerful color kit (Swift).
- ChromaColorPicker (⭐572) - An intuitive iOS color picker built in Swift.
- Colours (⭐3.1k) - A beautiful set of predefined colors and a set of color methods to make your iOS/macOS development life easier.
- CostumeKit (⭐301) - Base types for theming an app.
- CSS3ColorsSwift (⭐67) - A UIColor extension with CSS3 Colors name.
- DynamicColor (⭐3.1k) - Yet another extension to manipulate colors easily in Swift.
- FlatUIColors (⭐165) - Flat UI color palette helpers written in Swift.
- Gestalt (⭐326) - An unintrusive & light-weight iOS app-theming library with support for animated theme switching.
- Hue (⭐3.6k) - Hue is the all-in-one coloring utility that you'll ever need.
- Lorikeet (⭐34) - Aesthetic color-scheme generation written in Swift.
- PFColorHash (⭐28) - Generate color based on the given string.
- PrettyColors (⭐172) - Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.
- RandomColorSwift (⭐635) - An attractive color generator for Swift. Ported from
randomColor.js. - SheetyColors (⭐104) - An action sheet styled color picker for iOS.
- SwiftHEXColors (⭐693) - HEX color handling as an extension for UIColor.
- UIColor-Hex-Swift (⭐1.2k) - Convenience method for creating autoreleased color using RGBA hex string.
Command Line
Smart, beautiful and elegant tools to help you create command line applications.
- Ashen (⭐116) - A framework for writing terminal applications in Swift.
- ColorizeSwift (⭐311) - Terminal string styling for Swift.
- CommandCougar (⭐54) - An elegant pure Swift library for building command line applications.
- Commander (⭐1.5k) - Compose beautiful command line interfaces in Swift.
- Crayon (⭐59) - Terminal string styling with expressive API and 256/TrueColor support.
- Guaka (⭐1.1k) - The smartest and most beautiful (POSIX compliant) command line framework for Swift.
- Linenoise (⭐154) - A pure Swift replacement for readline
- ModuleInterface (⭐83) - Command Line Tool that generates the Module's Interface from a Swift project.
- nef (⭐268) - Command line tool to ease the creation of documentation in the form of Swift Playgrounds.
- Progress (⭐350) - Add beautiful progress bars to your loops.
- SourceDocs (⭐423) - Command Line Tool that generates Markdown documentation from inline source code comments.
- Swift Argument Parser (⭐3.7k) - Straightforward, type-safe argument parsing for Swift
- SwiftCLI (⭐878) - A powerful framework for developing CLIs in Swift
- Swiftline (⭐1.2k) - Swiftline is a set of tools to help you create command line applications.
- SwiftShell (⭐1.1k) - A Swift framework for shell scripting and running shell commands.
- SwiftyTextTable (⭐332) - A lightweight library for generating text tables.
Concurrency
Job schedulers, Coroutines, Asynchronous and Type safe threads libs and frameworks written in Swift
- Aojet (⭐41) - An actor model library for swift.
- AsyncNinja (⭐158) - A complete set of concurrency and reactive programming primitives.
- AsyncQueue (⭐272) - A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.
- Brisk (⭐25) - A Swift DSL that allows concise and effective concurrency manipulation.
- Concurrent (⭐208) - Functional Concurrency Primitives.
- Flow (⭐219) - Operation Oriented Programming in Swift.
- Flow-iOS (⭐21) - Make your logic flow and data flow clean and human readable.
- GroupWork (⭐43) - Easy concurrent, asynchronous tasks in Swift.
- Kommander (⭐169) - Kommander is a Swift library to manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand.
- Overdrive (⭐800) - Fast async task based Swift framework with focus on type safety, concurrency and multi threading.
- Queuer (⭐1.2k) - A queue manager, built on top of OperationQueue and Dispatch (aka GCD).
- StickyLocking (⭐2) - A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types.
- SwiftCoroutine (⭐832) - Swift coroutines library for iOS and macOS.
- SwiftQueue (⭐423) - Job Scheduler with Concurrent run, failure/retry, persistence, repeat, delay and more.
- Threadly (⭐75) - Type-safe thread-local storage in Swift.
- Venice (⭐1.5k) - CSP (Coroutines, Channels, Select) for Swift.
Core Data
Core data Frameworks, wrappers, generators and boilerplates.
- AERecord (⭐303) - Super awesome Core Data wrapper in Swift.
- AlecrimCoreData (⭐777) - A powerful and simple Core Data wrapper framework written in Swift.
- Cadmium (⭐123) - A complete swift framework that wraps CoreData and helps facilitate best practices.
- CloudCore (⭐161) - Robust CloudKit synchronization: offline editing, relationships, shared and public databases, field-level deltas, and more.
- Core Data Query Interface (⭐37) A type-safe, fluent query framework for Core Data.
- CoreDataDandy (⭐34) - A feature-light wrapper around Core Data that simplifies common database operations.
- CoreDataStack - The Big Nerd Ranch Core Data Stack.
- CoreStore (⭐4.1k) - Powerful Core Data framework for Incremental Migrations, Fetching, Observering, etc.
- DataKernel (⭐18) - Simple CoreData wrapper to ease operations.
- DATAStack (⭐213) - 100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer.
- Ensembles (⭐1.6k) - A synchronization framework for Core Data.
- Graph (⭐875) - An elegant data-driven framework for CoreData in Swift.
- JSQCoreDataKit (⭐615) - A swifter Core Data stack.
- JustPersist (⭐164) - JustPersist is the easiest and safest way to do persistence on iOS with Core Data support out of the box.
- MagicalRecord (⭐11k) - Super Awesome Easy Fetching for Core Data.
- Mogenerator (⭐3k) - Automatic Core Data code generation.
- PredicateFlow (⭐100) - Write amazing, strong-typed and easy-to-read NSPredicate, allowing you to write flowable NSPredicate, without guessing attribution names, predicate operation or writing wrong arguments type.
- PrediKit (⭐537) - An NSPredicate DSL for iOS, macOS, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift.
- Skopelos (⭐239) - A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data.
- Sync (⭐2.5k) - Modern Swift JSON synchronization to Core Data.
Courses
Online courses, tutorials and learning resources to kickstart your iOS development journey.
Getting Started
Courses, tutorials, guides and bootcamps
- 100 Days of SwiftUI - Free collection of videos and tutorials updated for iOS 15 and Swift 5.5.
- Apple - Object-Oriented Programming with Objective-C
- ARHeadsetKit Tutorials (⭐128) - Interactive guides to a high-level framework for experimenting with AR.
- ARStarter (⭐472) - Get started with ARKit - A little exercise for beginners.
- Classpert - A list of 500 iOS Development courses (free and paid), from top e-learning platforms - Complete catalog of courses from Udacity, Pluralsight, Coursera, Edx, Treehouse and Skillshare.
- iOS & Swift - The Complete iOS App Development Bootcamp
- Ray Wenderlich - Learn to code iOS Apps.
- Stanford - Developing apps for iOS - Stanford's CS193p - Developing Apps for iOS.
- Udacity - Intro to iOS App Development with Swift - Udacity free course. Make Your First iPhone App.
Database
Wrappers, clients, Parse alternatives and safe tools to deal with ephemeral and persistent data.
- Couchbase Mobile - Couchbase document store for mobile with cloud sync.
- Default (⭐468) - Modern interface to UserDefaults + Codable support.
- Defaults (⭐2.5k) - Swifty and modern UserDefaults.
- DuckDB (⭐126) - DuckDB is a high-performance analytical database system.
- FCModel (⭐1.6k) - An alternative to Core Data for people who like having direct SQL access.
- FileMaker (⭐35) - A Swift wrapper around the FileMaker XML Web publishing interface, enabling access to FileMaker servers.
- FirebaseHelper (⭐15) - Safe and easy wrappers for common Firebase Realtime Database functions.
- Fluent (⭐1.4k) - Simple ActiveRecord implementation for working with your database in Swift.
- FMDB (⭐14k) - A Cocoa / Objective-C wrapper around SQLite.
- GRDB.swift (⭐8.3k) - A versatile SQLite toolkit for Swift, with WAL mode support.
- IceCream (⭐2k) - Sync Realm Database with CloudKit.
- MMKV (⭐19k) - An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS, Android, macOS and Windows.
- ModelAssistant (⭐28) - Elegant library to manage the interactions between view and model in Swift.
- MongoDB (⭐51) - A Swift wrapper around the mongo-c client library, enabling access to MongoDB servers.
- MongoKitten (⭐750) - A pure Swift MongoDB client implementation with support for embedded databases.
- MySQL (⭐126) - A Swift wrapper around the MySQL client library, enabling access to MySQL servers.
- Nora (⭐269) - Nora is a Firebase abstraction layer for working with FirebaseDatabase and FirebaseStorage.
- ObjectBox (⭐604) - ObjectBox is a superfast, light-weight object persistence framework.
- ObjectiveRocks (⭐61) - An Objective-C wrapper of Facebook's RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.
- OHMySQL (⭐239) - An Objective-C wrapper of MySQL C API.
- OneStore (⭐27) - A single value proxy for NSUserDefaults, with clean API.
- ParseAlternatives - A collaborative list of Parse alternative backend service providers.
- PersistenceKit (⭐156) - Store and retrieve Codable objects to various persistence layers, in a couple lines of code.
- PersistentStorageSerializable (⭐157) - Swift library that makes easier to serialize the user's preferences (app's settings) with system User Defaults or Property List file on disk.
- PostgreSQL (⭐53) - A Swift wrapper around the libpq client library, enabling access to PostgreSQL servers.
- Prephirences (⭐573) - Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state.
- PropertyKit - Protocol-First, Type and Key-Safe Swift Property for iOS, macOS and tvOS.
- QuickDB (⭐18) - Save and Retrieve any
Codablein JUST ONE line of code + more easy usecases. - Realm (⭐17k) - The alternative to CoreData and SQLite: Simple, modern and fast.
- realm-cocoa-converter (⭐221) - A library that provides the ability to import/export Realm files from a variety of data container formats.
- RealmGeoQueries (⭐142) - RealmGeoQueries simplifies spatial queries with Realm Cocoa. In the absence of and official functions, this library provide the possibility to do proximity search.
- RealmWrapper (⭐70) - Safe and easy wrappers for RealmSwift.
- Redis (⭐28) - A Swift wrapper around the Redis client library, enabling access to Redis.
- SecureDefaults (⭐231) - A lightweight wrapper over UserDefaults/NSUserDefaults with an extra AES-256 encryption layer.
- Shallows (⭐618) - Your lightweight persistence toolbox.
- SQLite.swift (⭐10k) - A type-safe, Swift-language layer over SQLite3.
- StorageKit (⭐226) - Your Data Storage Troubleshooter.
- StorageManager (⭐52) - Safe and easy way to use FileManager as Database.
- Storez (⭐70) - Safe, statically-typed, store-agnostic key-value storage (with namespace support).
- SugarRecord (⭐2.1k) - Data persistence management library.
- SwiftMongoDB (⭐266) - A MongoDB interface for Swift.
- SwiftStore (⭐129) - Key-Value store for Swift backed by LevelDB.
- SwiftyUserDefaults (⭐4.9k) - Statically-typed NSUserDefaults.
- TypedDefaults (⭐110) - TypedDefaults is a utility library to type-safely use NSUserDefaults.
- Unrealm (⭐533) - Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm.
- UserDefaults (⭐1.4k) - Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS.
- UserDefaultsStore (⭐441) - An easy and very light way to store and retrieve -reasonable amount- of Codable objects, in a couple lines of code.
- WCDB (⭐12k) - WCDB is an efficient, complete, easy-to-use mobile database framework for iOS, macOS.
- YapDatabase (⭐3.3k) - YapDatabase is an extensible database for iOS & Mac.
- YapDatabaseExtensions (⭐88) - YapDatabase extensions for use with Swift.
- Zephyr (⭐945) - Effortlessly synchronize NSUserDefaults over iCloud.
Data Structures / Algorithms
Diffs, keypaths, sorted lists and other amazing data structures wrappers and libraries.
- Algorithm (⭐828) - Algorithm is a collection of data structures that are empowered by a probability toolset.
- AnyObjectConvertible (⭐60) - Convert your own struct/enum to AnyObject easily.
- Brick (⭐59) - A generic view model for both basic and complex scenarios.
- BTree (⭐1.3k) - Fast ordered collections for Swift using in-memory B-trees.
- Buffer (⭐350) - Swift μ-framework for efficient array diffs, collection observation and cell configuration.
- Changeset (⭐800) - Minimal edits from one collection to another.
- DeepDiff (⭐2k) - Diff in Swift.
- Dekoter (⭐25) -
NSCoding's counterpart for Swift structs. - diff (⭐122) - Simple diff library in pure Swift.
- Differ (⭐675) - Swift library to generate differences and patches between collections.
- DifferenceKit (⭐3.7k) - A fast and flexible O(n) difference algorithm framework for Swift collection.
- Differific (⭐123) - A fast and convenient diffing framework.
- Dispatch (⭐502) - Multi-store Flux implementation in Swift.
- Dollar (⭐4.3k) - A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript https://www.dollarswift.org/.
- EKAlgorithms (⭐2.4k) - Some well known CS algorithms & data structures in Objective-C.
- HeckelDiff (⭐165) - A fast Swift diffing library.
- Impeller (⭐2) - A Distributed Value Store in Swift.
- KeyPathKit (⭐432) - KeyPathKit provides a seamless syntax to manipulate data using typed keypaths.
- Monaka (⭐22) - Convert custom struct and fundamental values to NSData.
- OneWaySynchronizer (⭐9) - The simplest abstraction to synchronize local data with remote source.
- Pencil (⭐89) - Write values to file and read it more easily.
- Probably (⭐268) - A Swift probability and statistics library.
- RandMyMod (⭐18) - RandMyMod base on your own struct or class create one or a set of randomized instance.
- Result (⭐2.5k) - Swift type modeling the success/failure of arbitrary operations.
- swift-algorithm-club (⭐29k) - Algorithms and data structures in Swift, with explanations!
- SwiftGraph (⭐800) - Graph data structure and utility functions in pure Swift.
- SwiftPriorityQueue (⭐376) - A priority queue with a classic binary heap implementation in pure Swift.
- SwiftStructures (⭐2.1k) - Examples of commonly used data structures and algorithms in Swift.
Date & Time
Time and NSCalendar libraries. Also contains Sunrise and Sunset time generators, time pickers and NSTimer interfaces.
- 10Clock (⭐569) - This Control is a beautiful time-of-day picker heavily inspired by the iOS 10 "Bedtime" timer.
- AnyDate (⭐191) - Swifty Date & Time API inspired from Java 8 DateTime API.
- Chronology (⭐2.3k) - Building a better date/time library.
- DateHelper (⭐1.5k) - Convenience extension for NSDate in Swift.
- DateTools (⭐7.2k) - Dates and times made easy in Objective-C.
- EmojiTimeFormatter (⭐83) - Format your dates/times as emojis.
- iso-8601-date-formatter (⭐597) - A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
- Kronos (⭐692) - Elegant NTP date library in Swift.
- LFTimePicker (⭐67) - Custom Time Picker ViewController with Selection of start and end times in Swift.
- NSDate-TimeAgo (⭐1.7k) - A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad.
- NVDate (⭐173) - Swift4 Date extension library.
- Schedule (⭐1.8k) - ⏳ A missing lightweight task scheduler for Swift with an incredibly human-friendly syntax.
- Solar (⭐612) - A Swift micro library for generating Sunrise and Sunset times.
- SwiftDate (⭐7.7k) - The best way to manage Dates and Timezones in Swift.
- SwiftMoment (⭐1.6k) - A time and calendar manipulation library.
- SwiftyTimer (⭐1.2k) - Swifty API for NSTimer.
- Time - Type-safe time calculations in Swift, powered by generics.
- TimePicker (⭐12) - Configurable time picker component based on a pan gesture and its velocity.
- Timepiece (⭐2.6k) - Intuitive NSDate extensions in Swift.
- TimeZonePicker (⭐124) - A TimeZonePicker UIViewController similar to the iOS Settings app.
- TrueTime (⭐633) - Get the true current time impervious to device clock time changes.
Debugging
Debugging tools, crash reports, logs and console UI's.
- AEConsole (⭐148) - Customizable Console UI overlay with debug log on top of your iOS App.
- Alpha (⭐731) - Next generation debugging framework for iOS.
- AppSpector - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location.
- Atlantis (⭐1.5k) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app.
- chisel (⭐9.2k) - Collection of LLDB commands to assist debugging iOS apps.
- DBDebugToolkit (⭐1.3k) - Set of easy to use debugging tools for iOS developers & QA engineers.
- DebugSwift (⭐1.9k) - A comprehensive toolkit designed to simplify and enhance the debugging process for iOS applications.
- DoraemonKit - A full-featured iOS App development assistant,30+ tools included. You deserve it.
- Dotzu (⭐1.8k) - iOS app debugger while using the app. Crash report, logs, network.
- Droar - Droar is a modular, single-line installation debugging window.
- Flex (⭐15k) - An in-app debugging and exploration tool for iOS.
- GodEye (⭐3.9k) - Automatically display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift.
- Httper-iOS (⭐419) - App for developers to test REST API.
- Hyperion (⭐2.1k) - In-app design review tool to inspect measurements, attributes, and animations.
- LayoutInspector (⭐516) - Debug app layouts directly on iOS device: inspect layers in 3D and debug each visible view attributes.
- MTHawkeye (⭐1.5k) - Profiling / Debugging assist tools for iOS, include tools: UITimeProfiler, Memory Allocations, Living ObjC Objects Sniffer, Network Transaction Waterfall, etc.
- Netfox (⭐3.8k) - A lightweight, one line setup, iOS / macOS network debugging library!
- NetShears - Allows developers to intercept and monitor HTTP/HTTPS requests and responses. It also could be configured to show gRPC calls.
- NetworkEye (⭐1.4k) - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request.
- Playbook (⭐1.2k) - A library for isolated developing UI components and automatically snapshots of them.
- PonyDebugger (⭐5.9k) - Remote network and data debugging for your native iOS app using Chrome Developer Tools.
- Scyther (⭐115) - A full-featured, in-app debugging menu packed full of useful tools including network logging, layout inspection, location spoofing, console logging and so much more.
- Woodpecker - View sandbox files, UserDefaults, network request from Mac.
- Wormholy (⭐2.6k) - iOS network debugging, like a wizard.
- Xniffer (⭐501) - A swift network profiler built on top of URLSession.
Dependency Injection
Dependency injection frameworks and libraries for decoupled, testable iOS code.
- Alchemic (⭐15) - Advanced, yet simple to use DI framework for Objective-C.
- DITranquillity - Dependency injection framework for iOS applications written in clean Swift.
- Guise - An elegant, flexible, type-safe dependency resolution framework for Swift.
- Kraken - A Dependency Injection Container for Swift with easy-to-use syntax.
- Locatable - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern.
- Needle (⭐2k) — Compile-time safe Swift dependency injection framework with real code.
- Perform - Easy dependency injection for storyboard segues.
- Pilgrim (⭐70) - Powerful dependency injection Swift (successor to Typhoon).
- Reliant - Nonintrusive Objective-C dependency injection.
- SafeDI (⭐184) - Compile-time safe dependency injection in Swift 6.
- StoryboardBuilder (⭐5) - Simple dependency injection for generating views from storyboard.
- Swinject (⭐6.7k) - Dependency injection framework for Swift.
- Typhoon (⭐2.7k) - Powerful dependency injection for Objective-C.
- ViperServices (⭐6) - Dependency injection container for iOS applications written in Swift. Each service can have boot and shutdown code.
- Weaver (⭐770) - A declarative, easy-to-use and safe Dependency Injection framework for Swift.
Dependency / Package Manager
Tools to manage third-party dependencies and packages in your iOS projects.
- Accio - A SwiftPM based dependency manager for iOS & Co. with improvements over Carthage.
- Athena (⭐2) - Gradle Plugin to enhance Carthage by uploading the archived frameworks into Maven repository, currently support only Bintray, Artifactory and Mavel local.
- Carthage - A simple, decentralized dependency manager for Cocoa.
- CocoaPods - CocoaPods is the dependency manager for Objective-C projects. It has thousands of libraries and can help you scale your projects elegantly.
- CocoaSeeds (⭐340) - Git Submodule Alternative for Cocoa.
- punic (⭐0) - Clean room reimplementation of Carthage tool.
- Rome (⭐824) - A cache tool for Carthage built frameworks.
- swift-package-manager (⭐10k) - The Package Manager for the Swift Programming Language.
- SWM (Swift Modules) (⭐61) - A package/dependency manager for Swift projects similar to npm (node.js package manager) or bower (browser package manager from Twitter). Does not require the use of Xcode.
- Xcode Maven - The Xcode Maven Plugin can be used in order to run Xcode builds embedded in a Maven lifecycle.
Deployment / Distribution
Continuous integration, delivery and distribution tools for shipping iOS apps.
- AppCenter - Continuously build, test, release, and monitor apps for every platform.
- Appcircle.io — An enterprise-grade mobile DevOps platform that automates the build, test, and publish store of mobile apps for faster, efficient release cycle
- Appfigurate (⭐19) - Secure runtime configuration for iOS and watchOS, apps and app extensions.
- AppLaunchpad - Free App Store screenshot builder.
- Bitrise - Mobile Continuous Integration & Delivery with dozens of integrations to build, test, deploy and collaborate.
- boarding (⭐881) - Instantly create a simple signup page for TestFlight beta testers.
- buddybuild - A mobile iteration platform - build, deploy, and collaborate.
- Codemagic - Build, test and deliver iOS apps 20% faster with Codemagic CI/CD.
- Crashlytics - A crash reporting and beta testing service.
- deliver - Upload screenshots, metadata and your app to the App Store using a single command.
- fastlane - Connect all iOS deployment tools into one streamlined workflow.
- HockeyKit (⭐2.2k) - A software update kit.
- Instabug - In-app feedback, Bug and Crash reporting, Fix Bugs Faster through user-steps, video recordings, screen annotation, network requests logging.
- ios-uploader (⭐204) - Easy to use, cross-platform tool to upload iOS apps to App Store Connect.
- LaunchKit (⭐2.2k) - A set of web-based tools for mobile app developers, now open source!
- Rollout.io - SDK to patch, fix bugs, modify and manipulate native apps (Obj-c & Swift) in real-time.
- Runway - Easier mobile releases for teams. Integrates across tools (version control, project management, CI, app stores, crash reporting, etc.) to provide a single source of truth for mobile teams to come together around during release cycles. Equal parts automation and collaboration.
- Screenplay - Instant rollbacks and canary deployments for iOS.
- ScreenshotFramer (⭐743) - With Screenshot Framer you can easily create nice-looking and localized App Store Images.
- Semaphore - CI/CD service which makes it easy to build, test and deploy applications for any Apple device. iOS support is fully integrated in Semaphore 2.0, so you can use the same powerful CI/CD pipeline features for iOS as you do for Linux-based development.
- snapshot - Automate taking localized screenshots of your iOS app on every device.
- TestFlight Beta Testing - The beta testing service hosted on iTunes Connect (requires iOS 8 or later).
- watchbuild (⭐328) - Get a notification once your iTunes Connect build is finished processing.
EventBus
Promises and Futures libraries to help you write better async code in Swift.
- Bluebird.swift (⭐40) - Promise/A+, Bluebird inspired, implementation in Swift 4.
- Bolts (⭐5.6k) - Bolts is a collection of low-level libraries designed to make developing mobile apps easier, including tasks (promises) and app links (deep links).
- Bolts-Swift (⭐1.3k) - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
- BrightFutures (⭐1.9k) - Write great asynchronous code in Swift using futures and promises.
- Continuum (⭐80) - NotificationCenter based Lightweight UI / AnyObject binder.
- EasyFutures (⭐40) - 🔗 Swift Futures & Promises. Easy to use. Highly combinable.
- FutureKit (⭐747) - A Swift based Future/Promises Library for iOS and macOS.
- FutureLib (⭐40) - FutureLib is a pure Swift 2 library implementing Futures & Promises inspired by Scala.
- Futures (⭐59) - Lightweight promises for iOS, macOS, tvOS, watchOS, and server-side Swift.
- Hydra (⭐2k) - Promises & Await - Write better async code in Swift.
- NoticeObserveKit (⭐152) - NoticeObserveKit is type-safe NotificationCenter wrapper that associates notice type with info type.
- Promis (⭐108) - The easiest Future and Promises framework in Swift. No magic. No boilerplate.
- Promise (⭐616) - A Promise library for Swift, based partially on Javascript's A+ spec.
- PromiseKit (⭐14k) - Promises for iOS and macOS.
- promises (⭐3.8k) - Google provides a synchronization construct for Objective-C and Swift to facilitate writing asynchronous code.
- RWPromiseKit (⭐114) - A light-weighted Promise library for Objective-C.
- signals-ios (⭐523) - Typeful eventing.
- SwiftEventBus (⭐1.1k) - A publish/subscribe event bus optimized for iOS.
- SwiftNotificationCenter (⭐629) - A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety.
- SwiftTask (⭐1.9k) - Promise + progress + pause + cancel + retry for Swift.
- then🎬 (⭐997) - Elegant Async code in Swift.
- TopicEventBus (⭐54) - Publish–subscribe design pattern implementation framework, with ability to publish events by topic. (NotificationCenter extended alternative).
- When (⭐264) - A lightweight implementation of Promises in Swift.
Files
File management, file browser, zip handling and file observers.
- AMSMB2 (⭐301) - Swift framework to connect SMB 2/3 shares for iOS.
- AppFolder (⭐932) - AppFolder is a lightweight framework that lets you design a friendly, strongly-typed representation of a directories inside your app's container.
- Ares (⭐134) - Zero-setup P2P file transfer between Macs and iOS devices.
- FileBrowser (⭐1.5k) - Powerful Swift file browser for iOS.
- FileExplorer (⭐752) - Powerful file browser for iOS that allows its users to choose and remove files and/or directories.
- FileKit (⭐2.4k) - Simple and expressive file management in Swift.
- FileProvider (⭐112) - FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS/tvOS and macOS.
- KZFileWatchers (⭐1.1k) - A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.
- Zip (⭐2.6k) - Swift framework for zipping and unzipping files.
- ZipArchive (⭐5.6k) - ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.
- ZIPFoundation (⭐2.7k) - Effortless ZIP Handling in Swift.
- ZipZap (⭐1.2k) - zip file I/O library for iOS, macOS and tvOS.
Functional Programming
Collection of Swift functional programming tools.
- Argo (⭐3.5k) - Functional JSON parsing library for Swift.
- Bow (⭐657) - Typed Functional Programming companion library for Swift.
- Forbind (⭐45) - Functional chaining and promises in Swift.
- Funky (⭐13) - Functional programming tools and experiments in Swift.
- LlamaKit (⭐0) - Collection of must-have functional Swift tools.
- OptionalExtensions (⭐181) - Swift µframework with extensions for the Optional Type.
- Oriole (⭐11) - A functional utility belt implemented as Swift protocol extensions.
- Prelude (⭐410) - Swift µframework of simple functional programming tools.
- Runes (⭐822) - Infix operators for monadic functions in Swift.
- Swiftx (⭐221) - Functional data types and functions for any project.
- Swiftz (⭐3.3k) - Functional programming in Swift.
Games
Game engines, frameworks and sample projects for building games on iOS.
- AssetImportKit (⭐89) - Swifty cross platform library (macOS, iOS) that converts Assimp supported models to SceneKit scenes.
- CollectionNode (⭐102) - A swift framework for a collectionView in SpriteKit.
- glide engine (⭐506) - SpriteKit and GameplayKit based engine for making 2d games, with practical examples and tutorials.
- Lichess mobile (⭐2.2k) - A mobile client for lichess.org.
- Sage (⭐375) - A cross-platform chess library for Swift.
- ShogibanKit (⭐65) - ShogibanKit is a framework for implementing complex Japanese Chess (Shogii) in Swift. No UI, nor AI.
- SKTiled (⭐266) - Swift framework for working with Tiled assets in SpriteKit.
- SwiftFortuneWheel (⭐393) - A cross-platform framework for games like a Wheel of Fortune.
GCD
Grand Central Dispatch syntax sugars, tools and timers.
- AlecrimAsyncKit (⭐87) - Bringing async and await to Swift world with some flavouring.
- Async (⭐4.6k) - Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch.
- Chronos-Swift (⭐247) - Grand Central Dispatch Utilities.
- Dispatch (⭐178) - Just a tiny library to make using GCD easier and intuitive.
- GCDKit (⭐316) - Grand Central Dispatch simplified with Swift.
- GCDTimer (⭐192) - Well tested Grand Central Dispatch (GCD) Timer in Swift.
- GrandSugarDispatch (⭐28) - Syntactic sugar for Grand Central Dispatch (GCD).
- Me (⭐181) - A super slim solution to the nested asynchronous computations.
- SwiftSafe (⭐158) - Thread synchronization made easy.
- SwiftyTask (⭐22) - An extreme queuing system with high performance for managing all task in app with closure.
- Threader (⭐35) - Pretty GCD calls and easier code execution.
- YYDispatchQueuePool (⭐477) - iOS utility class to manage global dispatch queue.
Gesture
Libraries and tools to handle gestures.
- DBPathRecognizer (⭐1.2k) - Gesture recognizer tool.
- FDFullscreenPopGesture (⭐5.9k) - An UINavigationController's category to enable fullscreen pop gesture in an iOS7+ system style with AOP.
- Sensitive (⭐545) - Special way to work with gestures in iOS.
- SplitViewDragAndDrop (⭐331) - Easily add drag and drop to pass data between your apps in split view mode.
- SwiftyGestureRecognition (⭐164) - Aids with prototyping UIGestureRecognizers in Xcode Playgrounds.
- Tactile (⭐714) - A better way to handle gestures on iOS.
Graphics
CoreGraphics, CoreAnimation, SVG, CGContext libraries, helpers and tools.
- AEConicalGradient (⭐87) - Conical (angular) gradient layer written in Swift.
- AnimatedGradientView (⭐466) - A simple framework to add animated gradients to your iOS app.
- BlockiesSwift (⭐67) - Unique blocky identicons/profile picture generator.
- DePict (⭐36) - A simple, declarative, functional drawing framework, in Swift!
- Drawsana (⭐685) - iOS framework for building raster drawing and image markup views.
- EPShapes (⭐384) - Design shapes in Interface Builder.
- EZYGradientView (⭐376) - Create gradients and blur gradients without a single line of code.
- Graphicz (⭐46) - Light-weight, operator-overloading-free complements to CoreGraphics!
- GraphLayout (⭐100) - UI controls for graph visualization. It is powered by Graphviz.
- HxSTLParser (⭐24) - Basic STL loader for SceneKit.
- InkKit (⭐372) - Write-Once, Draw-Everywhere for iOS and macOS.
- jot (⭐1.8k) - An iOS framework for easily adding drawings and text to images.
- Macaw (⭐6k) - Powerful and easy-to-use vector graphics library with SVG support written in Swift.
- MKGradientView (⭐175) - Core Graphics based gradient view capable of producing Linear (Axial), Radial (Circular), Conical (Angular), Bilinear (Four Point) gradients, written in Swift.
- MPWDrawingContext (⭐103) - An Objective-C wrapper for CoreGraphics CGContext.
- NXDrawKit (⭐1.3k) - NXDrawKit is a simple and easy but useful drawing kit for iPhone.
- PKCoreTechniques (⭐144) - The code for my CoreGraphics+CoreAnimation talk, held during the 2012 iOS Game Design Seminar at the Technical University Munich.
- ProcessingKit (⭐332) - Visual designing library for iOS & OSX.
- Rough (⭐106) - lets you draw in a sketchy, hand-drawn-like, style.
- Snowflake (⭐963) - SVG in Swift.
- SVGKit (⭐4.6k) - Display and interact with SVG Images on iOS / macOS, using native rendering (CoreAnimation) (currently only supported for iOS - macOS code needs updating).
- SwiftSVG (⭐2k) - A single pass SVG parser with multiple interface options (String, NS/UIBezierPath, CAShapeLayer, and NS/UIView).
- YYAsyncLayer (⭐689) - iOS utility classes for asynchronous rendering and display.
Hardware
Libraries and utilities for interacting with iOS device hardware.
Bluetooth
Libraries to deal with nearby devices, BLE tools and MultipeerConnectivity wrappers.
- Apple Family (⭐66) - Quickly connect Apple devices together with Bluetooth, wifi, and USB.
- AZPeerToPeerConnection (⭐75) - AZPeerToPeerConnectivity is a wrapper on top of Apple iOS Multipeer Connectivity framework. It provides an easier way to create and manage sessions. Easy to integrate.
- BabyBluetooth (⭐4.8k) - The easiest way to use Bluetooth (BLE) in iOS/MacOS.
- BerkananSDK (⭐217) - Mesh messaging SDK with the goal to create a decentralized mesh network for the people, powered by their device's Bluetooth antenna.
- Bleu (⭐505) - BLE (Bluetooth LE) for U.
- BlueCap (⭐719) - iOS Bluetooth LE framework.
- Bluejay (⭐1.1k) - A simple Swift framework for building reliable Bluetooth LE apps.
- Bluetonium (⭐166) - Bluetooth mapping in Swift.
- BluetoothKit (⭐2.3k) - Easily communicate between iOS/macOS devices using BLE.
- Discovery (⭐414) - A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
- ExtendaBLE (⭐104) - Simple Blocks-Based BLE Client for iOS/tvOS/watchOS/OSX/Android. Quickly configuration for centrals/peripherals, perform packet based read/write operations, and callbacks for characteristic updates.
- LGBluetooth (⭐177) - Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
- MultiPeer (⭐245) - Multipeer is a wrapper for Apple's MultipeerConnectivity framework for offline data transmission between Apple devices. It makes easy to automatically connect to multiple nearby devices and share information using either bluetooth or wifi.
- PeerConnectivity (⭐56) - Functional wrapper for Apple's MultipeerConnectivity framework.
- PeerKit (⭐868) An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps.
Camera
Mocks, ImagePickers, and multiple options of customizable camera implementation
- ALCameraViewController (⭐2k) - A camera view controller with custom image picker and image cropping. Written in Swift.
- BarcodeScanner (⭐1.7k) - Simple and beautiful barcode scanner.
- CameraBackground (⭐68) - Show camera layer as a background to any UIView.
- CameraEngine (⭐582) - Camera engine for iOS, written in Swift, above AVFoundation.
- CameraKit-iOS (⭐735) - Massively increase camera performance and ease of use in your next iOS project.
- CameraManager (⭐1.4k) - Simple Swift class to provide all the configurations you need to create custom camera view in your app.
- Cool-iOS-Camera (⭐1.3k) - A fully customisable and modern camera implementation for iOS made with AVFoundation.
- DKCamera (⭐89) - A lightweight & simple camera framework for iOS. Written in Swift.
- ExyteMediaPicker (⭐460) - Customizable media picker
- FastttCamera (⭐1.9k) - Fasttt and easy camera framework for iOS with customizable filters.
- FDTake (⭐324) - Easily take a photo or video or choose from library.
- Fusuma (⭐2.5k) - Instagram-like photo browser and a camera feature with a few line of code in Swift.
- HorizonSDK-iOS (⭐173) - State of the art real-time video recording / photo shooting iOS library.
- HybridCamera (⭐219) - Video and photo camera for iOS, similar to the SnapChat camera.
- iOS-Depth-Sampler (⭐1.2k) - A collection of code examples for Depth APIs.
- LLSimpleCamera (⭐1.2k) - A simple, customizable camera control - video recorder for iOS.
- Lumina (⭐910) - Full service camera that takes photos, videos, streams frames, detects metadata, and streams CoreML predictions.
- MijickCamera (⭐617) - Camera made simple. Fully customizable camera library that significantly reduces implementation time and effort. Written with and for SwiftUI.
- MockImagePicker (⭐30) - Mock UIImagePickerController for testing camera based UI in simulator.
- NextLevel (⭐2.3k) - Next Level is a media capture camera library for iOS.
- PBJVision (⭐1.9k) - iOS camera engine, features touch-to-record video, slow motion video, and photo capture.
- RAImagePicker (⭐16) - RAImagePicker is a protocol-oriented framework that provides custom features from the built-in Image Picker Edit.
- RSBarcodes_Swift (⭐720) - 1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
- SCRecorder (⭐3k) - Camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing.
- SwiftyCam (⭐2.1k) - A Snapchat Inspired iOS Camera Framework written in Swift.
- TakeASelfie (⭐37) - An iOS framework that uses the front camera, detects your face and takes a selfie.
- TGCameraViewController - Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.
- YPImagePicker (⭐4.5k) - Instagram-like image picker & filters for iOS.
Force Touch
Quick actions and peek and pop interactions
- JustPeek (⭐68) - JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support this kind of interaction.
- PeekView (⭐121) - PeekView supports peek, pop and preview actions for iOS devices without 3D Touch capibility.
- QuickActions (⭐256) - Swift wrapper for iOS Home Screen Quick Actions (App Icon Shortcuts).
iBeacon
Device detect libraries and iBeacon helpers
- BeaconEmitter (⭐997) - Turn your Mac as an iBeacon.
- JMCBeaconManager (⭐147) - An iBeacon Manager class that is responsible for detecting beacons nearby.
- MOCA Proximity - Paid proximity marketing platform that lets you add amazing proximity experiences to your app.
- OWUProximityManager (⭐361) - iBeacons + CoreBluetooth.
- Proxitee (⭐18) - Allows developers to create proximity aware applications utilizing iBeacons & geo fences.
- Vicinity (⭐380) - Vicinity replicates iBeacons (by analyzing RSSI) and supports broadcasting and detecting low-energy Bluetooth devices in the background.
Location
Location monitoring, detect motion and geofencing libraries
- AsyncLocationKit (⭐198) - Wrapper for Apple CoreLocation framework with Modern Concurrency Swift (async/await).
- BBLocationManager (⭐105) - A Location Manager for easily implementing location services & geofencing in iOS.
- IngeoSDK (⭐98) - Always-On Location monitoring framework for iOS.
- LocationManager (⭐2.6k) - Provides a block-based asynchronous API to request the current location, either once or continuously.
- LocationPicker (⭐402) - A ready for use and fully customizable location picker for your app.
- NominatimKit (⭐58) - A Swift wrapper for (reverse) geocoding of OpenStreetMap data.
- set-simulator-location (⭐644) - CLI for setting location in the iOS simulator.
- SOMotionDetector (⭐1.1k) - Simple library to detect motion. Based on location updates and acceleration.
- SwiftLocation (⭐3.4k) - Location & Beacon Monitoring in Swift.
Other Hardware
Helpers for accelerometers, gyroscopes, haptics and other device sensors.
- DarkLightning (⭐337) - Simply the fastest way to transmit data between iOS/tvOS and macOS.
- Device (⭐1.7k) - Light weight tool for detecting the current device and screen size written in swift.
- Device.swift (⭐220) - Super-lightweight library to detect used device.
- DeviceKit (⭐4.7k) - DeviceKit is a value-type replacement of UIDevice.
- Deviice (⭐78) - Simply library to detect the device on which the app is running (and some properties).
- Haptico (⭐504) - Easy to use haptic feedback generator with pattern-play support.
- Luminous (⭐349) - Luminous is a big framework which can give you a lot of information (more than 50) about the current system.
- MotionKit (⭐1.1k) - Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple.
- NFCNDEFParse (⭐16) - NFC Forum Well Known Type Data Parser for iOS11 and Core NFC.
- NFCPassportReader (⭐848) - Swift library to read an NFC enabled passport. Supports BAC, Secure Messaging, and both active and passive authentication. Requires iOS 13 or above.
- SDVersion (⭐1.3k) - Lightweight Cocoa library for detecting the running device's model and screen size.
- TapticEngine (⭐262) - TapticEngine generates iOS Device vibrations.
- UIDeviceComplete (⭐421) - UIDevice extensions that fill in the missing pieces.
- WatchCon (⭐34) - WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS.
- WatchShaker (⭐243) - WatchShaker is a watchOS helper to get your shake movement written in swift.
Layout
Auto Layout, UI frameworks and a gorgeous list of tools to simplify layout constructions
- Anchorage (⭐629) - A collection of operators and utilities that simplify iOS layout code.
- Anchorman (⭐81) - An autolayout library for the damn fine citizens of San Diego.
- Auto Layout Magic - Build 1 scene, let Auto Layout Magic generate the constraints for you! Scenes look great across all devices!
- AutoLayoutPlus (⭐27) - A bit of steroids for AutoLayout.
- Bamboo (⭐74) - Bamboo makes Auto Layout (and manual layout) elegant and concise.
- BrickKit (⭐597) - With BrickKit, you can create complex and responsive layouts in a simple way. It's easy to use and easy to extend. Create your own reusable bricks and behaviors.
- Cartography (⭐7.3k) - A declarative Auto Layout DSL for Swift.
- CGLayout (⭐44) - Powerful autolayout framework based on constraints, that can manage UIView(NSView), CALayer and not rendered views. Not Apple Autolayout wrapper.
- Compose - Compose is a library that helps you compose complex and dynamic views.
- Cupcake (⭐287) - An easy way to create and layout UI components for iOS.
- EasyAnchor (⭐457) - Declarative, extensible, powerful Auto Layout.
- EasyPeasy (⭐1.9k) - Auto Layout made easy.
- EEStackLayout (⭐51) - A structured vertical stack layout.
- Façade (⭐685) - Programmatic view layout for the rest of us - an autolayout alternative.
- FDTemplateLayoutCell (⭐9.9k) - Template auto layout cell for automatically UITableViewCell height calculating.
- FlexLayout (⭐2.1k) - FlexLayout gently wraps the highly optimized facebook/yoga (⭐19k) flexbox implementation in a concise, intuitive & chainable syntax.
- FlightLayout (⭐22) - Balanced medium between manual layout and auto-layout. Great for calculating frames for complex animations.
- FLKAutoLayout (⭐1.5k) - UIView category which makes it easy to create layout constraints in code.
- FormationLayout (⭐50) - Work with auto layout and size classes easily.
- Framezilla (⭐130) - Elegant library which wraps working with frames with a nice chaining syntax.
- Grid (⭐2.1k) - The most powerful Grid container missed in SwiftUI.
- Layout (⭐2.2k) - A declarative UI framework for iOS.
- LayoutKit (⭐3.1k) - LayoutKit is a fast view layout library for iOS.
- Layoutless (⭐432) - Minimalistic declarative layout and styling framework built on top of Auto Layout.
- ManualLayout (⭐279) - Easy to use and flexible library for manually laying out views and layers for iOS and tvOS. Supports AsyncDisplayKit.
- Manuscript (⭐76) - AutoLayoutKit in pure Swift.
- Masonry (⭐18k) - Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax.
- MiniLayout (⭐8) - Minimal AutoLayout convenience layer. Program constraints succinctly.
- MisterFusion (⭐312) - A Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C.
- MondrianLayout (⭐174) - A DSL based layout builder for AutoLayout.
- MyLinearLayout (⭐4.4k) - MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap.
- Neon (⭐4.6k) - A powerful Swift programmatic UI layout framework.
- PinLayout (⭐2.4k) - Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
- PureLayout (⭐7.6k) - The ultimate API for iOS & macOS Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.
- QLayout (⭐3) - AutoLayout Utility for iOS.
- QuickLayout (⭐254) - QuickLayout offers a simple way, to easily manage Auto Layout in code.
- Relayout (⭐553) - Swift microframework for declaring Auto Layout constraints functionally.
- Restraint (⭐79) - Minimal Auto Layout in Swift.
- RKAutoLayout (⭐2) - Simple wrapper over AutoLayout.
- ScalingHeaderScrollView - A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
- SnapKit (⭐20k) - A Swift Autolayout DSL for iOS & macOS.
- SnapLayout (⭐12) - Concise Auto Layout API to chain programmatic constraints while easily updating existing constraints.
- Stevia (⭐3.4k) - Elegant view layout for iOS.
- SugarAnchor (⭐20) - Same native NSLayoutAnchor & NSLayoutConstraints; but with more natural and easy to read syntactic sugar. Typesafe, concise & readable.
- SuperLayout (⭐51) - Simplify Auto Layout with super syntactic sugar.
- SwiftAutoLayout (⭐656) - Tiny Swift DSL for Autolayout.
- SwiftBond (⭐4.2k) - Bond is a Swift binding framework that takes binding concepts to a whole new level. It's simple, powerful, type-safe and multi-paradigm.
- SwiftBox (⭐809) - Flexbox in Swift, using Facebook's css-layout.
- Swiftstraints (⭐121) - Auto Layout In Swift Made Easy.
- SwiftyLayout (⭐15) - Lightweight declarative auto-layout framework for Swift.
- TinyConstraints (⭐4.1k) - The syntactic sugar that makes Auto Layout sweeter for human use.
- Yalta (⭐354) - An intuitive and powerful Auto Layout library.
- YogaKit (⭐19k) - Powerful layout engine which implements Flexbox.
Localization
Tools to manage strings files, translate and enable localization in your apps.
- attranslate (⭐353) - Semi-automatically translate or synchronize .strings files or crossplatform-files from different languages.
- BartyCrouch (⭐1.4k) - Incrementally update/translate your Strings files from Code and Storyboards/XIBs.
- CrowdinSDK (⭐131) - Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately.
- Hodor (⭐542) - Simple solution to localize your iOS App.
- IBLocalizable (⭐455) - Localize your views directly in Interface Builder with IBLocalizable.
- L10n-swift (⭐324) - Localization of an application with ability to change language "on the fly" and support for plural forms in any language.
- LocalizationKit (⭐1.2k) - Localization management in realtime from a web portal. Easily manage your texts and translations without redeploy and resubmission.
- Localize (⭐293) - Easy tool to localize apps using JSON or Strings and of course IBDesignables with extensions for UI components.
- Localize-Swift (⭐3.1k) - Swift 2.0 friendly localization and i18n with in-app language switching.
- LocalizedView (⭐8) - Setting up application specific localized string within Xib file.
- locheck (⭐111) - Validate .strings, .stringsdict, and strings.xml files for correctness to avoid crashes and bad translations.
- nslocalizer (⭐156) - A tool for finding missing and unused NSLocalizedStrings.
- Respresso Localization Converter - Multiplatform localization converter for iOS (.strings + Objective-C getters), Android (strings.xml) and Web (.json).
- Rubustrings (⭐120) - Check the format and consistency of Localizable.strings files.
- StringSwitch - Easily convert iOS .strings files to Android strings.xml format and vice versa.
- Strsync - Automatically translate and synchronize .strings files from base language.
- Swifternalization (⭐574) - Localize iOS apps in a smarter way using JSON files. Swift framework.
- transai (⭐59) - command line tool help you manage localization string files.
Logging
Debugging lives here. Logging tools, frameworks, integrations and more.
- AELog (⭐32) - Simple, lightweight and flexible debug logging framework written in Swift.
- Atlantis (⭐196) - A powerful input-agnostic swift logging framework made to speed up development with maximum readability.
- Bugfender (⭐83) - Cloud storage for your app logs. Track user behaviour to find problems in your mobile apps.
- CleanroomLogger (⭐1.3k) - A configurable and extensible Swift-based logging API that is simple, lightweight and performant.
- CocoaLumberjack (⭐13k) - A fast & simple, yet powerful & flexible logging framework for Mac and iOS.
- Colors (⭐29) - A pure Swift library for using ANSI codes. Basically makes command-line coloring and styling very easy!
- Diagnostics (⭐1.2k) - Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.
- Gedatsu (⭐533) - Provide readable format about AutoLayout error console log.
- JustLog (⭐519) - Console, file and remote Logstash logging via TCP socket.
- Lighty (⭐52) - Easy to use and lightweight logger for iOS, macOS, tvOS, watchOS and Linux.
- Log (⭐828) - A logging tool with built-in themes, formatters, and a nice API to define your owns.
- LogDog - LogDog is a remote debugging/logging sdk (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them.
- LumberMill (⭐2) - Stupidly simple logging.
- LxDBAnything (⭐425) - Automate box any value! Print log without any format control symbol! Change debug habit thoroughly!
- NSLogger (⭐5k) - a high performance logging utility which displays traces emitted by client applications running on macOS, iOS and Android.
- OkLog (⭐18) - A network logger for iOS and macOS projects.
- Pulse (⭐7k) - Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI.
- QorumLogs (⭐781) — Swift Logging Utility for Xcode & Google Docs.
- Rainbow (⭐1.9k) - Delightful console output for Swift developers.
- ReflectedStringConvertible (⭐65) - A protocol that allows any class to be printed as if it were a struct.
- Reqres (⭐93) - Network request and response body logger with Alamofire support.
- Spy (⭐14) - Lightweight, flexible, multiplatform (iOS, macOS, tvOS, watchOS, Linux) logging utility written in pure Swift that allows you to log on different levels and channels which you can define on your own depending on your needs.
- StoryTeller (⭐10) - Taking a completely different approach to logging, Story Teller replacing fixed logging levels in It then uses dynamic expressions to control the logging so you only see what is important.
- SwiftTrace (⭐744) - Trace Swift and Objective-C method invocations.
- SwiftyBeaver (⭐6.1k) - Convenient logging during development and release.
- SwiftyTextTable (⭐332) - A lightweight tool for generating text tables.
- TinyConsole (⭐1.9k) - A tiny log console to display information while using your iOS app.
- TraceLog (⭐57) - Dead Simple: logging the way it's meant to be! Runs on ios, osx, and Linux.
- Twitter Logging Service (⭐305) - Twitter Logging Service is a robust and performant logging framework for iOS clients.
- Watchdog (⭐1.9k) - Class for logging excessive blocking on the main thread.
- Willow (⭐1.4k) - Willow is a powerful, yet lightweight logging library written in Swift.
- XCGLogger (⭐4k) - A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog or println, but with additional information, such as the date, function name, filename and line number.
- XLFacility (⭐316) - Elegant and extensive logging facility for macOS & iOS (includes database, Telnet and HTTP servers).
- XLTestLog (⭐56) - Styling and coloring your XCTest logs on Xcode Console.
Machine Learning
A collection of ML Models, deep learning and neural networking libraries
- AIToolbox (⭐802) - A toolbox of AI modules written in Swift: Graphs/Trees, Linear Regression, Support Vector Machines, Neural Networks, PCA, KMeans, Genetic Algorithms, MDP, Mixture of Gaussians.
- Bender (⭐1.8k) - Easily craft fast Neural Networks. Use TensorFlow models. Metal under the hood.
- CoreML-Models (⭐7k) - A collection of unique Core ML Models.
- CoreML-samples (⭐44) - Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
- DL4S (⭐110) - Deep Learning for Swift: Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift.
- iOS-GenAI-Sampler (⭐154) - A collection of Generative AI examples on iOS.
- off-grid-mobile (⭐1.7k) - Run LLMs, vision models, and Stable Diffusion fully on-device. No internet, no data leaves the phone. React Native, supports iOS and Android. MIT license.
- Revolver (⭐30) - A framework for building fast genetic algorithms in Swift. Comes with modular architecture, pre-implemented operators and loads of examples.
- Serrano (⭐54) - A deep learning library for iOS and macOS.
- Swift-AI (⭐6.1k) - The Swift machine learning library.
- Swift-Brain (⭐340) - Artificial Intelligence/Machine Learning data structures and Swift algorithms for future iOS development. Bayes theorem, Neural Networks, and more AI.
- SwiftCoreMLTools (⭐166) - A Swift library for creating and exporting CoreML Models in Swift.
- Tensorflow-iOS (⭐195k) - The official Google-built powerful neural network library port for iOS.
- TensorSwift (⭐325) - A lightweight library to calculate tensors in Swift, which has similar APIs to TensorFlow's.
Maps
Map SDKs, geolocation utilities, clustering tools and route renderers.
- Cluster (⭐1.3k) - Easy Map Annotation Clustering.
- ClusterKit (⭐524) - An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.
- FlyoverKit (⭐712) - FlyoverKit enables you to present stunning 360° flyover views on your MKMapView with zero effort while maintaining full configuration possibilities.
- GEOSwift (⭐1.5k) - The Swift Geographic Engine.
- JDSwiftHeatMap (⭐148) - JDSwiftMap is an IOS Native MapKit Library. You can easily make a highly customized HeatMap.
- Mapbox GL (⭐4.4k) - An OpenGL renderer for Mapbox Vector Tiles with SDK bindings for iOS.
- MapViewPlus (⭐166) - Use any custom view as custom callout view of your MKMapView with cool animations. Also, easily use any image as annotation view.
- MSFlightMapView (⭐53) - Add and animate geodesic flights on Google map.
- PXGoogleDirections (⭐268) - Google Directions API helper for iOS, written in Swift.
- WhirlyGlobe-Maply (⭐842) - 3D globe and flat-map SDK for iOS. This toolkit has a large API for fine-grained control over the map or globe. It reads a wide variety of GIS data formats.
Math
Math frameworks, functions and libraries to custom operations, statistical calculations and more.
- Arithmosophi (⭐69) - A set of protocols for Arithmetic and Logical operations.
- BigInt (⭐810) - Arbitrary-precision arithmetic in pure Swift.
- Euler (⭐1.1k) - Swift Custom Operators for Mathematical Notation.
- Expression (⭐855) - A Mac and iOS library for evaluating numeric expressions at runtime.
- iosMath (⭐1.5k) - A library for displaying beautifully rendered math equations. Enables typesetting LaTeX math formulae in iOS.
- Matft (⭐145) - Matft is Numpy-like library in Swift. Matft allows us to handle n-dimensional array easily in Swift.
- Metron (⭐1k) - Metron is a comprehensive collection of geometric functions and types that extend the 2D geometric primitives provided by CoreGraphics.
- NumericAnnex (⭐69) - NumericAnnex supplements the numeric facilities provided in the Swift standard library.
- SigmaSwiftStatistics (⭐707) - A collection of functions for statistical calculation.
- Surge (⭐21) - A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
- Swift-MathEagle (⭐44) - A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int and big frac and general handy extensions and functions.
- SwiftMath (⭐178) - A math framework for Swift. Includes: vectors, matrices, complex numbers, quaternions and polynomials.
- Upsurge (⭐186) - Swift math.
- VectorMath (⭐368) - A Swift library for Mac and iOS that implements common 2D and 3D vector and matrix functions, useful for games or vector-based graphics.
Media
Libraries for handling audio, images, GIFs, video and other media formats.
Audio
Audio playback, recording, effects and sound processing libraries.
- AudioBus - Add Next Generation Live App-to-App Audio Routing.
- AudioIndicatorBars (⭐289) - AIB indicates for your app users which audio is playing. Just like the Podcasts app.
- AudioKit (⭐11k) - A powerful toolkit for synthesizing, processing, and analyzing sounds.
- AudioPlayer (⭐755) - AudioPlayer is syntax and feature sugar over AVPlayer. It plays your audio files (local & remote).
- AudioPlayerSwift (⭐277) - AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps.
- Beethoven (⭐869) - An audio processing Swift library for pitch detection of musical signals.
- BPMAnalyser (⭐77) - Fast and simple instrument to get the BPM rate from your audio-files.
- Cephalopod (⭐114) - A sound fader for AVAudioPlayer written in Swift.
- Chirp (⭐308) - The easiest way to prepare, play, and remove sounds in your Swift app!
- ESTMusicIndicator (⭐468) - Cool Animated music indicator view written in Swift.
- EZAudio (⭐5k) - An iOS/macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
- FDSoundActivatedRecorder (⭐297) - Start recording when the user speaks.
- FDWaveformView (⭐1.3k) - An easy way to display an audio waveform in your app, including animation.
- FluidAudio (⭐1.9k) - Swift framework for local speech recognition, speaker diarization, voice activity detection, and text-to-speech using Core ML.
- InteractivePlayerView (⭐273) - Custom iOS music player view.
- IQAudioRecorderController (⭐638) - A drop-in universal library allows to record audio within the app with a nice User Interface.
- ModernAVPlayer (⭐293) - Persistence player to resume playback after bad network connection even in background mode, manage headphone interactions, system interruptions, now playing informations and remote commands.
- MusicKit (⭐621) - A framework for composing and transforming music in Swift.
- novocaine (⭐2.2k) - Painless high-performance audio on iOS and macOS.
- NVDSP (⭐417) - iOS/macOS DSP for audio (with Novocaine).
- PandoraPlayer (⭐1.2k) - A lightweight music player for iOS, based on AudioKit.
- Porcupine (⭐4.8k) - On-device wake word detection engine for macOS, iOS, and watchOS, powered by deep learning.
- QHSpeechSynthesizerQueue (⭐43) - Queue management system for AVSpeechSynthesizer (iOS Text to Speech).
- QuietModemKit (⭐460) - iOS framework for the Quiet Modem (data over sound).
- SonogramView (⭐68) - Audio visualisation of song.
- SRGMediaPlayer-iOS - The SRG Media Player library for iOS provides a simple way to add a universal audio / video player to any iOS application.
- SubtleVolume (⭐1.2k) - Replace the system volume popup with a more subtle indicator.
- SwiftySound (⭐1.3k) - Super simple library that lets you play sounds with a single line of code (and much more). Written in Swift 3, supports iOS, macOS and tvOS. CocoaPods and Carthage compatible.
- TheAmazingAudioEngine2 (⭐550) - The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
- TuningFork (⭐420) - Simple Tuner for iOS.
- Voice Overlay (⭐555) - An overlay that gets your user’s voice permission and input as text in a customizable UI. back to top
GIF
Libraries for creating, displaying and sharing animated GIFs.
- AImage (⭐981) - A animated GIF&APNG engine for iOS in Swift with low memory & cpu usage.Optimized for Multi-Image case.
- AnimatedGIFImageSerialization (⭐1.1k) - Complete Animated GIF Support for iOS, with Functions, NSJSONSerialization-style Class, and (Optional) UIImage Swizzling
- APNGKit (⭐2.3k) - High performance and delightful way to play with APNG format in iOS.
- FLAnimatedImage (⭐8k) - Performant animated GIF engine for iOS.
- gifu (⭐3.2k) - Highly performant animated GIF support for iOS in Swift.
- NSGIF2 (⭐84) - Simplify creation of a GIF from the provided video file url.
- SwiftGif - A small UIImage extension with gif support.
- SwiftyGif (⭐2.3k) - High performance GIF engine.
- XAnimatedImage (⭐550) - XAnimatedImage is a performant animated GIF engine for iOS written in Swift based on FLAnimatedImage
- YLGIFImage (⭐1.8k) - Async GIF image decoder and Image viewer supporting play GIF images. It just use very less memory.
- YYImage (⭐1.8k) - Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
Image
Image loading, caching, editing, filtering and display helpers.
- Agrume (⭐885) - A lemony fresh iOS image viewer written in Swift.
- AlamofireImage (⭐4k) - An image component library for Alamofire.
- APKenBurnsView (⭐102) - Ken Burns effect with face recognition!
- APKenBurnsView (⭐102) - Ken Burns effect with face recognition!
- AsyncImageView (⭐903) - Simple extension of UIImageView for loading and displaying images asynchronously without lock up the UI.
- ATGMediaBrowser (⭐215) - Image slide-show viewer with multiple predefined transition styles, and ability to create new transitions with ease.
- ATGMediaBrowser (⭐215) - Image slide-show viewer with multiple predefined transition styles, and ability to create new transitions with ease.
- Avatar (⭐24) - Generate random user Avatar images using CoreGraphics and QuartzCore.
- Avatar (⭐24) - Generate random user Avatar images using CoreGraphics and QuartzCore.
- AXPhotoViewer (⭐655) - An iPhone/iPad photo gallery viewer, useful for viewing a large (or small!) number of photos
- AXPhotoViewer (⭐655) - An iPhone/iPad photo gallery viewer, useful for viewing a large (or small!) number of photos
- AZImagePreview (⭐27) - A framework that makes image viewing easy.
- AZImagePreview (⭐27) - A framework that makes image viewing easy.
- Banana (⭐19) - Image slider with very simple interface.
- BKAsciiImage (⭐431) - Convert UIImage to ASCII art.
- BSZoomGridScrollView (⭐163) - iOS customizable grid style scrollView UI library to display your UIImage array input, designed primarily for SwiftUI as well as to interoperate with UIKit.
- BSZoomGridScrollView (⭐163) - iOS customizable grid style scrollView UI library to display your UIImage array input, designed primarily for SwiftUI as well as to interoperate with UIKit.
- CDFlipView (⭐101) - A view that takes a set of images, make transition from one to another by using flipping effects.
- CLImageViewPopup (⭐36) - A simple Image full screen pop up.
- CLImageViewPopup (⭐36) - A simple Image full screen pop up.
- ComplimentaryGradientView (⭐736) - Create complementary gradients generated from dominant and prominent colors in supplied image. Inspired by Grade.js.
- ComplimentaryGradientView (⭐736) - Create complementary gradients generated from dominant and prominent colors in supplied image. Inspired by Grade.js.
- Concorde (⭐1.4k) - Download and decode progressive JPEGs.
- CTPanoramaView (⭐1k) - Displays spherical or cylindrical panoramas or 360-photos with touch or motion based control options.
- CTPanoramaView (⭐1k) - Displays spherical or cylindrical panoramas or 360-photos with touch or motion based control options.
- DFImageManager (⭐1.2k) - Modern framework for fetching images from various sources. Zero config yet immense customization and extensibility. Uses NSURLSession.
- DTPhotoViewerController (⭐283) - A fully customizable photo viewer ViewController, inspired by Facebook photo viewer.
- DTPhotoViewerController (⭐283) - A fully customizable photo viewer ViewController, inspired by Facebook photo viewer.
- Ebblink (⭐4) - An iOS SDK for sharing photos that automatically expire and can be deleted at any time.
- Ebblink (⭐4) - An iOS SDK for sharing photos that automatically expire and can be deleted at any time.
- EBPhotoPages (⭐1.6k) - A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.
- FaceAware (⭐3k) - An extension that gives UIImageView the ability to focus on faces within an image when using AspectFill.
- FaceAware (⭐3k) - An extension that gives UIImageView the ability to focus on faces within an image when using AspectFill.
- FacebookImagePicker (⭐235) - Facebook album photo picker written in Swift.
- FacebookImagePicker (⭐235) - Facebook album photo picker written in Swift.
- FaceCropper (⭐484) - Crop faces, inside of your image, with iOS 11 Vision api.
- FaceCropper (⭐484) - Crop faces, inside of your image, with iOS 11 Vision api.
- FastImageCache (⭐8.1k) - iOS library for quickly displaying images while scrolling.
- FlagKit (⭐3.1k) - Beautiful flag icons for usage in apps and on the web.
- FlexibleImage (⭐822) - A simple way to play with image!
- FlexibleImage (⭐822) - A simple way to play with image!
- Gallery (⭐1.4k) - Your next favorite image and video picker.
- Gallery (⭐1.4k) - Your next favorite image and video picker.
- GPU Image (⭐20k) - An open source iOS framework for GPU-based image and video processing.
- GPUImage2 (⭐4.9k) - GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
- GPUImage2 (⭐4.9k) - GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
- GPUImage3 (⭐2.9k) - GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
- GPUImage3 (⭐2.9k) - GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
- greedo-layout-for-ios (⭐823) - Full aspect ratio grid layout for iOS.
- greedo-layout-for-ios (⭐823) - Full aspect ratio grid layout for iOS.
- Harbeth (⭐632) - Metal API for GPU accelerated Graphics and Video and Camera filter framework.🔥💥
- Harbeth (⭐632) - Metal API for GPU accelerated Graphics and Video and Camera filter framework.🔥💥
- IDMPhotoBrowser (⭐2.7k) - Photo Browser / Viewer.
- ImageButter (⭐389) - Makes dealing with images buttery smooth.
- ImageButter (⭐389) - Makes dealing with images buttery smooth.
- ImageDetect (⭐304) - Detect and crop faces, barcodes and texts inside of your image, with iOS 11 Vision api.
- ImageDetect (⭐304) - Detect and crop faces, barcodes and texts inside of your image, with iOS 11 Vision api.
- ImageLoaderSwift (⭐292) - A lightweight and fast image loader for iOS written in Swift.
- ImagePickerSheetController (⭐1.4k) - ImagePickerSheetController is like the custom photo action sheet in iMessage just without the glitches.
- ImagePickerSheetController (⭐1.4k) - ImagePickerSheetController is like the custom photo action sheet in iMessage just without the glitches.
- ImageScout (⭐974) - A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
- ImageSlideshow (⭐1.8k) - Swift image slideshow with circular scrolling, timer and full screen viewer.
- ImageSlideshow (⭐1.8k) - Swift image slideshow with circular scrolling, timer and full screen viewer.
- ImageViewer (⭐2.6k) - An image viewer à la Twitter.
- ImageViewer (⭐2.6k) - An image viewer à la Twitter.
- Imaginary (⭐612) - Remote images, as easy as one, two, three.
- Imaginary (⭐612) - Remote images, as easy as one, two, three.
- InitialsImageView (⭐215) - An UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color.
- InitialsImageView (⭐215) - An UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color.
- JMCMarchingAnts (⭐145) - Library that lets you add marching ants (animated) selection to the edges of the images.
- LetterAvatarKit (⭐220) - A UIImage extension that generates letter-based avatars written in Swift.
- Lightbox (⭐1.7k) - A convenient and easy to use image viewer for your iOS app.
- MCScratchImageView (⭐357) - A custom ImageView that is used to cover the surface of other view like a scratch card, user can swipe the mulch to see the view below.
- MetalPetal (⭐2.1k) - A GPU-accelerated image/video processing framework based on Metal.
- Moa (⭐334) - An image download extension of the image view for iOS, tvOS and macOS.
- OnlyPictures (⭐674) - A simple and flexible way to add source of overlapping circular pictures.
- OverlayComposite (⭐11) - An asynchronous, multithreaded, image compositing framework written in Swift.
- Paparazzo (⭐790) - Custom iOS camera and photo picker with editing capabilities.
- PhotoEditorSDK - A fully customizable photo editor for your app.
- Pixel (⭐3.6k) - An image editor and engine using CoreImage.
- PPAssetsActionController (⭐68) - Highly customizable Action Sheet Controller with Assets Preview.
- Serrata (⭐321) - Slide image viewer library similar to Twitter and LINE.
- SFSafeSymbols (⭐1.9k) - Safely access Apple's SF Symbols using static typing.
- ShadowImageView (⭐792) - ShadowImageView is a iOS 10 Apple Music style image view, help you create elegent image with shadow.
- Sharaku (⭐1.5k) - Instagram-like image filter ViewController.
- ShinpuruImage (⭐101) - Syntactic Sugar for Accelerate/vImage and Core Image Filters.
- SimpleImageViewer (⭐420) - A snappy image viewer with zoom and interactive dismissal transition.
- SKPhotoBrowser (⭐2.7k) - Simple PhotoBrowser/Viewer inspired by Facebook, Twitter photo browsers written by swift.
- StyleArt (⭐228) - Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.
- SwiftyAvatar (⭐183) - A UiimageView class for creating circular avatar images, IBDesignable to make all changes via storyboard.
- TGLParallaxCarousel (⭐435) - A lightweight 3D Linear Carousel with parallax effect.
- THTiledImageView (⭐30) - Provide ultra-high-quality images through tiling techniques.
- TinyCrayon (⭐1.8k) - A smart and easy-to-use image masking and cutout SDK for mobile apps.
- TJProfileImage (⭐30) - Live rendering of componet’s properties in Interface Builder.
- TLPhotoPicker (⭐1.9k) - Multiple phassets picker for iOS lib. like a facebook.
- Twitter Image Pipline (⭐1.9k) - streamlined framework for fetching and storing images in an application.
- Viewer (⭐529) - Image viewer (or Lightbox) with support for local and remote videos and images.
- Vulcan (⭐287) - Multi image downloader with priority in Swift.
- YapImageManager (⭐70) - A high-performance image downloader written in Swift, powered by YapDatabase.
- YUCIHighPassSkinSmoothing (⭐1.2k) - An implementation of High Pass Skin Smoothing using Apple's Core Image Framework.
- ZImageCropper (⭐233) - A Swift project to crop image in any shape.
Media Processing
Media conversion, transcoding and processing utilities.
- EFQRCode (⭐4.7k) - A better way to operate two-dimensional code in Swift.
- NSFWDetector (⭐1.7k) - A NSFW (aka porn) detector with CoreML.
- QR Code Scanner - QR Code implementation.
- QRCode (⭐737) - A QRCode generator written in Swift.
- SwiftOCR (⭐4.6k) - Fast and simple OCR library written in Swift.
Libraries for creating, rendering and manipulating PDF documents on iOS.
- FastPdfKit (⭐1.2k) - A Static Library to be embedded on iOS applications to display pdf documents derived from Fast PDF.
- FolioReaderKit (⭐2.7k) - A Swift ePub reader and parser framework for iOS.
- PDFGenerator (⭐766) - A simple Generator of PDF in Swift. Generate PDF from view(s) or image(s).
- PSPDFKit - Render PDF, add/edit annotations, fill forms, add/edit pages, view/create digital signatures.
- Reader (⭐4.3k) - PDF Reader Core for iOS.
- SimplePDF (⭐255) - Create a simple PDF effortlessly.
- SwiftPDFGenerator (⭐17) - PDF generator using UIViews; Swift Version of 'UIView 2 PDF'.
- TPPDF (⭐824) - Generate PDF using commands and automatic layout.
- UIImagePlusPDF (⭐36) - UIImage extensions to simply use PDF files.
- UIView 2 PDF (⭐35) - PDF generator using UIViews or UIViews with an associated XIB.
Streaming
Live and on-demand media streaming frameworks for iOS apps.
- Airstream (⭐424) - A framework for streaming audio between Apple devices using AirPlay.
- HaishinKit.swift (⭐3k) - Camera and Microphone streaming library via RTMP, HLS for iOS, macOS.
- Jukebox (⭐547) - Player for streaming local and remote audio files. Written in Swift.
- LFLiveKit (⭐4.4k) - H264 and AAC Hard coding,support GPUImage Beauty, rtmp transmission,weak network lost frame,Dynamic switching rate.
- OTAcceleratorCore (⭐31) - A painless way to integrate audio/video(screen sharing) to any iOS applications via Tokbox.
- StreamingKit (⭐2.4k) - A fast and extensible gapless AudioPlayer/AudioStreamer for macOS and iOS.
Video
Video players, editors and utilities for iOS video workflows.
- ABMediaView (⭐85) - UIImageView subclass for drop-in image, video, GIF, and audio display, with functionality for fullscreen and minimization to the bottom-right corner.
- AVAnimator - An open source iOS native library that makes it easy to implement non-trivial video/audio enabled apps.
- AVPlayerViewController-Subtitles (⭐281) - AVPlayerViewController-Subtitles is a library to display subtitles on iOS. It's built as a Swift extension and it's very easy to integrate.
- BMPlayer (⭐2k) - Video player in swift3 and swift2 for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brigtness and seek by slide.
- ios-360-videos (⭐276) - NYT360Video plays 360-degree video streamed from an AVPlayer.
- JDVideoKit (⭐25) - You can easily transfer your video into Three common video type via this framework.
- MHVideoPhotoGallery (⭐1.9k) - A Photo and Video Gallery.
- MobilePlayer (⭐3.1k) - A powerful and completely customizable media player for iOS.
- MPMoviePlayerController-Subtitles (⭐192) - MPMoviePlayerController-Subtitles is a library to display subtitles on iOS. It's built as a Swift extension and it's very easy to integrate.
- Periscope VideoViewController (⭐502) - Video view controller with Periscope fast rewind control.
- Player (⭐2.2k) - video player in Swift, simple way to play and stream media in your iOS or tvOS app.
- PlayerView (⭐130) - Player View is a delegated view using AVPlayer of Swift.
- PryntTrimmerView (⭐908) - A set of UI elements to trim, crop and select frames inside a video.
- SRGMediaPlayer-iOS - The SRG Media Player library for iOS provides a simple way to add a universal audio / video player to any iOS application.
- swift-360-videos (⭐136) - Pure swift (no SceneKit) 3D library with focus on video and 360.
- Swift-YouTube-Player (⭐882) - Swift library for embedding and controlling YouTube videos in your iOS applications!
- VersaPlayer (⭐817) - Versatile AVPlayer implementation for iOS, macOS, and tvOS.
- VGPlayer (⭐397) - A simple iOS video player in Swift,Support play local and network,Background playback mode.
- VideoPager (⭐57) - Paging Video UI, and some control components is available.
- VIMVideoPlayer (⭐280) - A simple wrapper around the AVPlayer and AVPlayerLayer classes.
- VLC for iOS (⭐1.2k) - VLC is a free and open source multimedia player for iOS.
- XCDYouTubeKit (⭐2.9k) - YouTube video player for iOS, tvOS and macOS.
- YoutubeKit (⭐629) - A video player that fully supports Youtube IFrame API and YoutubeDataAPI for easily create a Youtube app.
- ZFPlayer (⭐7.1k) - Based on AVPlayer, support for the horizontal screen, vertical screen (full screen playback can also lock the screen direction), the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.
Messaging
Chat UIs, real-time messaging SDKs and in-app messaging tools.
Also see push notifications
- AsyncMessagesViewController (⭐299) - A smooth, responsive and flexible messages UI library for iOS.
- chat-sdk-ios (⭐920) - Chat SDK iOS - Open Source Mobile Messenger.
- ChatLayout (⭐1k) - A lightweight framework to build chat UI that uses custom
UICollectionViewLayoutto provide full control over the presentation as well as all the tools available inUICollectionView. - Chatto (⭐4.5k) - A lightweight framework to build chat applications, made in Swift.
- ExyteChat (⭐1.8k) - SwiftUI Chat UI framework with fully customizable message cells, input view, and a built-in media picker.
- MessageKit (⭐6.3k) - Eventually, a Swift re-write of JSQMessagesViewController.
- MessageViewController (⭐1.7k) - A SlackTextViewController replacement written in Swift for the iPhone X.
- Messenger (⭐4.8k) - This is a native iOS Messenger app, making realtime chat conversations and audio calls with full offline support.
- Messenger Chat with Firebase (⭐791) - Swift messaging chat app with Firebase Firestore integration.
- OTTextChatAccelerator (⭐13) - OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
- SwiftKafka (⭐63) - Swift SDK for Apache Kafka by IBM.
- SwiftyMessenger (⭐60) - Swift toolkit for passing messages between iOS apps and extensions.
- XMPPFramework (⭐5.9k) - An XMPP Framework in Objective-C for Mac and iOS.
Networking
HTTP clients, socket libraries, reachability helpers and networking utilities.
- AFNetworking (⭐33k) - A delightful iOS and macOS networking framework.
- AFNetworking+RetryPolicy (⭐213) - An objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.
- AFNetworking-Synchronous (⭐161) - Synchronous requests for AFNetworking 1.x, 2.x, and 3.x.
- AFNetworkingHelper (⭐17) - A custom wrapper over AFNetworking library that we use inside RC extensively.
- agent - Minimalistic Swift HTTP request agent for iOS and macOS.
- Alamofire (⭐42k) - Alamofire is an HTTP networking library written in Swift, from the creator of AFNetworking.
- AlamoRecord (⭐18) - An elegant yet powerful iOS networking layer inspired by ActiveRecord.
- APIKit (⭐2k) - A networking library for building type safe web API client in Swift.
- ASIHTTPRequest (⭐5.7k) - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, macOS and iPhone.
- AssetCacheKit (⭐25) - A Swift package that provides a generic and efficient way to asynchronously load and cache assets in SwiftUI applications.
- Bamboots (⭐436) - Bamboots is a network request framework based on Alamofire, aiming at making network request easier for business development.
- Bridge (⭐89) - A simple extensible typed networking library. Intercept and process/alter requests and responses easily.
- CDZPinger (⭐47) - Easy-to-use ICMP Ping.
- Ciao (⭐67) - Publish and discover services using mDNS(Bonjour, Zeroconf).
- CocoaAsyncSocket (⭐12k) - Asynchronous socket networking library for Mac and iOS.
- DBNetworkStack (⭐36) - Resource-oritented networking which is typesafe, extendable, composeable and makes testing a lot easier.
- Digger (⭐546) - Digger is a lightweight download framework that requires only one line of code to complete the file download task.
- Domainer (⭐6) - Manage multi-domain url auto mapping ip address table.
- Dots (⭐37) - Lightweight Concurrent Networking Framework.
- EFInternetIndicator (⭐128) - A little swift Internet error status indicator using ReachabilitySwift.
- EVCloudKitDao (⭐645) - Simplified access to Apple's CloudKit.
- EVURLCache (⭐296) - a NSURLCache subclass for handling all web requests that use NSURLRequest.
- FGRoute (⭐156) - An easy-to-use library that helps developers to get wifi ssid, router and device ip addresses.
- FSNetworking (⭐380) - Foursquare iOS networking library.
- Gem (⭐10) - An extreme light weight system with high performance for managing all http request with automated parser with modal.
- Get (⭐985) - A modern Swift web API client built using async/await.
- HappyDns (⭐514) - A Dns library, support custom dns server, dnspod httpdns. Only support A record.
- Just (⭐1.4k) - Swift HTTP for Humans.
- Malibu (⭐12) - Malibu is a networking library built on promises.
- Merhaba (⭐71) - Bonjour networking for discovery and connection between iOS, macOS and tvOS devices.
- MHNetwork (⭐18) - Protocol Oriented Network Layer Aim to avoid having bloated singleton NetworkManager.
- MMLanScan (⭐497) - An iOS LAN Network Scanner library.
- MonkeyKing (⭐2.7k) - MonkeyKing helps you post messages to Chinese Social Networks.
- Moya (⭐15k) - Network abstraction layer written in Swift.
- NetClient (⭐120) - Versatile HTTP networking library written in Swift 3.
- Netdiag (⭐148) - A network diagnosis library. Support Ping/TcpPing/Rtmp/TraceRoute/DNS/external IP/external DNS.
- NetKit (⭐5) - A Concise HTTP Framework in Swift.
- Networking (⭐1.4k) - Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support.
- NetworkKit (⭐31) - Lightweight Networking and Parsing framework made for iOS, Mac, WatchOS and tvOS.
- Nikka (⭐30) - A super simple Networking wrapper that supports many JSON libraries, Futures and Rx.
- NKMultipeer (⭐15) - A testable abstraction over multipeer connectivity.
- NSRails (⭐512) - iOS/Mac OS framework for Rails.
- OctopusKit - A simplicity but graceful solution for invoke RESTful web service APIs.
- Overcoat (⭐1.1k) - Small but powerful library that makes creating REST clients simple and fun.
- Pitaya (⭐835) - A Swift HTTP / HTTPS networking library just incidentally execute on machines.
- QwikHttp (⭐2) - a robust, yet lightweight and simple to use HTTP networking library designed for RESTful APIs.
- Reach (⭐454) - A simple class to check for internet connection availability in Swift.
- Reachability.swift (⭐8k) - Replacement for Apple's Reachability re-written in Swift with closures.
- ReactiveAPI (⭐80) - Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.
- Reactor (⭐183) - Powering your RAC architecture.
- RealReachability (⭐3.1k) - We need to observe the REAL reachability of network. That's what RealReachability do.
- ResponseDetective (⭐1.9k) - Sherlock Holmes of the networking layer.
- RestKit (⭐10k) - RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun.
- Restofire (⭐376) - Restofire is a protocol oriented network abstraction layer in swift that is built on top of Alamofire to use services in a declartive way.
- RMHttp (⭐7) - Lightweight REST library for iOS and watchOS.
- ROADFramework (⭐56) - Attributed-oriented approach for interacting with web services. The framework has built-in json and xml serialization for requests and responses and can be easily extensible.
- RxRestClient (⭐16) - Simple REST Client based on RxSwift and Alamofire.
- Siesta (⭐2.2k) - Elegant abstraction for RESTful resources that untangles stateful messes. An alternative to callback- and delegate-based networking.
- SOAPEngine (⭐483) - This generic SOAP client allows you to access web services using a your iOS app, macOS app and AppleTV app.
- SolarNetwork (⭐103) - Elegant network abstraction layer in Swift.
- SPTDataLoader (⭐625) - The HTTP library used by the Spotify iOS client.
- Squid (⭐71) - Declarative and reactive networking framework based on Combine and providing means for HTTP requests, transparent pagination, and WebSocket communication.
- SwiftHTTP (⭐1.9k) - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
- SwiftyZeroMQ (⭐65) - ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS.
- Swish (⭐359) - Nothing but Net(working).
- SWNetworking (⭐26) - Powerful high-level iOS, macOS and tvOS networking library.
- SWNetworking (⭐6) - Powerful high-level iOS, macOS and tvOS networking library. from the creator of SWNetworking.
- TermiNetwork (⭐105) - A networking library written with Swift 4.0 that supports multi-environment configuration, routing and automatic deserialization.
- ThunderRequest (⭐16) - A simple URLSession wrapper with a generic protocol based request body approach and easy deserialisation of responses.
- Tiercel (⭐2.9k) - Pure Swift iOS download framework with background downloads, relaunch recovery, resumable transfers, and task management.
- Transporter (⭐449) - A tiny library makes uploading and downloading easier.
- TRON (⭐546) - Lightweight network abstraction layer, written on top of Alamofire.
- TWRDownloadManager (⭐399) - A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files.
- UnboxedAlamofire (⭐64) - Alamofire + Unbox: the easiest way to download and decode JSON into swift objects.
- WANetworkRouting (⭐10) - An iOS library to route API paths to objects on client side with request, mapping, routing and auth layers.
- ws ☁️ (⭐351) - Elegant JSON WebService in Swift.
- XMNetworking (⭐976) - A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.
- YTKNetwork (⭐6.6k) - YTKNetwork is a high level request util based on AFNetworking.
Newsletters
Curated newsletters to keep up with the latest iOS and Swift news.
- AwesomeiOS Weekly - AwesomeiOS Weekly.
- Indie iOS Focus Weekly - Looking for the best iOS dev links, tutorials, & tips beyond the usual news? Curated by Chris Beshore. Published every Thursday.
- Indie Watch - A weekly newsletter featuring the best apps made by indie iOS developers.
- iOS Cookies Newsletter - A weekly digest of new iOS libraries written in Swift.
- iOS Dev Tools Weekly - The greatest iOS development tools, including websites, desktop and mobile apps, and back-end services.
- iOS Dev Weekly - Subscribe to a hand-picked round up of the best iOS development links every week. Free.
- iOS Goodies - Weekly iOS newsletter.
- iOS Trivia Weekly - Three challenging questions about iOS development every Wednesday.
- Mobile Developers Cafe - A weekly newsletter for Mobile developers with loads of iOS content.
- raywenderlich.com Weekly - sign up to receive the latest tutorials from raywenderlich.com each week.
- Server-Side Swift Weekly - A weekly newsletter with the best links related to server-side Swift and cross-platform developer tools. Curated by @maxdesiatov
- Swift Developments - A weekly curated newsletter containing a hand picked selection of the latest links, videos, tools and tutorials for people interested in designing and developing their own iOS, WatchOS and AppleTV apps using Swift.
- Swift Weekly Brief - A community-driven weekly newsletter about Swift.org. Curated by Jesse Squires and published for free every Thursday.
- SwiftLee - A weekly blog about Swift, iOS and Xcode Tips and Tricks.
Notifications
Local notifications, push services and notification UI tools.
Push Notifications
Libraries and helpers for handling push notifications on iOS.
- APNSUtil (⭐31) - Library makes code simple settings and landing for apple push notification service.
- FBNotifications (⭐491) - Facebook Analytics In-App Notifications Framework.
- Knuff (⭐5.2k) - The debug application for Apple Push Notification Service (APNS).
- NWPusher (⭐6.3k) - macOS and iOS application and framework to play with the Apple Push Notification service (APNs).
- Orbiter (⭐668) - Push Notification Registration for iOS.
- PEM - Automatically generate and renew your push notification profiles.
- SimulatorRemoteNotifications (⭐1.4k) - Library to send mock remote notifications to the iOS simulator.
Push Notification Providers
Third-party services for sending push notifications to iOS devices.
Most of these are paid services, some have free tiers.
- Batch
- Boxcar
- Braze
- Carnival
- Catapush
- Growth Push - Popular in Japan.
- Netmera
- OneSignal - Free.
- PushBots
- Pusher - Free and unlimited.
- Pushkin (⭐270) - Free and open-source.
- Pushwoosh
- Swrve
- Urban Airship
Objective-C Runtime
Objective-C Runtime wrappers, libraries and tools.
- Lumos (⭐153) - A light Swift wrapper around Objective-C Runtime.
- Swizzlean (⭐112) - An Objective-C Swizzle Helper Class.
Optimization
Profiling tools and techniques to squeeze performance out of iOS apps.
- SmallStrings (⭐172) - Reduce localized .strings file sizes by 80%.
- Unreachable (⭐107) - Unreachable code path optimization hint for Swift.
Other Awesome Lists
Other amazingly awesome lists can be found in the
Open Source apps (⭐50k) list of open source iOS apps.
Awesome ARKit (⭐8k) - A curated list of awesome ARKit projects and resources.
Awesome iOS Interview question list (⭐1.2k) - Guide for interviewers and interviewees. Review these iOS interview questions - and get some practical tips along the way.
Awesome list of open source applications for macOS (⭐48k) - List of awesome open source applications for macOS.
awesome-gists (⭐754) - A list of amazing gists (iOS section).
awesome-interview-questions (⭐82k) - A curated awesome list of lists of interview questions including iOS.
awesome-ios-books (⭐671) - A list of books for iOS developers.
awesome-ios-developer (⭐843) - Useful knowledges and stuff for ios developer.
Awesome-iOS-Twitter (⭐255) - A curated list of awesome iOS Twitter accounts.
awsome-ios-animation (⭐5.4k) - A curated list of awesome iOS animation, including Objective-C and Swift libraries.
CocoaConferences (⭐1.1k) - List of cocoa conferences for iOS & macOS developers.
Curated-Resources-for-Learning-Swift - A curated list of resources recommended by the developers.
example-ios-apps (⭐1.4k) - A curated list of Open Source example iOS apps developed in Swift.
iOS-Learning-Materials (⭐3.1k) - Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS.
iOS-Playbook (⭐395) - Guidelines and best practices for excellent iOS apps.
Marketing for Engineers (⭐13k) - A curated collection of marketing articles & tools to grow your product.
Top App Developers (⭐1.5k) - A list of top iOS app developers.
Parsing
Parsers and serializers for common data formats.
CSV
Libraries for reading and writing CSV files in Swift and Objective-C.
- CodableCSV (⭐482) - Read and write CSV files row-by-row & field-by-field or through Swift's Codable interface.
- CSV.swift (⭐726) - CSV reading and writing library written in Swift.
- CSwiftV (⭐172) - A csv parser written in swift conforming to rfc4180.
JSON
JSON parsing, mapping and serialization libraries.
- AlamofireObjectMapper (⭐2.6k) - An Alamofire extension which converts JSON response data into swift objects using ObjectMapper.
- Alembic (⭐117) - Functional JSON parsing, mapping to objects, and serialize to JSON.
- alexander (⭐36) - An extremely simple JSON helper written in Swift.
- Arrow 🏹 (⭐386) - Elegant JSON Parsing in Swift.
- CodableAlamofire (⭐735) - An extension for Alamofire that converts JSON data into Decodable objects (Swift 4).
- Elevate (⭐619) - Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.
- FastEasyMapping (⭐545) - Serialize & deserialize JSON fast.
- FlatBuffersSwift (⭐573) - This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.
- Freddy - A reusable framework for parsing JSON in Swift.
- Gloss (⭐1.6k) - A shiny JSON parsing library in Swift.
- Groot (⭐535) - Convert JSON dictionaries and arrays to and from Core Data managed objects.
- HandyJSON (⭐4.3k) - A handy swift JSON-object serialization/deserialization library for Swift.
- Himotoki (⭐793) - A type-safe JSON decoding library purely written in Swift.
- JASON (⭐1k) - JSON parsing with outstanding performances and convenient operators.
- JAYSON (⭐257) - Strict and Scalable JSON library.
- jsoncafe.com - Online Template driven Model Class Generator from JSON.
- JSONExport (⭐4.8k) - JSONExport is a desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
- JSONModel (⭐6.8k) - Magical Data Modeling Framework for JSON. Create rapidly powerful, atomic and smart data model classes.
- Mantle (⭐11k) - Model framework for Cocoa and Cocoa Touch.
- Mappable (⭐28) - lightweight and powerful JSON object mapping library, specially optimized for immutable properties.
- mapper (⭐1.2k) - A JSON deserialization library for Swift.
- Marshal (⭐696) - Marshaling the typeless wild west of [String: Any] (Protocol based).
- MJExtension (⭐8.5k) - A fast, convenient and nonintrusive conversion between JSON and model. Your model class don't need to extend another base class. You don't need to modify any model file.
- Motis (⭐252) - Easy JSON to NSObject mapping using Cocoa's key value coding (KVC).
- NativeJSONMapper - Simple Swift 4 encoding & decoding.
- NSTEasyJSON (⭐12) - The easiest way to deal with JSON data in Objective-C (similar to SwiftyJSON).
- ObjectMapper (⭐9.2k) - A framework written in Swift that makes it easy for you to convert your Model objects (Classes and Structs) to and from JSON.
- PMHTTP (⭐504) - Swift/Obj-C HTTP framework with a focus on REST and JSON.
- PMJSON (⭐360) - Pure Swift JSON encoding/decoding library.
- PropertyMapper (⭐1.1k) - Data mapping and validation with minimal amount of code.
- SBJson (⭐3.7k) - This framework implements a strict JSON parser and generator in Objective-C.
- Serpent (⭐285) - A protocol to serialize Swift structs and classes for encoding and decoding.
- SwiftyJSON (⭐23k) - The better way to deal with JSON data in Swift.
- SwiftyJSONAccelerator (⭐948) - Generate Swift 5 model files from JSON with Codeable support.
- WAMapping (⭐8) - A library to turn dictionary into object and vice versa for iOS. Designed for speed!
XML & HTML
XML and HTML parsers, selectors and serializers.
- AEXML (⭐1k) - Simple and lightweight XML parser written in Swift.
- Fuzi (⭐1.1k) - A fast & lightweight XML & HTML parser in Swift with XPath & CSS support.
- HTMLKit (⭐239) - An Objective-C framework for your everyday HTML needs.
- Ji (⭐822) - XML/HTML parser for Swift.
- Kanna (⭐2.5k) - Kanna(鉋) is an XML/HTML parser for macOS/iOS.
- Ono (⭐2.6k) - A sensible way to deal with XML & HTML for iOS & macOS.
- SwiftyXML (⭐107) - The most swifty way to deal with XML data in swift 4.
- SwiftyXMLParser (⭐599) - Simple XML Parser implemented in Swift.
- SWXMLHash (⭐1.5k) - Simple XML parsing in Swift.
- XMLCoder (⭐873) - Encoder & Decoder for XML using Swift's
Codableprotocols. - ZMarkupParser (⭐362) - Convert HTML strings into NSAttributedString with customized styles and tags.
Other Parsing
Parsers for additional formats like YAML, INI and Markdown.
- AcknowledgementsPlist (⭐77) - AcknowledgementsPlist manages the licenses of libraries that depend on your iOS app.
- CoreXLSX (⭐900) - Excel spreadsheet (XLSX) format support in pure Swift.
- CreateAPI (⭐446) - Delightful code generation for OpenAPI specs for Swift written in Swift.
- Erik (⭐613) - Erik is an headless browser based on WebKit. An headless browser allow to run functional tests, to access and manipulate webpages using javascript.
- FeedKit (⭐1.3k) - An RSS and Atom feed parser written in Swift.
- NetNewsWire (⭐9.9k) - It’s a free and open-source feed reader for macOS and iOS.
- RLPSwift (⭐24) - Recursive Length Prefix encoding written in Swift.
- SVGView (⭐840) - SVG parser and renderer written in SwiftUI.
- SwiftCssParser (⭐277) - A Powerful , Extensible CSS Parser written in pure Swift.
- URLEmbeddedView (⭐649) - Automatically caches the object that is confirmed the Open Graph Protocol, and displays it as URL embedded card.
- URLPreview (⭐199) - An NSURL extension for showing preview info of webpages.
- WKZombie (⭐1.2k) - WKZombie is a Swift framework for iOS/macOS to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests or manipulate websites using Javascript.
Passbook
Libraries for creating and managing Apple Wallet passes.
- Dubai (⭐328) - Generate and Preview Passbook Passes.
- passbook (⭐232) - Passbook gem let's you create pkpass for passbook iOS 6+.
- Passkit - Design, Create and validate Passbook Passes.
Payments
In-app purchase, subscription and payment gateway helpers.
- AnimatedCardInput (⭐40) — Easy to use library with customisable components for input of Credit Card data.
- Braintree - Free payment processing on your first $50k. Requires Backend.
- Caishen (⭐766) - A Payment Card UI & Validator for iOS.
- card.io-iOS-SDK (⭐2.3k) - card.io provides fast, easy credit card scanning in mobile apps.
- CreditCardForm-iOS (⭐1.5k) - CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.
- Flare (⭐65) - A framework that simplifies working with in-app purchases on iOS, macOS, tvOS, and watchOS, with full support for both StoreKit 1 and StoreKit 2.
- FramesIos (⭐105) - Payment Form UI and Utilities in Swift.
- iCard (⭐347) - Bank Card Generator with Swift using SnapKit DSL.
- InAppFramework (⭐43) - In App Purchase Manager framework for iOS.
- merchantkit (⭐1.1k) - A modern In-App Purchases management framework for iOS.
- MFCard (⭐365) - Easily integrate Credit Card payments in iOS App / Customisable Card UI.
- Moltin - Add eCommerce to your app with a simple SDK, so you can create a store and sell physical products, no backend required.
- monza (⭐162) - Ruby Gem for Rails - Easy iTunes In-App Purchase Receipt validation, including auto-renewable subscriptions.
- ObjectiveLuhn (⭐126) - Luhn Credit Card Validation Algorithm.
- PatronKit (⭐359) - A framework to add patronage to your apps.
- PayPal (⭐990) - Accept payments in your iOS app via PayPal.
- RMStore (⭐2.4k) - A lightweight iOS library for In-App Purchases.
- Stripe - Payment integration on your app with PAY. Suitable for people with low knowledge on Backend.
- SwiftInAppPurchase (⭐20) - Simply code In App Purchases with this Swift Framework.
- SwiftLuhn (⭐136) - Debit/Credit card validation port of the Luhn Algorithm in Swift.
- SwiftyStoreKit (⭐6.7k) - Lightweight In App Purchases Swift framework for iOS 8.0+ and macOS 9.0+
- TipJarViewController (⭐79) - Easy, drop-in tip jar for iOS apps.
- TPInAppReceipt (⭐711) - Reading and Validating In App Store Receipt.
- Venmo (⭐178) Make and accept payments in your iOS app via Venmo.
- YRPayment (⭐181) - Better payment user experience library with cool animation in Swift.
Permissions
Unified APIs and UIs for requesting and managing iOS user permissions.
- AREK (⭐954) - AREK is a clean and easy to use wrapper over any kind of iOS permission.
- ClusterPrePermissions (⭐1.2k) - Reusable pre-permissions utility that lets developers ask users for access in their own dialog, before making the system-based request.
- ISHPermissionKit (⭐615) - A unified way for iOS apps to request user permissions.
- PAPermissions (⭐680) - A unified API to ask for permissions on iOS.
- Permission (⭐2.9k) - A unified API to ask for permissions on iOS.
- Proposer (⭐846) - Make permission request easier (Supports Camera, Photos, Microphone, Contacts, Location).
- SPPermissions (⭐5.8k) - Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission.
- STLocationRequest (⭐638) - A simple and elegant 3D-Flyover location request screen written Swift.
Podcasts
Podcasts worth following to keep learning about iOS and Swift.
- App Story
- Consult
- Core Intuition
- Debug
- Fireside Swift
- iPhreaks
- More Than Just Code
- Release Notes
- Runtime
- Stacktrace
- Swift by Sundell
- Swift Playhouse
- Swift Unwrapped
- The Ray Wenderlich Podcast
- Under the Radar
Project setup
Project generators, templates and scaffolding tools for new iOS apps.
- amaro (⭐385) - iOS Boilerplate full of delights.
- chairs (⭐226) - Swap around your iOS Simulator Documents.
- crafter (⭐549) - CLI that allows you to configure iOS project's template using custom DSL syntax, simple to use and quite powerful.
- liftoff (⭐1.6k) - Another CLI for creating iOS projects.
- swift5-module-template (⭐486) - A starting point for any Swift 5 module that you want other people to include in their projects.
- SwiftKit (⭐821) - Start your next Open-Source Swift Framework.
- SwiftPlate (⭐1.8k) - Easily generate cross platform Swift framework projects from the command line.
- Tuist (⭐5.6k) - A tool to create, maintain and interact with Xcode projects at scale.
- xcproj (⭐2.2k) - Read and update Xcode projects.
Prototyping
Tools for rapidly prototyping iOS app ideas and UI flows.
Rapid Development
Frameworks and tools designed to accelerate day-to-day iOS development.
- MMBarricade (⭐346) - Runtime configurable local server for iOS apps.
- Model2App (⭐140) - Turn your Swift data model into a working CRUD app.
- Playgrounds (⭐2.6k) - Playgrounds for Objective-C for extremely fast prototyping / learning.
- STV Framework - Native visual iOS development.
- swiftmon (⭐2) - swiftmon restarts your swift application in case of any file change.
Reactive Programming
Reactive and functional reactive libraries for Swift and Objective-C.
- ACKReactiveExtensions (⭐17) - Useful extensions for ReactiveCocoa
- Aftermath (⭐71) - Stateless message-driven micro-framework in Swift.
- BindKit (⭐13) - Two-way data binding framework for iOS. Only one API to learn.
- Bindy (⭐27) - Simple, lightweight swift bindings with KVO support and easy to read syntax.
- CwlSignal (⭐302) A Swift framework for reactive programming.
- Hanson (⭐510) - Lightweight observations and bindings in Swift, with support for KVO and NotificationCenter.
- Interstellar (⭐1.1k) - Simple and lightweight Functional Reactive Coding in Swift for the rest of us.
- JASONETTE-iOS (⭐5.2k) - Native App over HTTP. Create your own native iOS app with nothing but JSON.
- LightweightObservable (⭐137) - A lightweight implementation of an observable sequence that you can subscribe to.
- Listenable (⭐10) - Swift object that provides an observable platform.
- NSObject-Rx (⭐648) - Handy RxSwift extensions on NSObject, including rx_disposeBag.
- Observable (⭐379) - The easiest way to observe values in Swift.
- OneWay (⭐103) - A Swift library for state management with unidirectional data flow.
- OpenCombine (⭐2.8k) — Open source implementation of Apple's Combine framework for processing values over time.
- ReactiveArray (⭐53) - An array class implemented in Swift that can be observed using ReactiveCocoa's Signals.
- ReactiveCocoa (⭐20k) - Streams of values over time.
- ReactiveCoreData (⭐249) - ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world.
- ReactiveKit (⭐1.2k) - ReactiveKit is a collection of Swift frameworks for reactive and functional reactive programming.
- ReactiveLocation (⭐24) - CoreLocation made reactive
- ReactiveSwift (⭐3k) - Streams of values over time by ReactiveCocoa group.
- ReactiveTask (⭐131) - Flexible, stream-based abstraction for launching processes.
- Reactor (⭐176) - Unidirectional Data Flow using idiomatic Swift—inspired by Elm and Redux.
- ReduxSwift (⭐39) - Predictable state container for Swift apps too.
- ReSwift (⭐7.6k) - Unidirectional Data Flow in Swift - Inspired by Redux.
- RxAlamofire (⭐1.6k) - RxSwift wrapper around the elegant HTTP networking in Swift Alamofire.
- RxAlamoRecord (⭐9) Combines the power of the AlamoRecord and RxSwift libraries to create a networking layer that makes interacting with API's easier than ever reactively.
- RxAnimated (⭐687) - Animated RxCocoa bindings.
- RxAutomaton (⭐712) - RxSwift + State Machine, inspired by Redux and Elm.
- RxBluetoothKit (⭐1.4k) - iOS & macOS Bluetooth library for RxSwift.
- RxCoordinator (⭐2.4k) - Powerful navigation library for iOS based on the coordinator pattern.
- RxCoreData (⭐164) - RxSwift extensions for Core Data.
- RxGesture (⭐1.4k) - RxSwift reactive wrapper for view gestures.
- RxKeyboard (⭐1.6k) - Reactive Keyboard in iOS.
- RxMediaPicker (⭐181) - A reactive wrapper built around UIImagePickerController.
- RxMultipeer (⭐68) - A testable RxSwift wrapper around MultipeerConnectivity.
- RxOptional (⭐8) - RxSwift extensions for Swift optionals and "Occupiable" types.
- RxPermission (⭐226) - RxSwift bindings for Permissions API in iOS.
- RxRealm (⭐1.2k) - Rx wrapper for Realm's collection types.
- RxReduce (⭐124) - Lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way.
- RxSwift (⭐25k) - Reactive Programming in Swift.
- RxWebSocket (⭐55) - Reactive extension over Starscream for websockets.
- SimpleApiClient (⭐67) - A configurable api client based on Alamofire4 and RxSwift4 for iOS.
- Snail (⭐180) - An observables framework for Swift.
- STDevRxExt (⭐7) - STDevRxExt contains some extension functions for RxSwift and RxCocoa which makes our live easy.
- Verge (⭐800) - Verge is a faster and scalable state management library for UIKit and SwiftUI
- VueFlux (⭐330) - Unidirectional Data Flow State Management Architecture for Swift - Inspired by Vuex and Flux.
React-Like
React-inspired UI libraries for building declarative iOS interfaces.
- CoreEvents (⭐6) - Simple library with C#-like events.
- Katana (⭐2.2k) - Swift apps a la React and Redux.
- Render (⭐2.2k) - Swift and UIKit a la React.
- TemplateKit (⭐159) - React-inspired framework for building component-based user interfaces in Swift.
- Tokamak (⭐2.8k) - React-like framework providing a declarative API for building native UI components with easy to use one-way data binding.
Reference
Cheat sheets, curated documentation and reference material for iOS developers.
- App Store Checklist (⭐37) - A checklist of what to look for before submitting your app to the App Store.
- Awesome-ios - A curated list of awesome iOS ecosystem.
- Objective-C Cheat Sheet (⭐1.4k) - A quick reference cheat sheet for common, high level topics in Objective-C.
- Swift Cheat Sheet (⭐1k) - A quick reference cheat sheet for common, high level topics in Swift.
- SwiftSnippets (⭐171) - A collection of Swift snippets to be used in Xcode.
- whats-new-in-swift-4 (⭐1.8k) - An Xcode playground showcasing the new features in Swift 4.0.
- WWDC-Recap - A collection of session summaries in markdown format, from WWDC 19 & 17.
Reflection
Runtime reflection, mirroring and introspection helpers.
- EVReflection (⭐959) - Reflection based JSON encoding and decoding. Including support for NSDictionary, NSCoding, Printable, Hashable and Equatable.
- JSONNeverDie (⭐447) - Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die.
- Reflect (⭐305) - Reflection, Dict2Model, Model2Dict, Archive.
- Reflection (⭐597) - Reflection provides an API for advanced reflection at runtime including dynamic construction of types.
- Runtime (⭐1.2k) - A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
- SwiftKVC (⭐135) - Key-Value Coding (KVC) for native Swift classes and structs.
Regex
Regular expression libraries and DSLs for Swift and Objective-C.
- PySwiftyRegex (⭐229) - Easily deal with Regex in Swift in a Pythonic way.
- Regex (⭐609) - A Swift µframework providing an NSRegularExpression-backed Regex type.
- Regex (⭐329) - Regular expressions for swift.
- Regex (⭐67) - Regex class for Swift. Wraps NSRegularExpression.
- sindresorhus/Regex (⭐332) - Swifty regular expressions, fully tested & documented, and with correct Unicode handling.
- SwiftRegex (⭐111) - Perl-like Regex =~ operator for Swift.
SDK
Official and third-party SDKs for integrating external services into iOS apps.
Official
Officially supported SDKs from platform vendors.
- 1Password (⭐2.6k) - 1Password Extension for iOS Apps.
- Adapty (⭐473) - Integrate in-app subscriptions and a/b testing for them with 3 lines of code.
- algoliasearch-client-swift (⭐210) - Algolia Search API Client for Swift.
- Apphud (⭐232) - A complete solution to integrate auto-renewable subscriptions and regular in-app purchases in 30 minutes with no server code required.
- AWS (⭐1.7k) Amazon Web Services Mobile SDK for iOS.
- Azure (⭐83) - Client library for accessing Azure Storage on an iOS device.
- Box (⭐129) iOS + macOS SDK for the Box API.
- CareKit (⭐2.5k) - CareKit is an open source software framework for creating apps that help people better understand and manage their health. By Apple.
- Dropbox SDKs for Drop-ins and Dropbox Core API.
- Evernote (⭐259) Evernote SDK for iOS.
- Facebook (⭐8k) Facebook iOS SDK.
- Firebase Mobile (and web) application development platform.
- Google Analytics Google Analytics SDK for iOS.
- OneDrive (⭐102) Live SDK for iOS.
- Paypal iOS SDK (⭐990) The PayPal Mobile SDKs enable native apps to easily accept PayPal and credit card payments.
- Pinterest - Pinterest iOS SDK.
- playkit-ios (⭐85) - PlayKit: Kaltura Player SDK for iOS.
- Pocket (⭐227) SDK for saving stuff to Pocket.
- Primer - Easy SDK for creating personalized landing screens, signup, and login flows on a visual editor with built in a/b/n testing and analytics.
- ResearchKit (⭐5.7k) ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.
- rides-ios-sdk (⭐377) - Uber Rides iOS SDK (beta).
- Shopify (⭐485) - Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app.
- Spotify (⭐732) Spotify iOS SDK.
- SpotifyLogin (⭐352) Spotify SDK Login in Swift.
- Stripe (⭐2.5k) Stripe bindings for iOS and macOS.
- Tumblr (⭐435) Library for easily integrating Tumblr data into your iOS or macOS application.
- twitter-kit-ios (⭐698) - Twitter Kit is a native SDK to include Twitter content inside mobile apps.
- Venmo
- Zendesk (⭐117) Zendesk Mobile SDK for iOS.
Unofficial
Community-maintained SDKs and client libraries for popular services.
- ARKKit (⭐20) - ARK Ecosystem Cryptocurrency API Framework for iOS & macOS, written purely in Swift 4.0.
- BigBoard (⭐67) - An Elegant Financial Markets Library Written in Swift that makes requests to Yahoo Finance API's under the hood.
- BittrexApiKit (⭐8) - Simple and complete Swift wrapper for Bittrex Exchange API.
- CloudRail SI - Abstraction layer / unified API for multiple API providers. Interfaces eg for Cloud Storage (Dropbox, Google, ...), Social Networks (Facebook, Twitter, ...) and more.
- das-quadrat (⭐171) - A Swift wrapper for Foursquare API. iOS and macOS.
- DribbbleSDK (⭐73) - Dribbble iOS SDK.
- Easy Social (⭐123) - Twitter & Facebook Integration.
- FHSTwitterEngine (⭐212) Twitter API for Cocoa developers.
- ForecastIO (⭐157) - A Swift library for the Forecast.io Dark Sky API.
- Giphy (⭐52) Giphy API client for iOS in Objective-C.
- GitHub.swift (⭐187) - :octocat: Unofficial GitHub API client in Swift
- InstagramKit (⭐973) - Instagram iOS SDK.
- JamfKit (⭐40) - A JSS communication framework written in Swift.
- Medium SDK - Swift (⭐12) - Unofficial Medium API SDK in Swift with sample project.
- Mothership (⭐75) - Tunes Connect Library inspired by FastLane.
- objectiveflickr (⭐791) - ObjectiveFlickr, a Flickr API framework for Objective-C.
- PerfectSlackAPIClient (⭐2) - A Slack API Client for the Perfect Server-Side Swift Framework.
- PokemonKit (⭐106) - Pokeapi wrapper, written in Swift.
- PPEventRegistryAPI (⭐8) - Swift 3 Framework for Event Registry API (eventregistry.org).
- RandomUserSwift (⭐97) - Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me.
- SlackKit (⭐1k) - a Slack client library for iOS and macOS written in Swift.
- SocialLib (⭐13) - SocialLib handles sharing message to multiple social media.
- Spartan (⭐110) - An Elegant Spotify Web API Library Written in Swift for iOS and macOS.
- STTwitter (⭐994) A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1.
- Swifter (⭐2.4k) - 🐦 A Twitter framework for iOS & macOS written in Swift.
- SwiftFlyer (⭐40) - An API wrapper for bitFlyer that supports all providing API.
- SwiftInstagram (⭐576) - Swift Client for Instagram API.
- Swiftly Salesforce (⭐137) - An easy-to-use framework for building iOS apps that integrate with Salesforce, using Swift and promises.
- SwiftyArk (⭐8) - A simple, lightweight, fully-asynchronous cryptocurrency framework for the ARK Ecosystem.
- SwiftyVK (⭐252) Library for easy interact with VK social network API written in Swift.
- TJDropbox (⭐63) - A Dropbox v2 client library written in Objective-C
- UberKit (⭐94) - A simple, easy-to-use Objective-C wrapper for the Uber API.
- UnsplashKit (⭐187) - Swift client for Unsplash.
- waterwheel.swift (⭐407) - The Waterwheel Swift SDK provides classes to natively connect iOS, macOS, tvOS, and watchOS applications to Drupal 7 and 8.
Security
Tools and libraries for securing iOS apps, data and user credentials.
- BiometricAuth (⭐27) - Simple framework for biometric authentication (via TouchID) in your application.
- BiometricAuthentication (⭐831) - Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
- cocoapods-keys (⭐1.6k) - A key value store for storing environment and application keys.
- iOS-App-Security-Class - Simple class to check if iOS app has been cracked, being debugged or enriched with custom dylib and as well detect jailbroken environment.
- KKPinCodeTextField (⭐66) - A customizable verification code textField for phone verification codes, passwords etc.
- LTHPasscodeViewController (⭐615) - An iOS passcode lockscreen replica (from Settings), with TouchID and simple (variable length) / complex support.
- SAPinViewController (⭐22) - Simple and easy to use default iOS PIN screen. This simple library allows you to draw a fully customisable PIN screen same as the iOS default PIN view. My inspiration to create this library was form THPinViewController, however SAPinViewController is completely implemented in Swift. Also the main purpose of creating this library was to have simple, easy to use and fully customisable PIN screen.
- SecurePropertyStorage (⭐474) - Helps you define secure storages for your properties using Swift property wrappers.
- simple-touch (⭐121) - Very simple swift wrapper for Biometric Authentication Services (Touch ID) on iOS.
- Smile-Lock (⭐597) - A library for make a beautiful Passcode Lock View.
- SwiftPasscodeLock (⭐677) - An iOS passcode lock with TouchID authentication written in Swift.
- TOPasscodeViewController (⭐390) - A modal passcode input and validation view controller for iOS.
- TPObfuscatedString (⭐20) - Simple String obfuscation using core Swift.
- Vault - Safe place for your encryption keys.
- Virgil Security Objective-C/Swift SDK (⭐28) - An SDK which allows developers to add full end-to-end security to their existing digital solutions to become HIPAA and GDPR compliant and more using Virgil API.
- Virgil SWIFT PFS SDK (⭐3) - An SDK that allows developers to add the Perfect Forward Secrecy (PFS) technologies to their digital solutions to protect previously intercepted traffic from being decrypted even if the main Private Key is compromised.
- zxcvbn-ios (⭐224) - A realistic password strength estimator.
Encryption
Cryptography libraries for encryption, hashing and digital signatures.
- AESCrypt-ObjC (⭐771) - A simple and opinionated AES encrypt / decrypt Objective-C class that just works.
- Arcane (⭐283) - Lightweight wrapper around CommonCrypto in Swift.
- CatCrypto (⭐69) - An easy way for hashing and encryption.
- CryptoSwift (⭐11k) - Crypto related functions and helpers for Swift implemented in Swift programming language.
- EnigmaKit (⭐119) - Enigma encryption in Swift.
- IDZSwiftCommonCrypto (⭐478) - A wrapper for Apple's Common Crypto library written in Swift.
- JOSESwift (⭐224) - A framework for the JOSE standards JWS, JWE, and JWK written in Swift.
- Obfuscator-iOS (⭐676) - Secure your app by obfuscating all the hard-coded security-sensitive strings.
- RNCryptor (⭐3.4k) - CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc.
- RSASwiftGenerator (⭐21) - Util for generation RSA keys on your client and save to keychain or cover into Data.
- SCrypto (⭐38) - Elegant Swift interface to access the CommonCrypto routines.
- SecureEnclaveCrypto (⭐287) - Demonstration library for using the Secure Enclave on iOS.
- SipHash (⭐264) - Simple and secure hashing in Swift with the SipHash algorithm.
- SwCrypt (⭐731) - RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and macOS.
- SweetHMAC (⭐38) - A tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
- swift-sodium (⭐547) - Safe and easy to use crypto for iOS.
- SwiftHash (⭐216) - Hash in Swift.
- SwiftMD5 (⭐12) - A pure Swift implementation of MD5.
- SwiftSSL - An Elegant crypto toolkit in Swift.
- SwiftyRSA (⭐1.3k) - RSA public/private key encryption in Swift.
- Themis (⭐2k) - High-level crypto library, providing basic asymmetric encryption, secure messaging with forward secrecy and secure data storage, supports iOS/macOS, Android and different server side platforms.
- Virgil Security Objective-C/Swift Crypto Library (⭐34) - A high-level cryptographic library that allows to perform all necessary operations for securely storing and transferring data.
Keychain
Keychain wrappers for safely storing secrets and credentials on iOS.
- KeychainAccess (⭐8.2k) - Simple Swift wrapper for Keychain that works on iOS and macOS.
- Keychains (⭐74) - Because you should care... about the security... of your shit.
- Lockbox (⭐842) - Objective-C utility class for storing data securely in the key chain.
- Locksmith (⭐2.9k) - A powerful, protocol-oriented library for working with the keychain in Swift.
- SAMKeychain (⭐5.4k) - Simple Objective-C wrapper for the keychain that works on Mac and iOS.
- SwiftKeychainWrapper (⭐1.6k) - A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults.
- SwiftyKeychainKit (⭐25) - Keychain wrapper with the benefits of static typing and convenient syntax, support for primitive types, Codable, NSCoding.
- UICKeyChainStore (⭐3.1k) - UICKeyChainStore is a simple wrapper for Keychain on iOS.
- Valet (⭐4.2k) - Securely store data in the iOS or macOS Keychain without knowing a thing about how the Keychain works.
Server
Server side projects supporting coroutines, Linux, MacOS, iOS, Apache Modules, Async calls, libuv and more.
- ApacheExpress (⭐171) - Write Apache Modules in Swift!
- blackfire (⭐901) - A fast HTTP web server based on Node.js and Express written in Swift.
- CocoaHTTPServer (⭐5.6k) - A small, lightweight, embeddable HTTP server for macOS or iOS applications.
- Curassow (⭐398) - Swift HTTP server using the pre-fork worker model.
- Dynamo - High Performance (nearly)100% Swift Web server supporting dynamic content.
- Embassy (⭐617) - Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux.
- Express (⭐846) - Swift Express is a simple, yet unopinionated web application server written in Swift.
- Frank (⭐374) - Frank is a DSL for quickly writing web applications in Swift.
- GCDWebServer (⭐6.6k) - Lightweight GCD based HTTP server for macOS & iOS (includes web based uploader & WebDAV server).
- Jobs (⭐294) - A job system for Swift backends.
- Kitura (⭐7.6k) - A Swift Web Framework and HTTP Server.
- Lightning (⭐310) - A Swift Multiplatform Web and Networking Framework.
- NetworkObjects (⭐259) - Swift backend / server framework (Pure Swift, Supports Linux).
- Noze.io - Evented I/O streams a.k.a. Node.js for Swift.
- Perfect (⭐14k) - Server-side Swift. The Perfect library, application server, connectors and example apps.
- Redis (⭐469) - Pure-Swift Redis client implemented from the original protocol spec. macOS + Linux compatible.
- smoke-framework (⭐1.5k) - A light-weight server-side service framework written in the Swift programming language.
- swift-http (⭐447) - HTTP Implementation for Swift on Linux and macOS.
- Swifter (⭐4k) - Tiny http server engine written in Swift programming language.
- SwiftGD (⭐473) - A simple Swift wrapper for libgd.
- Swifton (⭐2k) - A Ruby on Rails inspired Web Framework for Swift that runs on Linux and macOS.
- swiftra (⭐261) - Sinatra-like DSL for developing web apps in Swift.
- Taylor (⭐926) - A lightweight library for writing HTTP web servers with Swift.
- Trevi (⭐46) - libuv base Swift web HTTP server framework.
- Vapor (⭐26k) - Elegant web framework for Swift that works on iOS, macOS, and Ubuntu.
- Zewo (⭐1.8k) - Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Style Guides
Community style guides for writing clean Swift and Objective-C code.
- Futurice iOS Good Practices (⭐11k) - iOS starting guide and good practices suggestions by @futurice.
- GitHub - Style guide & coding conventions for Swift projects (⭐4.8k) - A guide to our Swift style and conventions by @github.
- GitHub Objective-C Style Guide (⭐1.7k) - Style guide & coding conventions for Objective-C projects.
- NY Times - Objective C Style Guide (⭐5.8k) - The Objective-C Style Guide used by The New York Times.
- Objective-C Coding Convention and Best Practices - Gist with coding conventions.
- Prolific Interactive Style Guide (⭐176) - A style guide for Swift.
- raywenderlich Style Guide (⭐3.1k) - A style guide that outlines the coding conventions for raywenderlich.com.
- SlideShare Swift Style Guide (⭐93) - SlideShare Swift Style Guide we are using for our upcoming iOS 8 only app written in Swift.
- Spotify Objective-C Coding Style (⭐244) - Guidelines for iOS development in use at Spotify.
- Swift Style Guide by @raywenderlich (⭐13k) - The official Swift style guide for raywenderlich.com.
- Swift Style Guide by LinkedIn (⭐1.5k) - LinkedIn's Official Swift Style Guide.
Testing
Unit testing, UI testing, mocking and behavior-driven development tools.
TDD / BDD
Frameworks for test-driven and behavior-driven iOS development.
- Dixie (⭐189) - Dixie is an open source Objective-C testing framework for altering object behaviours.
- gh-unit (⭐1.8k) - Test Framework for Objective-C.
- Kiwi (⭐4.1k) - A behavior-driven development library for iOS development.
- Nimble (⭐4.8k) - A Matcher Framework for Swift and Objective-C
- OHHTTPStubs (⭐5.1k) - Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
- PlaygroundTDD (⭐317) - Small library to easily run your tests directly within a Playground.
- Quick (⭐9.8k) - A behavior-driven development framework for Swift and Objective-C.
- Sleipnir (⭐839) - BDD-style framework for Swift.
- Specta (⭐2.3k) - A light-weight TDD / BDD framework for Objective-C & Cocoa.
- Spry (⭐324) - A Mac and iOS Playgrounds Unit Testing library based on Nimble.
- swift-corelibs-xctest (⭐1.2k) - The XCTest Project, A Swift core library for providing unit test support.
- SwiftCheck (⭐1.4k) - QuickCheck for Swift.
- XcodeCoverage (⭐857) - Code coverage for Xcode projects.
A/B Testing
Libraries and platforms for experimenting and running A/B tests in iOS apps.
- ABKit (⭐113) - AB testing framework for iOS.
- MSActiveConfig (⭐79) - Remote configuration and A/B Testing framework for iOS.
- SkyLab (⭐791) - Multivariate & A/B Testing for iOS and Mac.
- Switchboard (⭐281) - Switchboard - easy and super light weight A/B testing for your mobile iPhone or android app. This mobile A/B testing framework allows you with minimal servers to run large amounts of mobile users.
UI Testing
Tools for automating interaction-based tests against iOS user interfaces.
- appium - Appium is an open source test automation framework for use with native and hybrid mobile apps.
- AutoMate (⭐291) - XCTest extensions for writing UI automation tests.
- Bluepill (⭐3.2k) - Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine.
- Cucumber - Behavior driver development for iOS.
- EarlGrey (⭐5.7k) - 🍵 iOS UI Automation Test Framework.
- Flawless App - tool for visual quality check of mobile app in a real-time. It compares initial design with the actual implementation right inside iOS simulator.
- ios-driver - Test any iOS native, hybrid, or mobile web application using Selenium / WebDriver.
- Kif (⭐6.2k) - An iOS Functional Testing Framework.
- LayoutTest-iOS (⭐557) - Write unit tests which test the layout of a view in multiple configurations.
- Marathon Runner (⭐632) - Fast, platform-independent test runner focused on performance and stability execute tests.
- Remote (⭐884) - Control your iPhone from inside Xcode for end-to-end testing.
- robotframework-appiumlibrary (⭐428) - AppiumLibrary is an appium testing library for RobotFramework.
- Subliminal (⭐752) - An understated approach to iOS integration testing.
- TouchVisualizer (⭐869) - Lightweight touch visualization library in Swift. A single line of code and visualize your touches!
- UI Testing Cheat Sheet (⭐2.2k) - How do I test this with UI Testing?
- UITestHelper (⭐56) - UITest helper library for creating readable and maintainable tests.
- ViewInspector (⭐2.6k) - Runtime inspection and unit testing of SwiftUI views
Other Testing
Snapshot testing, mocking, fuzzing and other testing utilities.
- AcceptanceMark (⭐64) Tool to auto-generate Xcode tests classes from Markdown tables.
- Buildasaur (⭐772) - Automatic testing of your Pull Requests on GitHub and BitBucket using Xcode Server. Keep your team productive and safe. Get up and running in minutes.
- Cribble (⭐267) - Swifty tool for visual testing iPhone and iPad apps.
- Cuckoo (⭐1.7k) - First boilerplate-free mocking framework for Swift.
- DataFixture (⭐3) - Creation of data model easily, with no headache.
- DVR (⭐646) - Network testing for Swift.
- ETTrace (⭐645) - Locally measure performance of your app, without Xcode or Instruments.
- Fakery (⭐1.8k) - Swift fake data generator.
- iOS Snapshot Test Case (⭐1.8k) — Snapshot test your UIViews and CALayers on iOS and tvOS.
- Kakapo (⭐761) - Dynamically Mock server behaviors and responses in Swift.
- MetovaTestKit (⭐23) - A collection of testing utilities to turn crashing test suites into failing test suites.
- MirrorDiffKit (⭐188) - Pretty diff between any structs or classes.
- Mockingbird (⭐199) - Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete, unstable or just to reproduce planned cases.
- Mockingjay (⭐1.5k) - An elegant library for stubbing HTTP requests with ease in Swift.
- Mockit (⭐119) - A simple mocking framework for Swift, inspired by the famous Mockito for Java.
- NaughtyKeyboard - The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. This is a keyboard to help you test your app from your iOS device.
- OCMock - Mock objects for Objective-C.
- PinpointKit (⭐1.1k) - Let your testers and users send feedback with annotated screenshots and logs using a simple gesture.
- second_curtain (⭐131) - Upload failing iOS snapshot tests cases to S3.
- SnappyTestCase (⭐15) - iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.
- SnapshotTesting (⭐4.2k) - Delightful Swift snapshot testing.
- trainer (⭐249) - Convert xcodebuild plist files to JUnit reports.
- Vinyl (⭐270) - Network testing à la VCR in Swift.
- XCTestExtensions (⭐22) - XCTestExtensions is a Swift extension that provides convenient assertions for writing Unit Test.
Text
Attributed strings, markdown, syntax highlighting and rich text helpers.
- Atributika (⭐1.5k) - Easily build NSAttributedString by detecting and styling HTML-like tags, hashtags, mentions, RegExp or NSDataDetector patterns.
- Attributed (⭐751) - Modern Swift µframework for attributed strings.
- AttributedTextView (⭐441) - Easiest way to create an attributed UITextView with support for multiple links (including hashtags and mentions).
- AztecEditor-iOS (⭐667) - Aztec is a Swift library that provides a
UITextViewsubclass with HTML visual-editing capabilities. The plugin API supports customization HTML conversion from/to HTML for compatibility with your needs. - BonMot (⭐3.6k) - Beautiful, easy attributed strings in Swift.
- CocoaMarkdown (⭐1.2k) - Markdown parsing and rendering for iOS and macOS.
- CodeMirror Swift (⭐119) - A lightweight wrapper of CodeMirror for macOS and iOS. Support Syntax Highlighting & Themes.
- Croc (⭐130) - A lightweight Swift library for Emoji parsing and querying.
- Down (⭐2.5k) - Blazing fast Markdown rendering in Swift, built upon cmark.
- DTCoreText (⭐6.4k) - Methods to allow using HTML code with CoreText.
- DTRichTextEditor (⭐356) - A rich-text editor for iOS.
- EFMarkdown (⭐379) - A lightweight Markdown library for iOS.
- Emojica (⭐107) - Replace standard emoji in strings with a custom emoji set, such as Twemoji (⭐18k) or EmojiOne (⭐4.4k).
- EmojiKit (⭐93) - Effortless emoji-querying in Swift.
- Format (⭐1.2k) - A Swift Formatter Kit.
- FormatterKit (⭐12) -
stringWithFormat:for the sophisticated hacker set. - fuse-swift (⭐944) - A lightweight fuzzy-search library, with zero dependencies.
- Guitar (⭐659) - A Cross-Platform String Library Written in Swift.
- Heimdall (⭐398) - Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.
- Highlighter (⭐925) - Highlight whatever you want! Highlighter will magically find UI objects such as UILabel, UITextView, UITexTfield, UIButton in your UITableViewCell or other Class.
- Highlightr (⭐1.9k) - An iOS & macOS syntax highlighter, supports 176 languages and comes with 79 styles.
- Input Mask (⭐589) - Pattern-based user input formatter, parser and validator for iOS.
- ISO8601 (⭐20) Super lightweight ISO8601 Date Formatter in Swift.
- ISO8859 (⭐18) - Convert ISO8859 1-16 Encoded Text to String in Swift. Supports iOS, tvOS, watchOS and macOS.
- KKStringValidator (⭐17) - Fast and simple string validation for iOS. With UITextField extension.
- libPhoneNumber-iOS (⭐2.4k) - iOS port from libphonenumber (Google's phone number handling library).
- MarkdownDisplayView (⭐165) - A powerful iOS Markdown rendering component built on TextKit 2, providing smooth rendering performance and rich customization options. It also enables the streaming rendering of Markdown format in AI question-and-answer scenarios.
- MarkdownKit (⭐900) - A simple and customizable Markdown Parser for Swift.
- MarkdownTextView (⭐704) - Rich Markdown editing control for iOS.
- MarkdownView (⭐2.1k) - Markdown View for iOS.
- Marklight (⭐684) - Markdown syntax highlighter for iOS.
- Marky Mark (⭐316) - Highly customizable Markdown parsing and native rendering in Swift.
- MMMarkdown (⭐1.3k) - An Objective-C static library for converting Markdown to HTML.
- Money (⭐932) - Swift value types for working with money & currency.
- Mustard (⭐686) - Mustard is a Swift library for tokenizing strings when splitting by whitespace doesn't cut it.
- NBEmojiSearchView (⭐83) - A searchable emoji dropdown view.
- Nimbus (⭐6.4k) - Nimbus is a toolkit for experienced iOS software designers.
- NoOptionalInterpolation (⭐50) - Get rid of "Optional(...)" and "nil" in string interpolation. Easy pluralization.
- Notepad (⭐905) - A fully themeable markdown editor with live syntax highlighting.
- NSStringEmojize (⭐632) - A category on NSString to convert Emoji Cheat Sheet codes to their equivalent Unicode characters.
- pangu.Objective-C (⭐111) - Paranoid text spacing in Objective-C.
- PhoneNumberKit (⭐5.4k) - A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
- Pluralize.swift (⭐196) - Great Swift String Pluralize Extension.
- PostalCodeValidator (⭐207) - A validator for postal codes with support for 200+ regions.
- RealTimeCurrencyFormatter (⭐14) - An ObjC international currency formatting utility.
- Reductio (⭐473) - Automatic summarizer text in Swift.
- RichEditorView (⭐1.9k) - RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
- Roman (⭐36) - Seamless Roman numeral conversion in Swift.
- SmarkDown (⭐67) - A Pure Swift implementation of the markdown mark-up language.
- Smile (⭐523) Emoji in Swift.
- Sprinter (⭐166) - A library for formatting strings on iOS and macOS.
- StringStylizer (⭐74) - Type strict builder class for NSAttributedString.
- StyleDecorator (⭐15) - Design string simply by linking attributes to needed parts.
- SwiftRichString (⭐3.1k) - Elegant & Painless Attributed Strings Management Library in Swift.
- SwiftString (⭐1.6k) - A comprehensive, lightweight string extension for Swift.
- SwiftValidators (⭐241) - String validation for iOS developed in Swift. Inspired by validator.js.
- SwiftyAttributes (⭐1.6k) - Swift extensions that make it a breeze to work with attributed strings.
- SwiftyMarkdown (⭐1.7k) - Converts Markdown files and strings into NSAttributedString.
- SZMentions (⭐11) - Library to help handle mentions.
- SZMentionsSwift (⭐122) - Library to help handle mentions.
- TextAttributes (⭐2.2k) - An easier way to compose attributed strings.
- Translucid (⭐547) - Lightweight library to set an Image as text background.
- Tribute (⭐64) - Programmatic creation of NSAttributedString doesn't have to be a pain.
- Twitter Text Obj (⭐3.1k) - An Objective-C implementation of Twitter's text processing library.
- TwitterTextEditor (⭐3k) - A standalone, flexible API that provides a full featured rich text editor for iOS applications.
- YYText (⭐8.9k) - Powerful text framework for iOS to display and edit rich text.
- ZSSRichTextEditor (⭐3.8k) - A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view.
Font
Icon fonts and font management utilities for iOS.
- Font-Awesome-Swift (⭐749) - Font Awesome swift library for iOS.
- FontAwesome.swift (⭐1.6k) - Use FontAwesome in your Swift projects.
- FontAwesomeKit (⭐2.8k) - Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
- FontAwesomeKit.Swift (⭐191) - A better choice for iOS Developer to use FontAwesome Icon.
- FontBlaster (⭐1.2k) - Programmatically load custom fonts into your iOS app.
- GoogleMaterialDesignIcons (⭐362) - Google Material Design Icons Font for iOS.
- GoogleMaterialIconFont (⭐144) - Google Material Design Icons for Swift and ObjC project.
- Iconic (⭐1.6k) - Auto-generated icon font library for iOS, watchOS and tvOS.
- IoniconsKit (⭐310) - Use Ionicons as UIImage / UIFont in your projects with Swifty manners.
- ios-fontawesome (⭐1.7k) - NSString+FontAwesome.
- JQSwiftIcon (⭐6) - Icon Fonts on iOS using string interpolation written in Swift.
- Money (⭐910) - A precise, type-safe representation of a monetary amount in a given currency.
- OcticonsKit (⭐55) - Use Octicons as UIImage / UIFont in your projects with Swifty manners.
- Swicon (⭐37) - Use 1600+ icons (and more!) from FontAwesome and Google Material Icons in your swift/iOS project in an easy and space-efficient way!
- SwiftFontName (⭐113) - OS font complements library. Localized font supported.
- SwiftIconFont (⭐1.2k) - Icons fonts for iOS (FontAwesome, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon).
- SwiftIcons (⭐804) - A library for using different font icons: dripicons, emoji, font awesome, icofont, ionicons, linear icons, map icons, material icons, open iconic, state, weather. It supports UIImage, UIImageView, UILabel, UIButton, UISegmentedControl, UITabBarItem, UISlider, UIBarButtonItem, UIViewController, UITextfield, UIStepper.
- UIFontComplete (⭐1.3k) - Font management (System & Custom) for iOS and tvOS.
UI
Ready-made UI components, controls and layout helpers for iOS.
- AmazingBubbles (⭐63) - Apple Music like Bubble Picker using Dynamic Animation.
- ApplyStyleKit (⭐210) - Elegant apply style, using Swift Method Chain.
- AZEmptyState (⭐85) - A UIControl subclass that makes it easy to create empty states.
- BackgroundVideoiOS (⭐559) - A swift and objective-C object that lets you add a background video to iOS views.
- BAFluidView (⭐1.4k) - UIView that simulates a 2D view of a fluid in motion.
- BatteryView (⭐51) - Simple battery shaped UIView.
- BEMCheckBox (⭐2.6k) - Tasteful Checkbox for iOS.
- BouncyPageViewController (⭐840) - Page view controller with bounce effect.
- Cacao (⭐1.1k) - Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux).
- ClassicKit (⭐2.2k) - A collection of classic-style UI components for iOS.
- ComponentKit - A React-Inspired View Framework for iOS, by Facebook.
- ConfettiView (⭐233) - Confetti View lets you create a magnificent confetti view in your app.
- Curry (⭐49) - Curry is a framework built to enhance and compliment Foundation and UIKit.
- DCKit (⭐141) - Set of iOS controls, which have useful IBInspectable properties. Written on Swift.
- DistancePicker (⭐118) - Custom control to select a distance with a pan gesture, written in Swift.
- DrawerKit (⭐785) - DrawerKit lets an UIViewController modally present another UIViewController in a manner similar to the way Apple's Maps app works.
- ElongationPreview (⭐891) - ElongationPreview is an elegant push-pop style view controller with 3D-Touch support and gestures.
- EPSignature (⭐794) - Signature component for iOS in Swift.
- EVFaceTracker (⭐257) - Calculate the distance and angle of your device with regards to your face.
- FAQView (⭐473) - An easy to use FAQ view for iOS written in Swift.
- FDStackView (⭐2.5k) - Use UIStackView directly in iOS.
- FlourishUI (⭐227) - A highly configurable and out-of-the-box-pretty UI library.
- FSPagerView (⭐7.4k) - FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner, Product Show, Welcome/Guide Pages, Screen/ViewController Sliders.
- GaugeKit (⭐1k) - Customizable gauges. Easy reproduce Apple's style gauges.
- GDCheckbox (⭐26) - An easy-to-use custom checkbox/radio button component for iOS, with support of IBDesign Inspector.
- GDGauge (⭐84) - Full Customizable, Beautiful, Easy to use gauge view Edit.
- HamsterUIKit (⭐31) - A simple and elegant UIKit(Chart) for iOS.
- Haptica (⭐818) - Easy Haptic Feedback Generator.
- HorizontalDial (⭐213) - A horizontal scroll dial like Instagram.
- IGColorPicker (⭐277) - A customizable color picker for iOS in Swift.
- JDFlipNumberView (⭐783) - Representing analog flip numbers like airport/trainstation displays.
- KPActionSheet (⭐7) - A replacement of default action sheet, but has very simple usage.
- LCUIComponents (⭐7) - A framework supports creating transient views on top of other content onscreen such as popover with a data list.
- LeeGo (⭐964) - Declarative, configurable & highly reusable UI development as making Lego bricks.
- LTHRadioButton (⭐369) - A radio button with a pretty fill animation.
- Macaw-Examples (⭐356) - Various usages of the Macaw library.
- Material (⭐12k) - Material is an animation and graphics framework that allows developers to easily create beautiful applications.
- Material Components (⭐4.8k) - Google developed UI components that help developers execute Material Design.
- MEVHorizontalContacts (⭐355) - An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable menu items.
- Mixin (⭐45) - React.js like Mixin. More powerful Protocol-Oriented Programming.
- NightView (⭐163) - Dazzling Nights on iOS.
- NotchKit (⭐1.8k) - A simple way to hide the notch on the iPhone X
- NotchToolkit (⭐57) - A framework for iOS that allow developers use the iPhone X notch in creative ways.
- OAStackView (⭐2.1k) - OAStackView tries to port back the stackview to iOS 7+. OAStackView aims at replicating all the features in UIStackView.
- Overlay (⭐51) - Overlay is a flexible UI framework designed for Swift. It allows you to write CSS like Swift code.
- OverlayContainer (⭐1.3k) - A library to develop overlay based interfaces, such as the one presented in the iOS 12 Apple Maps or Stocks apps.
- Pageboy (⭐2k) - A simple, highly informative page view controller.
- PageController (⭐409) - Infinite paging controller, scrolling through contents and title bar scrolls with a delay.
- Pages (⭐494) - UIPageViewController made simple.
- Panda (⭐69) - Create view hierarchies declaratively.
- Pulley (⭐2k) - A library to imitate the iOS 10 Maps UI.
- Reactions (⭐579) - Fully customizable Facebook reactions control.
- RKNotificationHub (⭐3.1k) - Make any UIView a full fledged notification center.
- SCTrelloNavigation (⭐793) - An iOS native implementation of a Trello Animated Navigation.
- SegmentedProgressBar (⭐474) - Snapchat / Instagram Stories style animated indicator.
- Shades (⭐14) - Easily add drop shadows, borders, and round corners to a UIView.
- ShadowView (⭐413) - Make shadows management easy on UIView.
- Shiny (⭐841) - Iridescent Effect View (inspired by Apple Pay Cash).
- Splitflap (⭐1.1k) - A simple split-flap display for your Swift applications.
- STAControls (⭐12) – Handy UIControl subclasses. (Think Three20/NimbusKit of UIControls.) Written in Objective-C.
Activity Indicator
Spinners, loaders and progress indicators.
- ActivityIndicatorView (⭐1.6k) - A number of preset loading indicators created with SwiftUI.
- AlamofireNetworkActivityIndicator (⭐753) - Controls the visibility of the network activity indicator on iOS using Alamofire.
- ALThreeCircleSpinner (⭐42) - A pulsing spinner view written in swift.
- BigBrother (⭐441) - Automatically sets the network activity indicator for any performed request.
- BPBlockActivityIndicator (⭐45) - A simple and awesome Loading Activity Indicator(with funny block animation) for your iOS app.
- BPCircleActivityIndicator (⭐45) - A lightweight and awesome Loading Activity Indicator for your iOS app.
- DACircularProgress (⭐2.3k) - DACircularProgress is a UIView subclass with circular UIProgressView properties.
- DBMetaballLoading (⭐70) - A metaball loading written in Swift.
- DottedProgressBar (⭐42) - Simple and customizable animated progress bar with dots for iOS.
- DSGradientProgressView - A simple and customizable animated progress bar written in Swift.
- EZLoadingActivity (⭐606) - Lightweight loading activity HUD.
- FFCircularProgressView (⭐989) - FFCircularProgressView - An iOS 7-inspired blue circular progress view.
- FillableLoaders (⭐2.1k) - Completely customizable progress based loaders drawn using custom CGPaths written in Swift.
- FlexibleSteppedProgressBar (⭐582) - A beautiful easily customisable stepped progress bar.
- GearRefreshControl (⭐620) - A custom animation for the UIRefreshControl.
- GradientLoadingBar (⭐894) - An animated gradient loading bar.
- GradientProgressBar (⭐540) - A gradient progress bar (UIProgressView).
- Hexacon (⭐347) - A new way to display content in your app like the Apple Watch SpringBoard, written in Swift.
- IHProgressHUD (⭐280) - Simple HUD, thread safe, supports iOS, tvOS and App Extensions.
- iOS Circle Progress Bar (⭐417) - iOS Circle Progress Bar.
- iOS-CircleProgressView (⭐514) - This control will allow a user to use code instantiated or interface builder to create and render a circle progress view.
- JDBreaksLoading (⭐153) - You can easily start up a little breaking game indicator by one line.
- KDCircularProgress (⭐1.3k) - A circular progress view with gradients written in Swift.
- KYNavigationProgress (⭐245) - Simple extension of UINavigationController to display progress on the UINavigationBar.
- LinearProgressBar (⭐149) - Linear Progress Bar (inspired by Google Material Design) for iOS.
- LinearProgressBar (⭐162) - Material Linear Progress Bar for your iOS apps.
- LiquidLoader (⭐1.3k) - Spinner loader components with liquid animation.
- LLSpinner (⭐37) - An easy way to create a full screen activity indicator.
- Loader (⭐103) - Amazing animated switch activity indicator written in swift.
- M13ProgressSuite (⭐3.9k) - A suite containing many tools to display progress information on iOS.
- MBCircularProgressBar (⭐999) - A circular, animatable & highly customizable progress bar, editable from the Interface Builder using IBDesignable.
- MBProgressHUD (⭐16k) - Drop-in class for displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.
- MHRadialProgressView (⭐76) - iOS radial animated progress view.
- MKProgress (⭐144) - A lightweight ProgressHUD written in Swift. Looks similar to /MBProgressHUD/SVProgressHUD/KVNProgressHUD.
- MKRingProgressView (⭐1.6k) - A beautiful ring/circular progress view similar to Activity app on Apple Watch, written in Swift.
- MRProgress (⭐2.5k) - Collection of iOS drop-in components to visualize progress.
- NJKWebViewProgress (⭐3.9k) - A progress interface library for UIWebView. You can implement progress bar for your in-app browser using this module.
- NVActivityIndicatorView (⭐11k) - Collection of nice loading animations.
- ParticlesLoadingView (⭐972) - A customizable SpriteKit particles animation on the border of a view.
- PKHUD (⭐3.8k) - A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and above.
- ProgressHUD (⭐3k) - ProgressHUD is a lightweight and easy-to-use HUD.
- ProgressIndicatorView (⭐353) - A number of preset progress indicators created with SwiftUI.
- RetroProgress (⭐18) - Retro looking progress bar straight from the 90s.
- RHPlaceholder (⭐238) - Simple library which give you possibility to add Facebook like loading state for your views.
- RPCircularProgress (⭐254) - (Swift) Circular progress UIView subclass with UIProgressView properties.
- RPLoadingAnimation (⭐198) - Loading animations by using Swift CALayer.
- RSLoadingView (⭐418) - Awesome loading animations using 3D engine written with Swift.
- SendIndicator (⭐63) - Yet another task indicator.
- Skeleton (⭐690) - An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
- SkeletonView (⭐13k) - An elegant way to show users that something is happening and also prepare them to which contents he is waiting.
- SnapTimer (⭐280) - Implementation of Snapchat's stories timer.
- StatusBarOverlay (⭐162) - Automatically show/hide a "No Internet Connection" bar when your app loses/gains connection. It supports apps which hide the status bar and "The Notch".
- StepProgressView (⭐385) - Step-by-step progress view with labels and shapes. A good replacement for UIActivityIndicatorView and UIProgressView.
- STLoadingGroup (⭐434) - loading views.
- SVProgressHUD (⭐12k) - A clean and lightweight progress HUD for your iOS app.
- SVUploader (⭐78) - A beautiful uploader progress view that makes things simple and easy.
- SwiftSpinner (⭐2.2k) - A beautiful activity indicator and modal alert written in Swift using blur effects, translucency, flat and bold design.
- VHUD (⭐138) Simple HUD.
- Windless (⭐949) - Windless makes it easy to implement invisible layout loading view.
- WSProgressHUD (⭐583) - This is a beautiful hud view for iPhone & iPad.
- YLProgressBar (⭐1.3k) - UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics.
Animation
Animation frameworks, keyframe players and motion utilities.
- ADPuzzleAnimation (⭐125) - Custom animation for UIView inspired by Fabric - Answers animation.
- ADPuzzleAnimation (⭐125) - Custom animation for UIView inspired by Fabric - Answers animation.
- Advance (⭐4.5k) - A powerful animation framework for iOS.
- AGInterfaceInteraction (⭐156) - library performs interaction with UI interface.
- AGInterfaceInteraction (⭐156) - library performs interaction with UI interface.
- AHKBendableView (⭐593) - UIView subclass that bends its edges when its position changes.
- AHKBendableView (⭐593) - UIView subclass that bends its edges when its position changes.
- AKVideoImageView - UIImageView subclass which allows you to display a looped video as a background.
- AKVideoImageView - UIImageView subclass which allows you to display a looped video as a background.
- anim (⭐578) - An animation library for iOS with custom easings and easy to follow API.
- anim (⭐578) - An animation library for iOS with custom easings and easy to follow API.
- Anima (⭐624) - Anima is chainable Layer-Based Animation library for Swift4.
- Anima (⭐624) - Anima is chainable Layer-Based Animation library for Swift4.
- AnimatedCollectionViewLayout (⭐4.9k) - A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView.
- AnimatedCollectionViewLayout (⭐4.9k) - A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView.
- AnimationEngine (⭐1.1k) - Easily build advanced custom animations on iOS.
- Animo (⭐280) - SpriteKit-like animation builders for CALayers.
- AppAnimations - Collection of iOS animations to inspire your next project.
- Bubble (⭐220) - Fruit Animation.
- Bubble (⭐220) - Fruit Animation.
- CCMRadarView (⭐183) - CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation.
- Cheetah (⭐586) - Easy animation library on iOS.
- CircularRevealKit (⭐25) - UI framework that implements the material design's reveal effect.
- CircularRevealKit (⭐25) - UI framework that implements the material design's reveal effect.
- CKWaveCollectionViewTransition (⭐1.9k) - Cool wave like transition between two or more UICollectionView.
- CurryFire (⭐132) - A framework for creating unique animations.
- DaisyChain (⭐29) - Easy animation chaining.
- Dance (⭐648) - A radical & elegant animation library built for iOS.
- Dance (⭐648) - A radical & elegant animation library built for iOS.
- DCAnimationKit (⭐805) - A collection of animations for iOS. Simple, just add water animations.
- Disintegrate (⭐79) - Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War.
- Disintegrate (⭐79) - Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War.
- DKChainableAnimationKit (⭐1.9k) - Chainable animations in Swift.
- Ease (⭐1.3k) - Animate everything with Ease.
- Ease (⭐1.3k) - Animate everything with Ease.
- EasyAnimation (⭐2.9k) - A Swift library to take the power of UIView.animateWithDuration() to a whole new level - layers, springs, chain-able animations, and mixing view/layer animations together.
- fireworks (⭐343) - Fireworks effect for UIView
- fireworks (⭐343) - Fireworks effect for UIView
- FlightAnimator (⭐577) - Advanced Natural Motion Animations, Simple Blocks Based Syntax.
- FlightAnimator (⭐577) - Advanced Natural Motion Animations, Simple Blocks Based Syntax.
- Fluent (⭐294) - Swift animation made easy.
- Gemini (⭐3.3k) - Gemini is rich scroll based animation framework for iOS, written in Swift.
- Interpolate (⭐1.8k) - Swift interpolation for gesture-driven animations.
- JHChainableAnimations (⭐3.2k) - Easy to read and write chainable animations in Objective-C.
- JRMFloatingAnimation (⭐228) - An Objective-C animation library used to create floating image views.
- Kinieta (⭐46) - An Animation Engine with Custom Bezier Easing, an Intuitive API and perfect Color Intepolation.
- LoadingShimmer (⭐1.6k) - An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
- Lottie (⭐27k) - An iOS library for a real time rendering of native vector animations from Adobe After Effects.
- LSAnimator (⭐1.7k) - Easy to Read and Write Multi-chain Animations Kit in Objective-C and Swift.
- MotionAnimation (⭐145) - Lightweight animation library for UIKit.
- MotionBlur (⭐1.5k) - MotionBlur allows you to add motion blur effect to iOS animations.
- MotionMachine (⭐412) - A powerful, elegant, and modular animation library for Swift.
- Pastel (⭐3.5k) - Gradient animation effect like Instagram.
- PMTween (⭐343) - An elegant and flexible tweening library for iOS.
- Poi (⭐67) - Poi makes you use card UI like tinder UI .You can use it like tableview method.
- Popsicle (⭐1.1k) - Delightful, extensible Swift value interpolation framework.
- RippleEffectView (⭐317) - RippleEffectView - A Neat Rippling View Effect.
- SamuraiTransition (⭐281) - Swift based library providing a collection of ViewController transitions featuring a number of neat “cutting” animations.
- Sica (⭐1k) - Simple Interface Core Animation. Run type-safe animation sequencially or parallelly.
- SPPerspective (⭐347) - Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
- Spruce iOS Animation Library (⭐3.4k) - Swift library for choreographing animations on the screen.
- Stellar (⭐2.9k) - A fantastic Physical animation library for swift.
- SwiftyAnimate (⭐195) - Composable animations in Swift.
- TheAnimation (⭐221) - Type-safe CAAnimation wrapper. It makes preventing to set wrong type values.
- TweenKit (⭐1.4k) - Animation library for iOS in Swift.
- Twinkle (⭐614) - Swift and easy way to make elements in your iOS and tvOS app twinkle.
- Ubergang (⭐53) - A tweening engine for iOS written in Swift.
- VariousViewsEffects (⭐24) - Animates views nicely with easy to use extensions.
- ViewAnimator (⭐7.3k) - ViewAnimator brings your UI to life with just one line.
- Water (⭐386) - Simple calculation to render cheap water effects.
- WaterDrops (⭐401) - Simple water drops animation for iOS in Swift.
- Wave (⭐128) - 🌊 Declarative chainable animations in Swift.
- Wobbly (⭐152) - Wobbly is a Library of predefined, easy to use iOS animations.
- WXWaveView (⭐341) - Add a pretty water wave to your view.
- YapAnimator (⭐1.9k) - Your fast and friendly physics-based animation system.
- YetAnotherAnimationLibrary (⭐521) - Designed for gesture-driven animations. Fast, simple, & extensible!
- ZoomTransitioning (⭐670) - A custom transition with image zooming animation.
Transition
Custom view controller and navigation transition libraries.
- AlertTransition (⭐576) - AlertTransition is a extensible library for making view controller transitions, especially for alert transitions.
- AnimatedTransitionGallery (⭐2.5k) - Collection of iOS 7 custom animated transitions using UIViewControllerAnimatedTransitioning protocol.
- AppstoreTransition (⭐592) - Simulates the appstore card animation transition.
- AZTransitions (⭐410) - API to make great custom transitions in one method.
- BlurryModalSegue (⭐913) - A custom modal segue for providing a blurred overlay effect.
- BubbleTransition (⭐3.3k) - A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
- DAExpandAnimation (⭐580) - A custom modal transition that presents a controller with an expanding effect while sliding out the presenter remnants.
- DeckTransition (⭐2.2k) - A library to recreate the iOS Apple Music now playing transition.
- DropdownTransition (⭐73) - Simple and elegant Dropdown Transition for presenting controllers from top to bottom.
- ElasticTransition (⭐2.2k) - A UIKit custom transition that simulates an elastic drag. Written in Swift.
- ElasticTransition-ObjC (⭐392) - A UIKit custom transition that simulates an elastic drag.This is the Objective-C Version of Elastic Transition written in Swift by lkzhao.
- Gagat (⭐864) - A delightful way to transition between visual styles in your iOS applications.
- Hero (⭐22k) - Elegant transition library for iOS & tvOS.
- ImageTransition (⭐221) - ImageTransition is a library for smooth animation of images during transitions.
- JTMaterialTransition (⭐954) - An iOS transition for controllers based on material design.
- Kaeru (⭐514) - Switch viewcontroller like iOS task manager.
- LiquidSwipe (⭐725) - Liquid navigation animation
- LiquidTransition (⭐224) - removes boilerplate code to perform transition, allows backward animations, custom properties animation and much more!
- Motion (⭐1.8k) - Seamless animations and transitions in Swift.
- NavigationTransitions (⭐1.1k) - Pure SwiftUI Navigation transitions.
- Presenter (⭐15) - Screen transition with safe and clean code.
- PresenterKit (⭐547) - Swifty view controller presentation for iOS.
- RMPZoomTransitionAnimator (⭐1.7k) - A custom zooming transition animation for UIViewController.
- RPModalGestureTransition (⭐88) - You can dismiss modal by using gesture.
- SemiModalViewController (⭐80) - Present view / view controller as bottom-half modal.
- SPStorkController (⭐2.7k) - Very similar to the controllers displayed in Apple Music, Podcasts and Mail Apple's applications.
- TBIconTransitionKit (⭐1.2k) - Easy to use icon transition kit that allows to smoothly change from one shape to another.
- Transition (⭐2.6k) - Easy interactive interruptible custom ViewController transitions.
- TransitionableTab (⭐810) - TransitionableTab makes it easy to animate when switching between tab.
- TransitionTreasury (⭐2.1k) - Easier way to push your viewController.
- View2ViewTransition (⭐851) - Custom interactive view controller transition from one view to another view.
- ZFDragableModalTransition (⭐2.5k) - Custom animation transition for present modal view controller.
- ZOZolaZoomTransition (⭐887) - Zoom transition that animates the entire view hierarchy. Used extensively in the Zola iOS application.
Alert & Action Sheet
Alerts, toasts, action sheets and banner-style notifications.
- Alertift (⭐285) - Swifty, modern UIAlertController wrapper.
- Alerts & Pickers (⭐5.8k) - Advanced usage of native UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView.
- AlertViewLoveNotification (⭐37) - A simple and attractive AlertView to ask permission to your users for Push Notification.
- ALRT (⭐95) - An easier constructor for UIAlertController. Present an alert from anywhere.
- BottomSheet (⭐352) - Powerful Bottom Sheet component with content based size, interactive dismissal and navigation controller support.
- BPStatusBarAlert (⭐129) - A simple alerts that appear on the status bar and below navigation bar(like Facebook).
- BRYXBanner (⭐1k) - A lightweight dropdown notification for iOS 7+, in Swift.
- BulletinBoard (⭐5.4k) - Generate and Display Bottom Card Interfaces on iOS
- CatAlertController (⭐8) - Use UIAlertController like a boss.
- CDAlertView (⭐1.1k) - Highly customizable alert/notification/success/error/alarm popup.
- CFAlertViewController (⭐1k) - A library that helps you display and customise alerts and action sheets on iPad and iPhone.
- CFNotify (⭐503) - A customizable framework to create draggable views.
- CleanyModal (⭐485) - Use nice customized alerts and action sheets with ease, API is similar to native UIAlertController.
- CRToast (⭐4.1k) - A modern iOS toast view that can fit your notification needs.
- CuckooAlert (⭐5) - Multiple use of presentViewController for UIAlertController.
- CustomizableActionSheet (⭐190) - Action sheet allows including your custom views and buttons.
- DOAlertController (⭐398) - Simple Alert View written in Swift, which can be used as a UIAlertController. (AlertController/AlertView/ActionSheet).
- Dodo (⭐870) - A message bar for iOS written in Swift.
- EZAlertController (⭐365) - Easy Swift UIAlertController.
- FCAlertView (⭐114) - A Flat Customizable AlertView for iOS. (Swift).
- FCAlertView (⭐797) - A Flat Customizable AlertView for iOS. (Objective-C).
- FloatingActionSheetController (⭐138) - FloatingActionSheetController is a cool design ActionSheetController library written in Swift.
- GSMessages (⭐697) - A simple style messages/notifications for iOS 7+.
- HDNotificationView (⭐355) - Emulates the native Notification Banner UI for any alert.
- Hokusai (⭐432) - A Swift library to provide a bouncy action sheet.
- InAppNotify (⭐431) - Swift library to manage in-app notification in swift language, like WhatsApp, Telegram, Frind, etc.
- JDropDownAlert - Multi dirction dropdown alert view.
- JDStatusBarNotification (⭐4.3k) - Easy, customizable notifications displayed on top of the statusbar.
- Jelly (⭐2.5k) - Jelly provides custom view controller transitions with just a few lines of code.
- JLToast (⭐1.9k) - Toast for iOS with very simple interface.
- KRAlertController (⭐53) - A colored alert view for your iOS.
- LCActionSheet (⭐819) - A simple ActionSheet. WeChat, Weibo and QQ all use similar styles. Fully support Swift.
- LIHAlert (⭐37) - Advance animated banner alerts for iOS.
- LKAlertController (⭐96) - An easy to use UIAlertController builder for swift.
- LNRSimpleNotifications (⭐200) - Simple Swift in-app notifications. LNRSimpleNotifications is a simplified Swift port of TSMessages.
- Loaf (⭐1.1k) - A simple framework for easy iOS Toasts.
- Malert (⭐477) - Malert is a simple, easy and custom iOS UIAlertView written in Swift.
- MaterialActionSheetController (⭐101) - A Google like action sheet for iOS written in Swift.
- NotchyAlert (⭐71) - Use the iPhone X notch space to display creative alerts.
- NoticeBar (⭐232) - A simple NoticeBar written by Swift 3, similar with QQ notice view.
- Notie (⭐84) - In-app notification in Swift, with customizable buttons and input text field.
- NotificationBanner (⭐4.9k) - The easiest way to display highly customizable in app notification banners in iOS.
- NYAlertViewController (⭐604) - Highly configurable iOS Alert Views with custom content views.
- OEANotification (⭐17) - In-app customizable notification views on top of screen for iOS which is written in Swift 2.1.
- PCLBlurEffectAlert (⭐146) - Swift AlertController with UIVisualEffectView.
- PMAlertController (⭐2.5k) - PMAlertController is a great and customizable substitute to UIAlertController.
- PopMenu (⭐1.7k) - A cool and customizable popup style action sheet 😎
- PopupViewController (⭐21) - UIAlertController drop in replacement with much more customization.
- RAlertView (⭐77) - AlertView, iOS popup window, A pop-up framework, Can be simple and convenient to join your project.
- RKDropdownAlert (⭐1.5k) - Extremely simple UIAlertView alternative.
- RMActionController (⭐533) - Present any UIView in an UIAlertController like manner.
- RMDateSelectionViewController (⭐1.1k) - Select a date using UIDatePicker in a UIAlertController like fashion.
- RMessage (⭐413) - A crisp in-app notification/message banner built in ObjC.
- RMPickerViewController (⭐377) - Select something using UIPickerView in a UIAlertController like fashion.
- SCLAlertView-Swift (⭐5.3k) - Beautiful animated Alert View, written in Swift.
- Sheet (⭐340) - SHEET helps you easily create a wide variety of action sheets with navigation features used in the Flipboard App
- SimpleAlert (⭐397) - Customizable simple Alert and simple ActionSheet for Swift.
- SPAlert (⭐2.6k) - Native popup from Apple Music & Feedback in AppStore. Contains Done & Heart presets.
- StatusAlert (⭐845) - Display Apple system-like self-hiding status alerts without interrupting user flow.
- SweetAlert (⭐2k) - Live animated Alert View for iOS written in Swift.
- Swift-Prompts (⭐728) - A Swift library to design custom prompts with a great scope of options to choose from.
- SwiftMessages (⭐7.6k) - A very flexible message bar for iOS written in Swift.
- SwiftNotice (⭐839) - SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview.
- SwiftOverlays (⭐628) - SwiftOverlays is a Swift GUI library for displaying various popups and notifications.
- SwiftyDrop (⭐676) - SwiftyDrop is a lightweight pure Swift simple and beautiful dropdown message.
- TKSwarmAlert (⭐577) - Animated alert library like Swarm app.
- TOActionSheet (⭐174) - A custom-designed reimplementation of the UIActionSheet control for iOS
- Toast-Swift (⭐3.8k) - A Swift extension that adds toast notifications to the UIView object class.
- TTGSnackbar (⭐647) - Show simple message and action button on the bottom of the screen with multi kinds of animation.
- XLActionController (⭐3.3k) - Fully customizable and extensible action sheet controller written in Swift.
Badge
Notification and count badges for UI elements.
- BadgeHub (⭐802) - Make any UIView a full fledged animated notification center. It is a way to quickly add a notification badge icon to a UIView.
- EasyNotificationBadge (⭐212) - UIView extension that adds a notification badge. [e]
- MIBadgeButton (⭐338) - Notification badge for UIButtons.
- swift-badge (⭐392) - Badge view for iOS written in swift
Button
Customizable button controls and helpers.
- AnimatablePlayButton (⭐80) - Animated Play and Pause Button using CALayer, CAKeyframeAnimation.
- BEMCheckBox (⭐2.6k) - Tasteful Checkbox for iOS. (Check box)
- ButtonProgressBar-iOS (⭐576) - A small and flexible UIButton subclass with animated loading progress, and completion animation.
- DesignableButton (⭐91) - UIButton subclass with centralised and reusable styles. View styles and customise in InterfaceBuilder in real time!
- DOFavoriteButton (⭐3.6k) - Cute Animated Button written in Swift.
- DynamicButton (⭐1.2k) - Yet another animated flat buttons in Swift
- EasySocialButton (⭐158) - An easy way to create beautiful social authentication buttons.
- EMEmojiableBtn (⭐84) - Option selector that works similar to Reactions by fb. Objective-c version.
- ExpandableButton (⭐103) - Customizable and easy to use expandable button in Swift.
- FloatingButton (⭐1.3k) - Easily customizable floating button menu created with SwiftUI.
- Floaty (⭐1.6k) - ❤️ Floating Action Button for iOS
- gbkui-button-progress-view (⭐540) - Inspired by Apple’s download progress buttons in the App Store.
- HTPressableButton (⭐856) - Flat design pressable button.
- JOEmojiableBtn (⭐307) - Emoji selector like Facebook Reactions.
- JSButton (⭐12) - A fully customisable swift subclass on UIButton which allows you to create beautiful buttons without writing any line of code.
- JTFadingInfoView (⭐128) - An UIButton-based view with fade in/out animation features.
- LGButton (⭐2.3k) - A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
- LiquidFloatingActionButton (⭐3.8k) - Material Design Floating Action Button in liquid state
- MultiToggleButton (⭐85) - A UIButton subclass that implements tap-to-toggle button text (Like the camera flash and timer buttons).
- NFDownloadButton (⭐439) - Revamped Download Button.
- OnOffButton (⭐413) - Custom On/Off Animated UIButton, written in Swift. By Creativedash
- PMSuperButton (⭐721) - A powerful UIButton with super powers, customizable from Storyboard!
- SpicyButton - Full-featured IBDesignable UIButton class
- SSBouncyButton (⭐307) - iOS7-style bouncy button UI component.
- SwiftyButton (⭐550) - Simple and customizable button in Swift
- TORoundedButton (⭐482) - A high-performance button control with rounded corners.
- TransitionButton (⭐1.5k) - UIButton sublass for loading and transition animation
- TVButton (⭐1.1k) - Recreating the cool parallax icons from Apple TV as iOS UIButtons (in Swift).
- VBFPopFlatButton (⭐3.1k) - Flat button with 9 different states animated using Facebook POP.
- WCLShineButton (⭐1.4k) - This is a UI lib for iOS. Effects like shining.
- WYMaterialButton (⭐76) - Interactive and fully animated Material Design button for iOS developers.
- ZFRippleButton (⭐1.4k) - Custom UIButton effect inspired by Google Material Design
Calendar
Calendar views, date pickers and schedule components.
- ASCalendar (⭐193) - A calendar control for iOS written in swift with mvvm pattern
- Calendar (⭐697) - A set of views and controllers for displaying and scheduling events on iOS
- CalendarKit (⭐2.7k) - Fully customizable calendar day view.
- CalendarPopUp (⭐185) - CalendarPopUp - JTAppleCalendar library.
- CVCalendar (⭐3.5k) - A custom visual calendar for iOS 8+ written in Swift (2.0).
- DateTimePicker (⭐1.9k) - A nicer iOS UI component for picking date and time
- Daysquare (⭐699) - An elegant calendar control for iOS.
- ElegantCalendar (⭐1.1k) - The elegant full-screen calendar missed in SwiftUI.
- FSCalendar (⭐11k) - A fully customizable iOS calendar library, compatible with Objective-C and Swift.
- GDPersianCalendar (⭐26) - Customizable and easy to use Persian Calendar component.
- GLCalendarView (⭐853) - A fully customizable calendar view acting as a date range picker
- ios_calendar (⭐164) - It's lightweight and simple control with supporting Locale and CalendarIdentifier. There're samples for iPhone and iPad, and also with using a popover. With supporting Persian calendar
- JTAppleCalendar (⭐7.7k) - The Unofficial Swift Apple Calendar Library. View. Control. for iOS & tvOS
- JTCalendar (⭐2.8k) - A customizable calendar view for iOS.
- KDCalendarView (⭐625) - A calendar component for iOS written in Swift 4.0. It features both vertical and horizontal layout (and scrolling) and the display of native calendar events.
- Koyomi (⭐746) - Simple customizable calendar component in Swift
- MBCalendarKit (⭐552) - A calendar framework for iOS built with customization, and localization in mind.
- NWCalendarView (⭐60) - An availability calendar implementation for iOS
- PTEventView (⭐35) - An Event View based on Apple's Event Detail View within Calender.Supports ARC, Autolayout and editing via StoryBoard.
- RCalendarPicker (⭐132) - RCalendarPicker A date picker control.
- RSDayFlow (⭐838) - iOS 7+ Calendar with Infinite Scrolling.
Cards
Card based UI's, pan gestures, flip and swipe animations
- CardAnimation (⭐1.2k) - Card flip animation by pan gesture.
- CardParts - A reactive, card-based UI framework built on UIKit.
- Cards (⭐4.2k) - Awesome iOS 11 AppStore's Card Views.
- CardsLayout (⭐863) - Nice card-designed custom collection view layout.
- DMSwipeCards (⭐251) - Tinder like card stack that supports lazy loading and generics
- Koloda (⭐5.4k) - KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
- KVCardSelectionVC (⭐25) - Awesome looking Dial like card selection ViewController.
- MDCSwipeToChoose - Swipe to "like" or "dislike" any view, just like Tinder.app. Build a flashcard app, a photo viewer, and more, in minutes, not hours!
- MMCardView (⭐564) - Custom CollectionView like Wallet App
- Shuffle (⭐977) - A multi-directional card swiping library inspired by Tinder.
- TimelineCards (⭐428) - Presenting timelines as cards, single or bundled in scrollable feed!.
- TisprCardStack (⭐850) - Library that allows to have cards UI.
- VerticalCardSwiper (⭐1.5k) - A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Form & Settings
Input validators, form helpers and form builders.
- ATGValidator - Rule based validation framework with form and card validation support for iOS.
- Eureka (⭐12k) - Elegant iOS form builder in Swift.
- FDTextFieldTableViewCell (⭐25) - Adds a UITextField to the cell and places it correctly.
- Form - The most flexible and powerful way to build a form on iOS
- Formalist (⭐158) - Declarative form building framework for iOS
- Former (⭐1.3k) - Former is a fully customizable Swift2 library for easy creating UITableView based form.
- formvalidator-swift (⭐491) - A framework to validate inputs of text fields and text views in a convenient way.
- GenericPasswordRow (⭐176) - A row for Eureka to implement password validations.
- SwiftForms (⭐1.3k) - A small and lightweight library written in Swift that allows you to easily create forms.
- SwiftValidator (⭐1.4k) - A rule-based validation library for Swift
- SwiftyFORM (⭐1.1k) - SwiftyFORM is a form framework for iOS written in Swift
- ValidatedPropertyKit (⭐984) - Easily validate your Properties with Property Wrappers.
- ValidationToolkit (⭐52) - Lightweight framework for input validation written in Swift.
- XLForm (⭐5.7k) - XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
- YALField - Custom Field component with validation for creating easier form-like UI from interface builder.
Keyboard
Keyboard avoidance, custom keyboards and input helpers.
- RSKKeyboardAnimationObserver (⭐45) - Showing / dismissing keyboard animation in simple UIViewController category.
- RFKeyboardToolbar - This is a flexible UIView and UIButton subclass to add customized buttons and toolbars to your UITextFields/UITextViews.
- IQKeyboardManager (⭐17k) - Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.
- NgKeyboardTracker (⭐794) - Objective-C library for tracking keyboard in iOS apps.
- MMNumberKeyboard (⭐956) - A simple keyboard to use with numbers and, optionally, a decimal point.
- KeyboardObserver (⭐161) - For less complicated keyboard event handling.
- TPKeyboardAvoiding (⭐5.8k) - A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
- YYKeyboardManager (⭐484) - iOS utility class allows you to access keyboard view and track keyboard animation.
- KeyboardMan - KeyboardMan helps you make keyboard animation.
- MakemojiSDK (⭐102) - Emoji Keyboard SDK (iOS)
- Typist (⭐1.1k) - Small, drop-in Swift UIKit keyboard manager for iOS apps-helps manage keyboard's screen presence and behavior without notification center.
- KeyboardHideManager (⭐57) - Codeless manager to hide keyboard by tapping on views for iOS written in Swift
- Toolbar - Awesome autolayout Toolbar.
- IHKeyboardAvoiding (⭐1.4k) - A drop-in universal solution for keeping any UIView visible when the keyboard is being shown - no more UIScrollViews!
- NumPad (⭐85) - Number Pad (inspired by Square's design).
- Ribbon (⭐301) - A simple cross-platform toolbar/custom input accessory view library for iOS & macOS.
- ISEmojiView - Emoji Keyboard for iOS
Label
Enhanced UILabel replacements and text-display utilities.
- ActiveLabel.swift - UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
- AnimatedMaskLabel (⭐24) - Animated Mask Label is a nice gradient animated label. This is an easy way to add a shimmering effect to any view in your app.
- CountdownLabel (⭐1k) - Simple countdown UILabel with morphing animation, and some useful function.
- GlitchLabel (⭐1.1k) - Glitching UILabel for iOS.
- IncrementableLabel (⭐81) - Incrementable label for iOS, macOS, and tvOS.
- JSLabel (⭐6) - A simple designable subclass on UILabel with extra IBDesignable and Blinking features.
- LTMorphingLabel - Graceful morphing effects for UILabel written in Swift.
- MTLLinkLabel (⭐73) - MTLLinkLabel is linkable UILabel. Written in Swift.
- MZTimerLabel (⭐1.6k) - A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.
- NumberMorphView (⭐1.6k) - A label view for displaying numbers which can transition or animate using a technique called number tweening or number morphing.
- NumericAnimatedLabel (⭐26) - Swift UIView for showing numeric label with incremental and decremental step animation while changing value. Useful for scenarios like displaying currency.
- Preloader.Ophiuchus (⭐877) - Custom Label to apply animations on whole text or letters.
- RQShineLabel (⭐2k) - Secret app like text animation
- SlidingText (⭐54) - Swift UIView for sliding text with page indicator.
- STULabel (⭐137) - A label view that's faster than UILabel and supports asynchronous rendering, links with UIDragInteraction, very flexible text truncation, Auto Layout, UIAccessibility and more.
- THLabel (⭐673) - UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
- TOMSMorphingLabel (⭐1.9k) - Configurable morphing transitions between text values of a label.
- TriLabelView (⭐170) - A triangle shaped corner label view for iOS written in Swift.
- TTTAttributedLabel (⭐8.7k) - A drop-in replacement for UILabel that supports attributes, data detectors, links, and more
- UICountingLabel (⭐1.9k) - Adds animated counting support to UILabel.
- ZCAnimatedLabel (⭐2.3k) - UILabel replacement with fine-grain appear/disappear animation
Login
Pre-built login UIs and authentication flows.
- Cely - Plug-n-Play login framework written in Swift.
- LFLoginController (⭐157) - Customizable login screen, written in Swift.
- LoginKit - LoginKit is a quick and easy way to add a Login/Signup UX to your iOS app.
Menu
Side menus, drop-downs, context menus and navigation drawers.
- AirBar - UIScrollView driven expandable menu written in Swift 3.
- AKSideMenu - Beautiful iOS side menu library with parallax effect.
- ALRadialMenu (⭐51) - A radial/circular menu featuring spring animations. Written in swift
- AZDropdownMenu - An easy to use dropdown menu that supports images.
- BTNavigationDropdownMenu (⭐2.7k) - The elegant dropdown menu, written in Swift, appears underneath navigation bar to display a list of related items when a user click on the navigation title.
- cariocamenu (⭐777) - The fastest zero-tap iOS menu.
- CategorySliderView (⭐347) - slider view for choosing categories. add any UIView type as category item view. Fully customisable
- CircleBar - 🔶 A fun, easy-to-use tab bar navigation controller for iOS.
- CircleMenu (⭐3.4k) - An animated, multi-option menu button.
- Context-Menu.iOS (⭐1.8k) - You can easily add awesome animated context menu to your app.
- ContextMenu (⭐978) - An iOS context menu UI inspired by Things 3.
- DropDown (⭐2.5k) - A Material Design drop down for iOS
- DropDownMenuKit - A simple, modular and highly customizable UIKit menu, that can be attached to the navigation bar or toolbar, written in Swift.
- Dropdowns (⭐308) - 💧 Dropdown in Swift
- DTPagerController (⭐289) - A fully customizable container view controller to display set of ViewControllers in horizontal scroller
- EEJSelectMenu - Single selection menu with cool animations, responsive with all screen sizes.
- ENSwiftSideMenu (⭐1.8k) - A simple side menu for iOS 7/8 written in Swift.
- ExpandingMenu (⭐459) - ExpandingMenu is menu button for iOS written in Swift.
- FanMenu (⭐726) - Menu with a circular layout based on Macaw.
- FAPanels (⭐845) - FAPanels for transition
- FlowingMenu (⭐975) - Interactive view transition to display menus with flowing and bouncing effects in Swift
- FrostedSidebar (⭐423) - Hamburger Menu using Swift and iOS 8 API's
- GuillotineMenu (⭐2.9k) - Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
- IGCMenu (⭐139) - Grid and Circular menu with animation.Easy to customise.
- IGLDropDownMenu (⭐1.2k) - An iOS drop down menu with pretty animation and easy to customize.
- InteractiveSideMenu (⭐701) - Customizable iOS Interactive Side Menu written in Swift 3.
- JNDropDownMenu (⭐65) - Easy to use tableview style drop down menu with multi-column support written in Swift3.
- KWDrawerController (⭐157) - Drawer view controller that easy to use!
- KYGooeyMenu (⭐1.9k) - A not bad gooey effects menu.
- LLSlideMenu (⭐585) - This is a spring slide menu for iOS apps
- MediumMenu (⭐314) - A menu based on Medium iOS app.
- MenuItemKit (⭐846) - UIMenuItem with image and block(closure)
- MKDropdownMenu (⭐526) - A Dropdown Menu for iOS with many customizable parameters to suit any needs.
- PageMenu (⭐5.2k) - A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)
- PagingKit (⭐1.4k) - PagingKit provides customizable menu UI It has more flexible layout and design than the other libraries.
- Panels (⭐1.5k) - Panels is a framework to easily add sliding panels to your application.
- Parchment (⭐3.5k) - A paging view controller with a highly customizable menu. Built on UICollectionView, with support for custom layouts and infinite data sources.
- Persei (⭐3.4k) - Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
- PopMenu (⭐887) - PopMenu is pop animation menu inspired by Sina weibo / NetEase app.
- RadialMenu (⭐301) - RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP
- RESideMenu (⭐7k) - iOS 7/8 style side menu with parallax effect inspired by Dribbble shots.
- RevealMenuController (⭐23) - Expandable item groups, custom position and appearance animation. Similar to ActionSheet style.
- RHSideButtons (⭐167) - Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu.
- Side-Menu.iOS (⭐2.7k) - Animated side menu with customizable UI
- SideMenu (⭐5.8k) - Simple side menu control in Swift inspired by Facebook. Right and Left sides. Lots of customization and animation options. Can be implemented in Storyboard with no code.
- SideMenuController (⭐1.2k) - A side menu controller written in Swift
- SlideMenuControllerSwift (⭐3.4k) - iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure Swift.
- SPLarkController (⭐987) - Settings screen with buttons and switches.
- SSASideMenu (⭐594) - A Swift implementation of RESideMenu. A iOS 7/8 style side menu with parallax effect.
- Swift-CircleMenu (⭐123) - Rotating circle menu written in Swift 3.
- Swift-Slide-Menu (⭐89) - A Slide Menu, written in Swift, inspired by Slide Menu Material Design.
- SwiftyMenu (⭐583) - A Simple and Elegant DropDown menu for iOS 🔥💥
- SwiftySideMenu (⭐83) - SwiftySideMenu is a lightweight and easy to use side menu controller to add left menu and center view controllers with scale animation based on Pop framework.
- SwipeMenuViewController (⭐1.3k) - Swipable tab and menu View and ViewController.
- UIMenuScroll (⭐21) - Creating the horizontal swiping navigation how on Facebook Messenger.
- VHBoomMenuButton (⭐580) - A menu which can ... BOOM!
- ViewDeck (⭐5.3k) - An implementation of the sliding functionality found in the Path 2.0 or Facebook iOS apps.
- VLDContextSheet (⭐174) - Context menu similar to the one in the Pinterest iOS app
- XXXRoundMenuButton (⭐394) - A simple circle style menu.
- YNDropDownMenu (⭐1.3k) - Adorable iOS drop down menu with Swift3.
Navigation Bar
Customizable navigation bars and top-of-screen UI components.
- AMScrollingNavbar (⭐6k) - Scrollable UINavigationBar that follows the scrolling of a UIScrollView
- BusyNavigationBar (⭐984) - A UINavigationBar extension to show loading effects
- HidingNavigationBar (⭐1k) - Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
- KDInteractiveNavigationController (⭐153) - A UINavigationController subclass that support pop interactive UINavigationbar with hidden or show.
- KMNavigationBarTransition (⭐3.4k) - A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations.
- LTNavigationBar (⭐4.4k) - UINavigationBar Category which allows you to change its appearance dynamically
- NavKit (⭐37) - Simple and integrated way to customize navigation bar experience on iOS app.
- RainbowNavigation (⭐779) - An easy way to change backgroundColor of UINavigationBar when Push & Pop
- TONavigationBar (⭐252) - A simple subclass that adds the ability to set the navigation bar background to 'clear' and gradually transition it visibly back in, similar to the effect in the iOS Music app.
PickerView
Customizable picker views and selection controls.
- ActionSheetPicker-3.0 (⭐3.4k) - Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
- ADDatePicker (⭐170) - A fully customizable iOS Horizontal PickerView library, written in pure swift.
- AIDatePickerController (⭐91) - 📅 UIDatePicker modally presented with iOS 7 custom transitions.
- CountryPicker (⭐213) - 📅 UIPickerView with Country names flags and phoneCodes
- CountryPickerView (⭐512)- A simple, customizable view for efficiently collecting country information in iOS apps
- CZPicker (⭐524) - A picker view shown as a popup for iOS.
- D2PDatePicker (⭐300) - Elegant and Easy-to-Use iOS Swift Date Picker
- DatePickerDialog (⭐590) - Date picker dialog for iOS
- Mandoline (⭐887) - An iOS picker view to serve all your "picking" needs
- McPicker (⭐215) - A customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
- MICountryPicker (⭐90) - Swift country picker with search option.
- PickerView (⭐527) - A customizable alternative to UIPickerView in Swift.
- planet (⭐72) - A country picker
- SKCountryPicker (⭐314) - A simple, customizable Country picker for picking country or dialing code.
Popup
Popups, modals, bottom sheets and overlay components.
- AZDialogViewController (⭐766) - A highly customizable alert dialog controller that mimics Snapchat's alert dialog.
- FFPopup (⭐862) - ⛩FFPopup is a lightweight library for presenting custom views as a popup.
- LNPopupController (⭐3.1k) - a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
- MIBlurPopup (⭐599) - MIBlurPopup let you create amazing popups with a blurred background.
- MijickPopups (⭐1.8k) - Popups, popovers, sheets, alerts, toasts, banners, (...) presentation made simple. Written with and for SwiftUI.
- NMPopUpView (⭐194) - Simple iOS class for showing nice popup windows. Swift and Objective-C versions available.
- Popover (⭐2.1k) - Popover is a balloon library like Facebook app. It is written in pure swift.
- PopupController (⭐337) - A customizable controller for showing temporary popup view.
- PopupDialog (⭐4k) - A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertControllers alert style.
- PopupView (⭐4k) - Toasts and popups library written with SwiftUI.
- PopupWindow (⭐416) - PopupWindow is a simple Popup using another UIWindow in Swift.
- Presentr (⭐3.1k) - Wrapper for custom ViewController presentations in iOS 8+
- SelectionDialog (⭐116) - Simple selection dialog.
- SHPopup (⭐37) - SHPopup is a simple lightweight library for popup view.
- STPopup (⭐2.6k) - STPopup provides a UINavigationController in popup style, for both iPhone and iPad.
- SubscriptionPrompt (⭐236) - Subscription View Controller like the Tinder uses
- SwiftEntryKit (⭐6.8k) - A highly customizable popups, alerts and banners presenter for iOS. It offers various presets and is written in pure Swift.
ProgressView
Progress bars and determinate progress indicators.
- GradientCircularProgress (⭐545) - Customizable progress indicator library in Swift.
- ProgressMeter (⭐108) - Display the progress on a meter with customized annotations for iOS developed in Swift
- ProgressUI (⭐88) - A highly customizable and animated circular/linear progress indicator for SwiftUI. Supports dynamic coloring, spinner mode, multiple sizes, and easy appearance customization.
Pull to Refresh
Pull-to-refresh controls and animations.
- ADChromePullToRefresh (⭐264) - Chrome iOS app style pull to refresh with multiple actions.
- BOZPongRefreshControl - A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app
- BreakOutToRefresh (⭐2.5k) - A playable pull to refresh view using SpriteKit.
- CBStoreHouseRefreshControl (⭐3.9k) - Fully customizable pull-to-refresh control inspired by Storehouse iOS app
- CRRefresh (⭐959) - An easy way to use pull-to-refresh.
- DGElasticPullToRefresh (⭐3.8k) - Elastic pull to refresh for iOS developed in Swift
- ESPullToRefresh (⭐1.8k) - Customisable pull-to-refresh, including nice animation on the top
- GIFRefreshControl (⭐160) - GIFRefreshControl is a pull to refresh that supports GIF images as track animations.
- HTPullToRefresh (⭐41) - Easily add vertical and horizontal pull to refresh to any UIScrollView. Can also add multiple pull-to-refesh views at once.
- KafkaRefresh (⭐1.2k) - Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
- MJRefresh (⭐14k) An easy way to use pull-to-refresh.
- mntpulltoreact (⭐768) - One gesture, many actions. An evolution of Pull to Refresh.
- PullToBounce (⭐1.9k) - Animated "Pull To Refresh" Library for UIScrollView.
- PullToMakeSoup (⭐1.9k) - Custom animated pull-to-refresh that can be easily added to UIScrollView
- PullToRefreshCoreText (⭐310) - PullToRefresh extension for all UIScrollView type classes with animated text drawing style
- PullToRefreshSwift (⭐535) - iOS Simple Cool PullToRefresh Library. It is written in pure swift.
- RainyRefreshControl (⭐673) - Simple refresh control for iOS inspired by concept.
- ReplaceAnimation (⭐940) - Pull-to-refresh animation in UICollectionView with a sticky header flow layout, written in Swift
- SurfingRefreshControl (⭐55) - Inspired by CBStoreHouseRefreshControl.Customizable pull-to-refresh control,written in pure Swift
- SVPullToRefresh (⭐4.8k) - Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code. http://samvermette.com/314
- UzysAnimatedGifPullToRefresh (⭐1.4k) - Add PullToRefresh using animated GIF to any scrollView with just simple code
Rating Stars
Star ratings and review-input controls.
- Cosmos (⭐2.2k) - A star rating control for iOS / Swift
- FloatRatingView (⭐545) - Whole, half or floating point ratings control written in Swift
- HCSStarRatingView (⭐1.3k) - Simple star rating view for iOS written in Objective-C
- MBRateApp (⭐47) - A groovy app rate stars screen for iOS written in Swift
- RPInteraction (⭐29) - Review page interaction - handy and pretty way to ask for review.
- StarryStars (⭐173) - StarryStars is iOS GUI library for displaying and editing ratings
- TTGEmojiRate (⭐287) - An emoji-liked rating view for iOS, implemented in Swift.
ScrollView
Custom UIScrollView subclasses and scrolling helpers.
- AppStoreStyleHorizontalScrollView (⭐656) - App store style horizontal scroll view.
- CrownControl (⭐110) - Inspired by the Apple Watch Digital Crown, CrownControl is a tiny accessory view that enables scrolling through scrollable content without lifting your thumb.
- GoAutoSlideView (⭐59) - GoAutoSlideView extends UIScrollView by featuring infinitely and automatically slide.
- PullToDismiss (⭐486) - You can dismiss modal viewcontroller by pulling scrollview or navigationbar in Swift.
- ScrollingFollowView (⭐190) - ScrollingFollowView is a simple view which follows UIScrollView scrolling.
- SegementSlide (⭐1.3k) - Multi-tier UIScrollView nested scrolling solution.
- ShelfView-iOS (⭐268) - iOS custom view to display books on shelf
- SlideController (⭐431) - SlideController is simple and flexible UI component completely written in Swift. It is a nice alternative for UIPageViewController built using power of generic types.
- SpreadsheetView (⭐3.5k) - Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, Gantt chart or timetable as if you are using Excel.
- UIScrollView-InfiniteScroll (⭐1.1k) - UIScrollView infinite scroll category.
- VegaScroll (⭐2.9k) - VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9
Segmented Control
Segmented controls and tab-style selectors.
- AKASegmentedControl (⭐382) - :chocolate_bar: Fully customizable Segmented Control for iOS.
- BetterSegmentedControl (⭐2.4k) - An easy to use, customizable replacement for UISegmentedControl & UISwitch.
- DGRunkeeperSwitch (⭐1.9k) - Runkeeper design switch control (two part segment control)
- DynamicMaskSegmentSwitch (⭐309) - A segment switcher with dynamic text mask effect
- HMSegmentedControl (⭐4.1k) - A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
- LUNSegmentedControl (⭐349) - Customizable segmented control with interactive animation.
- MultiSelectSegmentedControl (⭐301) - adds Multiple-Selection to the standard
UISegmentedControl. - PinterestSegment (⭐693) - A Pinterest-like segment control with masking animation.
- SJFluidSegmentedControl (⭐964) - A segmented control with custom appearance and interactive animations. Written in Swift 3.0.
- TwicketSegmentedControl (⭐1.8k) - Custom UISegmentedControl replacement for iOS, written in Swift.
- YUSegment (⭐109) - A customizable segmented control for iOS. Supports both text and image.
Slider
UISlider subclasses and custom slider controls.
- AGCircularPicker (⭐626) - AGCircularPicker is helpful component for creating a controller aimed to manage any calculated parameter.
- ASValueTrackingSlider (⭐1.8k) - A UISlider subclass that displays the slider value in a popup view
- CircleSlider (⭐147) - CircleSlider is a Circular slider library. written in pure Swift.
- CircularSlider (⭐256) - A powerful Circular Slider. It's written in Swift, it's 100% IBDesignable and all parameters are IBInspectable.
- Fluid Slider (⭐2k) - A slider widget with a popup bubble displaying the precise value selected.
- HGCircularSlider (⭐2.6k) - A custom reusable circular slider control for iOS application.
- IntervalSlider (⭐67) - IntervalSlider is a slider library like ReutersTV app. written in pure swift.
- JDSlider (⭐85) - An iOS Slider written in Swift.
- MARKRangeSlider (⭐184) - A custom reusable slider control with 2 thumbs (range slider).
- MMSegmentSlider (⭐48) - Customizable animated slider for iOS.
- MTCircularSlider (⭐140) - A feature-rich circular slider control.
- MultiSlider (⭐539) - UISlider clone with multiple thumbs and values, optional snap intervals, optional value labels.
- RangeSeekSlider (⭐758) - A customizable range slider for iOS.
- RangeSlider (⭐365) - A simple range slider made in Swift
- SectionedSlider (⭐368) - Control Center Slider.
- SnappingSlider (⭐574) - A beautiful slider control for iOS built purely upon Swift
- StepSlider (⭐577) - StepSlider its custom implementation of slider such as UISlider for preset integer values.
- TTRangeSlider (⭐956) - A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
- VerticalSlider (⭐78) - VerticalSlider is a vertical implementation of the UISlider slider control.
- VolumeControl (⭐83) - Custom volume control for iPhone featuring a well-designed round slider.
- WESlider (⭐89) - Simple and light weight slider with chapter management
Splash View
Launch screens, splash views and loading animations.
- CBZSplashView (⭐1.5k) - Twitter style Splash Screen View. Grows to reveal the Initial view behind.
- RevealingSplashView (⭐1.2k) - A Splash view that animates and reveals its content, inspired by Twitter splash
- SKSplashView (⭐470) - Create custom animated splash views similar to the ones in the Twitter, Uber and Ping iOS app.
Status Bar
Status bar customization and overlay utilities.
- Bartinter (⭐1.7k) - Status bar tint depending on content behind, updates dynamically.
Stepper
UIStepper subclasses and increment/decrement controls.
- barceloneta (⭐72) - The right way to increment/decrement values with a simple gesture on iOS.
- GMStepper (⭐921) - A stepper with a sliding label in the middle.
- PFStepper (⭐24) - May be the most elegant stepper you have ever had!
- SMNumberWheel (⭐24) - A custom control written in Swift, which is ideal for picking numbers very fast but yet very accurate using a rotating wheel
- SnappingStepper (⭐426) - An elegant alternative to the UIStepper written in Swift
- ValueStepper (⭐401) - A Stepper object that displays its value.
Switch
Custom UISwitch replacements and toggle controls.
- AIFlatSwitch (⭐970) - A flat component alternative to UISwitch on iOS
- AnimatedSwitch (⭐245) - UISwitch which paints over the parent view with the color in Swift.
- JTMaterialSwitch (⭐318) - A customizable switch UI with ripple effect and bounce animations, inspired from Google's Material Design.
- PMZSwitch (⭐116) - Yet another animated toggle
- RAMPaperSwitch (⭐2.9k) - RAMPaperSwitch is a Swift module which paints over the parent view when the switch is turned on.
- SevenSwitch (⭐773) - iOS7 style drop in replacement for UISwitch.
- Switch (⭐148) - An iOS switch control implemented in Swift with full Interface Builder support.
- Switcher (⭐210) - Swift - Custom UISwitcher with animation when change status
- TKSwitcherCollection (⭐920) - An animate switch collection
- ViralSwitch (⭐331) - A UISwitch that infects its superview with its tint color.
Tab Bar
Customizable tab bars and tab-navigation components.
- adaptive-tab-bar (⭐2k) - AdaptiveController is a 'Progressive Reduction' Swift module for adding custom states to Native or Custom iOS UI elements
- animated-tab-bar (⭐11k) - RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items.
- AnimatedTabBar (⭐537) - A tabbar with number of preset animations. Written with SwiftUI.
- AZTabBarController (⭐343) - A custom tab bar controller for iOS written in Swift 3.0
- BATabBarController (⭐1.1k) - A TabBarController with a unique animation for selection
- BEKCurveTabbar (⭐185) - compatible with XCode +10 and fully customizable via Interface_Builder panel. BEKCurveTabBar derived UITabBar class and compatible with every iOS devices.
- ColorMatchTabs (⭐1.4k) - Interesting way to display tabs
- ESTabBarController (⭐127) - A tab bar controller for iOS that allows highlighting buttons and setting custom actions to them.
- ExpandedTabBar (⭐308) - Very creative designed solution for "more" items in UITabBarController
- FoldingTabBar.iOS (⭐3.7k) - Folding Tab Bar and Tab Bar Controller
- GGTabBar (⭐156) - Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy.
- GooeyTabbar (⭐936) - A gooey effect tabbar
- KYWheelTabController (⭐119) - KYWheelTabController is a subclass of UITabBarController.It displays the circular menu instead of UITabBar.
- MiniTabBar (⭐163) - A clean simple alternative to the UITabBar
- Pager (⭐233) - Easily create sliding tabs with Pager
- ScrollPager (⭐508) - A scroll pager that displays a list of tabs (segments) and manages paging between given views
- Segmentio (⭐2.5k) - Animated top/bottom segmented control written in Swift.
- SmoothTab (⭐105) - Smooth customizable tabs for iOS apps.
- SMSwipeableTabView (⭐57) - Swipeable Views with Tabs (Like Android SwipeView With Tabs Layout)
- SSCustomTabMenu (⭐78) Simple customizable iOS bottom menu with Tabbar.
- SuperBadges (⭐54) - Add emojis and colored dots as badges for your Tab Bar buttons
- SwipeableTabBarController (⭐1.5k) - UITabBarController with swipe interaction between its tabs.
- SwipeViewController (⭐652) - SwipeViewController is a Swift modification of RKSwipeBetweenViewControllers - navigate between pages / ViewControllers
- TabDrawer (⭐499) - Customizable TabBar UI element that allows you to run a block of code upon TabBarItem selection, written in Swift
- Tabman (⭐2.9k) - A powerful paging view controller with indicator bar for iOS.
- TabPageViewController (⭐1.4k) - Paging view controller and scroll tab view.
- WormTabStrip (⭐188) Beatiful ViewPager For iOS written in Swift (inspired by Android SmartTabLayout (⭐7.1k))
- XLPagerTabStrip (⭐7k) - Android PagerTabStrip for iOS.
Table View / Collection View
Tools and components for UITableView and UICollectionView.
Table View
UITableView helpers, data-source abstractions and cell utilities.
- AMWaveTransition (⭐2.4k) - Custom transition between viewcontrollers holding tableviews.
- AZTableViewController (⭐75) - Elegant and easy way to integrate pagination with dummy views.
- Bohr (⭐1.3k) - Bohr allows you to set up a settings screen for your app with three principles in mind: ease, customization and extensibility.
- BWSwipeRevealCell (⭐68) - A Swift library for swipeable table cells
- CascadingTableDelegate (⭐905) - A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
- ConfigurableTableViewController (⭐267) - Typed, yet Flexible Table View Controller https://holko.pl/2016/01/05/typed-table-view-controller/
- DTTableViewManager (⭐451) - Protocol-oriented UITableView management, powered by generics and associated types.
- FlexibleTableViewController (⭐9) - Swift library of generic table view controller with external data processing of functionality, like determine cell's reuseIdentifier related to indexPath, configuration of requested cell for display and cell selection handler
- HoverConversion (⭐162) - HoverConversion realized vertical paging with UITableView. UIViewController will be paging when reaching top or bottom of UITableView contentOffset.
- ios-dragable-table-cells (⭐51) - Support for drag-n-drop of UITableViewCells in a navigation hierarchy of view controllers. You drag cells by tapping and holding them.
- Lightning-Table (⭐28) - A declarative api for working with UITableView.
- MCSwipeTableViewCell (⭐2.9k) - :point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
- MGSwipeTableCell (⭐6.9k) - UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
- MYTableViewIndex (⭐524) - A pixel perfect replacement for UITableView section index, written in Swift
- OKTableViewLiaison (⭐84) - Framework to help you better manage UITableView configuration.
- preview-transition (⭐2.1k) - PreviewTransition is a simple preview gallery controller
- QuickTableViewController (⭐558) - A simple way to create a UITableView for settings in Swift.
- ReverseExtension (⭐1.7k) - A UITableView extension that enables cell insertion from the bottom of a table view.
- RHPreviewCell (⭐384) - I envied so much Spotify iOS app this great playlist preview cell. Now you can give your users ability to quick check "what content is hidden under your UITableViewCell".
- SAInboxViewController (⭐296) - UIViewController subclass inspired by "Inbox by google" animated transitioning.
- SelectionList (⭐124) - Simple single-selection or multiple-selection checklist, based on UITableView.
- Static (⭐1.2k) - Simple static table views for iOS in Swift.
- StaticTableViewController (⭐25) - Dynamically hide / show cells of static UITableViewController.
- SwiftReorder (⭐407) - Add drag-and-drop reordering to any table view with just a few lines of code. Robust, lightweight, and completely customizable. [e]
- SwipeCellKit (⭐6.3k) - Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.
- SWTableViewCell (⭐7.1k) - An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
- TableFlip (⭐558) - A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻
- TableKit (⭐703) - Type-safe declarative table views with Swift
- TableViewDragger (⭐543) - A cells of UITableView can be rearranged by drag and drop.
- ThunderTable (⭐21) - A simple declarative approach to UITableViewController management using a protocol-based approach.
- TimelineTableViewCell (⭐1.3k) - Simple timeline view implemented by UITableViewCell written in Swift 3.0.
- TORoundedTableView (⭐162) - A subclass of UITableView that styles it like Settings.app on iPad
- VBPiledView (⭐169) - Simple and beautiful stacked UIView to use as a replacement for an UITableView, UIImageView or as a menu
- VTMagic (⭐1.8k) - VTMagic is a page container library for iOS.
- YXTPageView (⭐69) - A PageView, which supporting scrolling to transition between a UIView and a UITableView.
- ZYThumbnailTableView (⭐936) - a TableView have thumbnail cell only, and you can use gesture let it expands other expansionView, all diy
Collection View
UICollectionView helpers and advanced collection layouts.
- ASCollectionView (⭐371) - A Swift collection view inspired by Airbnb.
- AZCollectionViewController (⭐97) - Easy way to integrate pagination with dummy views in CollectionView, make Instagram Discover within minutes.
- CampcotCollectionView (⭐186) - CampcotCollectionView is a custom UICollectionView written in Swift that allows to expand and collapse sections. It provides a simple API to manage collection view appearance.
- Carbon (⭐1.4k) - 🚴 A declarative library for building component-based user interfaces in UITableView and UICollectionView.
- CollectionKit (⭐4.5k) - A modern Swift framework for building reusable data-driven collection components.
- Conv (⭐159) - Conv smart represent UICollectionView data structure more than UIKit.
- DataSources (⭐574) - Type-safe data-driven List-UI Framework. (We can also use ASCollectionNode)
- DiffableDataSources (⭐857) - A library for backporting UITableView/UICollectionViewDiffableDataSource.
- DisplaySwitcher (⭐2.3k) - Custom transition between two collection view layouts
- Dwifft (⭐1.9k) - Swift Diff
- EditDistance (⭐92) - Incremental update tool for UITableView and UICollectionView
- FlexibleCollectionViewController (⭐4) - Swift library of generic collection view controller with external data processing of functionality, like determine cell's reuseIdentifier related to indexPath, configuration of requested cell for display and cell selection handler etc
- GenericDataSource (⭐134) - A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
- GLTableCollectionView (⭐700) - Netflix and App Store like UITableView with UICollectionView
- IGListKit (⭐13k) - A data-driven UICollectionView framework for building fast and flexible lists.
- IQListKit (⭐69) - Model driven UITableView/UICollectionView.
- KDDragAndDropCollectionView (⭐530) - Dragging & Dropping data across multiple UICollectionViews.
- MEVFloatingButton (⭐295) - An iOS drop-in UITableView, UICollectionView and UIScrollView superclass category for showing a customizable floating button on top of it.
- MSPeekCollectionViewDelegateImplementation (⭐356) - A custom paging behavior that peeks the previous and next items in a collection view.
- PagingView (⭐314) - Infinite paging, Smart auto layout, Interface of similar to UIKit.
- Parade (⭐761) - Parallax Scroll-Jacking Effects Engine for iOS / tvOS.
- PJFDataSource (⭐87) - PJFDataSource is a small library that provides a simple, clean architecture for your app to manage its data sources while providing a consistent user interface for common content states (i.e. loading, loaded, empty, and error).
- Preheat (⭐626) - Automates prefetching of content in UITableView and UICollectionView
- Reusable (⭐3k) - A Swift mixin for UITableViewCells and UICollectionViewCells
- Sapporo (⭐247) - Cellmodel-driven collectionview manager
- SectionScrubber (⭐188) - A component to quickly scroll between collection view sections
- SimpleSource (⭐104) - Easy and type-safe iOS table and collection views in Swift.
- StableCollectionViewLayout (⭐70) - This layout adjusts a content offset if the collection view is updated. You can insert, delete or reload items and StableCollectionViewLayout will take care of the content offset.
- Stefan (⭐47) - A guy that helps you manage collections and placeholders in easy way.
- StickyCollectionView-Swift (⭐327) - UICollectionView layout for presenting of the overlapping cells.
- SwiftSpreadSheet (⭐637) - Spreadsheet CollectionViewLayout in Swift. Fully customizable.
- ThunderCollection (⭐5) - A simple declarative approach to UICollectionViewController management using a protocol-based approach.
- TLIndexPathTools (⭐343) - TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.
Expandable Cell
Expandable and collapsible table/collection view cells.
- AEAccordion (⭐209) - UITableViewController with accordion effect (expand / collapse cells).
- CollapsibleTableSectionViewController (⭐355) - A swift library to support collapsible sections in a table view.
- ExpandableCell (⭐769) - Fully refactored YNExapnadableCell with more concise, bug free. Awesome expandable, collapsible tableview cell for iOS.
- expanding-collection (⭐5.5k) - ExpandingCollection is a card peek/pop controller.
- ExpyTableView (⭐369) - Make your table view expandable just by implementing one method.
- folding-cell (⭐10k) - FoldingCell is an expanding content cell inspired by folding paper material
- FTFoldingPaper (⭐33) - Emulates paper folding effect. Can be integrated with UITableView or used with other UI components.
- Savory (⭐5) - A swift accordion view implementation.
- ThreeLevelAccordian (⭐43) - This is a customisable three level accordian with options for adding images and accessories images.
- YNExpandableCell (⭐451) - Awesome expandable, collapsible tableview cell for iOS.
Header
Custom section headers and floating-header helpers.
- CSStickyHeaderFlowLayout (⭐5k) - UICollectionView replacement of UITableView. Do even more like Parallax Header, Sticky Section Header.
- GSKStretchyHeaderView (⭐1.7k) - Configurable yet easy to use stretchy header view for UITableView and UICollectionView.
- ParallaxTableViewHeader (⭐1.4k) - Parallax scrolling effect on UITableView header view when a tableView is scrolled.
Placeholder
Empty-state and placeholder views for lists and collections.
- DZNEmptyDataSet (⭐12k) - A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.
- HGPlaceholders (⭐2.2k) - Nice library to show and create placeholders and Empty States for any UITableView/UICollectionView in your project
- ListPlaceholder (⭐634) - ListPlaceholder is a swift library allows you to easily add facebook style animated loading placeholder to your tableviews or collection views
- WLEmptyState (⭐318) - A component that lets you customize the view when the dataset of UITableView is empty.
Collection View Layout
Custom collection view layouts: waterfall, circular, tag-cloud and more.
- AZSafariCollectionViewLayout (⭐211) - AZSafariCollectionViewLayout is replica of safari browser history page layout. very easy to use, IBInspectable are given for easy integration.
- Blueprints (⭐987) - A framework that is meant to make your life easier when working with collection view flow layouts.
- BouncyLayout (⭐4.3k) - BouncyLayout is a collection view layout that makes your cells bounce.
- CenteredCollectionView (⭐1.5k) - A lightweight UICollectionViewLayout that 'pages' and centers it's cells 🎡 written in Swift.
- CHTCollectionViewWaterfallLayout (⭐4.6k) - The waterfall (i.e., Pinterest-like) layout for UICollectionView.
- CollectionViewSlantedLayout (⭐2.3k) - UICollectionViewLayout with slanted content
- FMMosaicLayout (⭐586) - A drop-in mosaic collection view layout with a focus on simple customizations.
- mosaic-layout (⭐251) - A mosaic collection view layout inspired by Lightbox's Algorithm, written in Swift
- SquareMosaicLayout (⭐265) - An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations
- Swinflate (⭐229) - A bunch of layouts providing light and seamless experiences in your CollectionView.
- TLLayoutTransitioning (⭐353) - Enhanced transitioning between UICollectionView layouts in iOS.
- UICollectionViewSplitLayout (⭐239) - UICollectionViewSplitLayout makes collection view more responsive.
Tag
Tag input fields, chip controls and tag-cloud views.
- AKMaskField (⭐343) - AKMaskField is UITextField subclass which allows enter data in the fixed quantity and in the certain format.
- AMTagListView (⭐757) - UIScrollView subclass that allows to add a list of highly customizable tags.
- PARTagPicker (⭐366) - This pod provides a view controller for choosing and creating tags in the style of wordpress or tumblr.
- RKTagsView (⭐446) - Highly customizable iOS tags view (like NSTokenField). Supports editing, multiple selection, Auto Layout and much more.
- SFFocusViewLayout (⭐1.8k) - UICollectionViewLayout with focused content.
- TagCellLayout (⭐356) - UICollectionView layout for Tags with Left, Center & Right alignments.
- TagListView (⭐2.7k) - Simple and highly customizable iOS tag list view, in Swift.
- TTGTagCollectionView (⭐1.9k) - Show simple text tags or custom tag views in a vertical scrollable view.
- WSTagsField (⭐1.3k) - An iOS text field that represents different Tags.
- YNSearch (⭐1.2k) - Awesome fully customizable search view like Pinterest written in Swift 3.
TextField & TextView
UITextField and UITextView subclasses with added functionality.
- ALTextInputBar (⭐261) - An auto growing text input bar for messaging apps.
- AnimatedTextInput (⭐757) - Animated UITextField and UITextView replacement for iOS.
- ARAutocompleteTextView (⭐264) - subclass of UITextView that automatically displays text suggestions in real-time. Perfect for email Textviews.
- AutocompleteField (⭐663) - Add word completion to your UITextFields.
- AutoCompleteTextField (⭐65) - Auto complete with suggestion textfield.
- AwesomeTextField (⭐235) - Awesome TextField is a nice and simple library for iOS. It's highly customisable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
- CBPinEntryView (⭐187) - A customisable view written in Swift 4.2 for any pin, code or password entry. Supports one time codes in iOS 12.
- CHIOTPField (⭐281) - A set of textfields that can be used for One-time passwords, SMS codes, PIN codes, etc.
- CocoaTextField (⭐273) - UITextField created according to the Material.IO guidelines of 2019.
- CurrencyTextField (⭐51) - UITextField that automatically formats text to display in the currency format.
- DTTextField (⭐333) - DTTextField is a custom textfield with floating placeholder and error label in Swift3.0.
- GrowingTextView (⭐1.1k) - An UITextView in Swift3 and Swift2.3. Support auto growing, placeholder and length limit.
- HTYTextField (⭐310) - A UITextField with bouncy placeholder.
- InputBarAccessoryView (⭐1.3k) - A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments.
- InstantSearch iOS (⭐611) - A library of widgets and helpers to build instant-search applications on iOS.
- IQDropDownTextField (⭐313) - TextField with DropDown support using UIPickerView.
- JVFloatLabeledTextField (⭐7.2k) - UITextField subclass with floating labels.
- KMPlaceholderTextView (⭐801) - A UITextView subclass that adds support for multiline placeholder written in Swift.
- MBAutoGrowingTextView (⭐125) - An auto-layout base UITextView subclass which automatically grows with user input and can be constrained by maximal and minimal height - all without a single line of code.
- MeasurementTextField (⭐16) - UITextField-based control for (NS)Measurement values input.
- MLPAutoCompleteTextField (⭐1.2k) - a subclass of UITextField that behaves like a typical UITextField with one notable exception: it manages a drop down table of autocomplete suggestions that update as the user types.
- ModernSearchBar (⭐186) - The famous iOS search bar with auto completion feature implemented.
- MVAutocompletePlaceSearchTextField (⭐67) - A drop-in Autocompletion control for Place Search like Google Places, Uber, etc.
- NextGrowingTextView (⭐1.8k) - The next in the generations of 'growing textviews' optimized for iOS 7 and above.
- NxEnabled (⭐33) - Library which allows you binding
enabledproperty of button with textable elements (TextView, TextField). - PasswordTextField (⭐311) - A custom TextField with a switchable icon which shows or hides the password and enforce good password policies.
- PLCurrencyTextField (⭐96) - UITextField that support currency in the right way.
- PYSearch (⭐3.8k) - An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad).
- Reel Search (⭐2.5k) - RAMReel is a controller that allows you to choose options from a list.
- RPFloatingPlaceholders (⭐1.1k) - UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text.
- RSFloatInputView (⭐101) - A Float Input View with smooth animation and supporting icon and seperator written with Swift.
- RSKGrowingTextView (⭐1.1k) - A light-weight UITextView subclass that automatically grows and shrinks.
- RSKPlaceholderTextView (⭐239) - A light-weight UITextView subclass that adds support for placeholder.
- SearchTextField (⭐1.1k) - UITextField subclass with autocompletion suggestions list.
- SelectableTextView (⭐627) - A text view that supports selection and expansion.
- SkyFloatingLabelTextField (⭐4.1k) - A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
- StatefulViewController (⭐2.1k) - Placeholder views based on content, loading, error or empty states.
- Streamoji (⭐250) - Custom emoji rendering library with support for GIFs and images, UITextView extension.
- styled-text (⭐232) - Declarative text styles and streamlined Dynamic Type support for iOS.
- Tagging (⭐126) - TextView that provides easy to use tagging feature for Mention or Hashtag.
- TaniwhaTextField (⭐26) - TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it.
- TextFieldCounter (⭐436) - UITextField character counter with lovable UX.
- TextFieldEffects (⭐6k) - Custom UITextFields effects inspired by Codrops, built using Swift.
- TJTextField (⭐43) - UITextField with underline and left image.
- TweeTextField (⭐490) - Lightweight set of text fields with nice animation and functionality.
- UITextField-Navigation (⭐441) - UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields.
- UITextField-Shake (⭐727) - UITextField category that adds shake animation. Also with Swift version
- VENTokenField (⭐790) - Easy-to-use token field that is used in the Venmo app.
- VMaskTextField (⭐380) - VMaskTextField is a library which create an input mask for iOS.
UIPageControl
UIPageControl alternatives and paging indicators.
- CHIPageControl (⭐3.5k) - A set of cool animated page controls to replace boring UIPageControl.
- Page-Control (⭐32) - Beautiful, animated and highly customizable UIPageControl alternative.
- PageControl (⭐117) - A nice, animated UIPageControl alternative.
- PageControls (⭐1.1k) - This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here.
- TKRubberIndicator (⭐1.5k) - Rubber Indicator in Swift.
Web View
WKWebView and UIWebView wrappers and helpers.
- Otafuku (⭐53) - Otafuku provides utility classes to use WKWebView in Swift.
- PTPopupWebView (⭐120) - PTPopupWebView is a simple and useful WebView for iOS, which can be popup and has many of the customized item.
- SVWebViewController (⭐2.6k) - A drop-in inline browser for your iOS app.
- SwiftWebVC (⭐328) - A drop-in inline browser for your Swift iOS app.
Utility
General-purpose utilities, extensions and Swiss-army helpers for iOS.
- Underscore.m (⭐1.5k) - A DSL for Data Manipulation.
- XExtensionItem (⭐85) - Easier sharing of structured data between iOS applications and share extensions.
- ReflectableEnum (⭐331) - Reflection for enumerations in Objective-C.
- ObjectiveSugar (⭐2.2k) - ObjectiveC additions for humans. Ruby style.
- OpinionatedC (⭐51) - Because Objective-C should have inherited more from Smalltalk.
- SwiftRandom (⭐556) - Generator for random data.
- RandomKit (⭐1.5k) - Random data generation in Swift.
- YOLOKit (⭐662) - Getting square objects down round holes.
- EZSwiftExtensions (⭐3k) - 😏 How Swift standard types and classes were supposed to work.
- Pantry (⭐826) - The missing light persistence layer for Swift.
- SwiftParsec (⭐229) - A parser combinator library written in the Swift programming language.
- OrderedSet (⭐254) - A Swift collection of unique, ordered objects.
- Datez (⭐262) - Swift library for dealing with
NSDate,NSCalendar, andNSDateComponents. - BFKit (⭐792) - An Objective-C collection of useful classes to develop Apps faster.
- BFKit-Swift (⭐1k) - A Swift collection of useful classes to develop Apps faster.
- Scale (⭐323) - Unit converter in Swift (available via CocoaPods).
- Standard Template Protocols (⭐376) - Protocols for your every day iOS needs.
- TimeLord (⭐8) - Easy DateTime (NSDate) management in Swift.
- AppVersionMonitor (⭐263) - Monitor iOS app version easily.
- Sugar (⭐1.1k) - Something sweet that goes great with your Cocoa.
- Then (⭐4.4k) - ✨ Super sweet syntactic sugar for Swift initializers.
- Kvitto (⭐296) - App Store Receipt Validation.
- Notificationz (⭐77) - Helping you own NSNotificationCenter in Swift.
- SwiftFoundation (⭐627) - Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux).
- libextobjc (⭐4.5k) - A Cocoa library to extend the Objective-C programming language.
- VersionTrackerSwift (⭐89) - Track which versions of your app a user has previously installed..
- DeviceGuru (⭐484) - DeviceGuru is a simple lib (Swift) to know the exact type of the device, e.g. iPhone 6 or iPhone 6s.
- AEAppVersion (⭐12) - Simple and Lightweight App Version Tracking for iOS written in Swift.
- BlocksKit (⭐6.8k) - The Objective-C block utilities you always wish you had.
- SwiftyUtils (⭐563) - All the reusable code that we need in each project.
- RateLimit (⭐908) - Simple utility for only executing code every so often.
- Outlets (⭐130) - Utility functions for validating IBOutlet and IBAction connections.
- EasyAbout (⭐55) - A way to easily add CocoaPods licenses and App Version to your iOS App using the Settings Bundle.
- Validated (⭐606) - A Swift μ-Library for Somewhat Dependent Types.
- Cent (⭐224) - Extensions for Swift Standard Types and Classes.
- AssistantKit (⭐583) - Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
- SwiftLinkPreview (⭐1.4k) - It makes a preview from an url, grabbing all the information such as title, relevant texts and images.
- BundleInfos (⭐1) - Simple getter for Bundle informations. like short version from bundle.
- YAML.framework (⭐246) - Proper YAML support for Objective-C based on
LibYAML. - ReadabilityKit (⭐836) - Metadata extractor for news, articles and full-texts in Swift.
- MissionControl-iOS (⭐113) - Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, macOS).
- SwiftTweaks (⭐1.4k) - Tweak your iOS app without recompiling!
- UnsupportedOSVersionAlert (⭐8) - Alerts users with a popup if they use an app with an unsupported version of iOS (e.g. iOS betas).
- SwiftSortUtils (⭐60) - This library takes a shot at making sorting in Swift more pleasant. It also allows you to reuse your old NSSortDescriptor instances in Swift.
- Retry (⭐496) - Haven't you wished for
tryto sometimes try a little harder? Meetretry. - ObjectiveKit (⭐838) - Swift-friendly API for Objective C runtime functions.
- MoyaSugar (⭐191) - Syntactic sugar for Moya.
- SwifterSwift (⭐15k) - A handy collection of more than 400 native Swift 4 extensions to boost your productivity.
- Eject (⭐520) - An eject button for Interface Builder to generate swift code.
- ContactsWrapper (⭐21) - Easy to use wrapper for both contacts and contacts group with Objective-C.
- XestiMonitors (⭐266) - An extensible monitoring framework written in Swift.
- OpenSourceController (⭐52) - The simplest way to display the libraries licences used in your application.
- App-Update-Tracker (⭐26) - Easily detect and run code upon app installation or update.
- ExtensionalSwift - Useful swift extensions in one place.
- InAppSettingsKit (⭐3.2k) - This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app.
- MMWormhole (⭐3.9k) - Message passing between iOS apps and extensions.
- DefaultStringConvertible (⭐120) - A default CustomStringConvertible implementation for Swift types.
- FluxCapacitor (⭐122) - FluxCapacitor makes implementing Flux design pattern easily with protocols and typealias.
- VTAcknowledgementsViewController (⭐854) - Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.
- Closures (⭐1.7k) - Swifty closures for UIKit and Foundation.
- WhatsNew (⭐1.5k) - Showcase new features after an app update similar to Pages, Numbers and Keynote.
- MKUnits (⭐341) - Unit conversion library for Swift.
- ActionClosurable (⭐123) - Extensions which helps to convert objc-style target/action to swifty closures.
- ios_system (⭐1k) - Drop-in replacement for system() in iOS programs.
- SwiftProvisioningProfile (⭐67) - Parse provisioning profiles into Swift models.
- Once (⭐47) - Minimalist library to manage one-off operations.
- ZamzamKit (⭐274) - A collection of micro utilities and extensions for Standard Library, Foundation and UIKit.
- DuctTape (⭐176) - KeyPath dynamicMemberLookup based syntax sugar for swift.
- ReviewKit (⭐28) - A framework which helps gatekeep review prompt requests – using SKStoreReviewController – to users who have had a good time using your app by logging positive and negative actions.
- SwiftBoost (⭐213) - Collection of Swift-extensions to boost development process.
User Consent
GDPR, tracking transparency and user-consent management libraries.
- PrivacyFlash Pro (⭐165) - Generate a privacy policy for your iOS app from its code
- SmartlookConsentSDK (⭐177) - Open source SDK which provides a configurable control panel where user can select their privacy options and store the user preferences for the app.
VR
Virtual reality SDKs and frameworks for iOS apps.
- 360 VR Player (⭐2.2k) - A open source, ad-free, native and universal 360 degree panorama video player for iOS.
- simple360player (⭐162) - Free & ad-free 360 VR Video Player. Flat or Stereoscopic. In Swift 2.
- Swifty360Player (⭐185) - iOS 360-degree video player streaming from an AVPlayer with Swift.
- VR Toolkit iOS (⭐89) - A sample project that provides the basics to create an interactive VR experience on iOS.
Walkthrough / Intro / Tutorial
Onboarding screens, walkthroughs and introductory tutorials.
- AlertOnboarding (⭐833) - A simple and handsome AlertView for onboard your users in your amazing world.
- AMPopTip (⭐3.3k) - An animated popover that pops out a given frame, great for subtle UI tips and onboarding.
- AwesomeSpotlightView (⭐322) - Tool to create awesome tutorials or educate user to use application. Or just highlight something on screen. Written in Swift.
- BWWalkthrough (⭐2.8k) - A class to build custom walkthroughs for your iOS App.
- ConcentricOnboarding (⭐1.6k) - SwiftUI library for a walkthrough or onboarding flow with tap actions.
- EAIntroView (⭐3.7k) - Highly customizable drop-in solution for introduction views.
- EasyTipView (⭐3.1k) - Fully customisable tooltip view in Swift.
- Gecco (⭐19) - Spotlight view for iOS.
- GHWalkThrough (⭐701) - A UICollectionView backed drop-in component for introduction views.
- ICETutorial (⭐786) - A nice tutorial like the one introduced in the Path 3.X App.
- InfoView (⭐60) - Swift based simple information view with pointed arrow.
- Instructions (⭐5.2k) - Easily add customizable coach marks into you iOS project.
- Intro (⭐33) - An iOS framework to easily create simple animated walkthrough, written in Swift.
- JazzHands (⭐6.4k) - Jazz Hands is a simple keyframe-based animation framework for UIKit. Animations can be controlled via gestures, scroll views, KVO, or ReactiveCocoa.
- Material Showcase iOS (⭐371) - An elegant and beautiful showcase for iOS apps.
- Minamo (⭐243) - Simple coach mark library written in Swift.
- MYBlurIntroductionView (⭐1.5k) - A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
- Onboard (⭐6.6k) - Easily create a beautiful and engaging onboarding experience with only a few lines of code.
- OnboardKit (⭐549) - Customisable user onboarding for your iOS app.
- paper-onboarding (⭐3.3k) - PaperOnboarding is a material design slider.
- Presentation (⭐3.1k) - Presentation helps you to make tutorials, release notes and animated pages.
- RazzleDazzle (⭐3.3k) - A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
- SwiftyOnboard (⭐1.3k) - A simple way to add onboarding to your project.
- SwiftyOnboardVC - Lightweight walkthrough controller thats uses view controllers as its subviews making the customization endless.
- SwiftyOverlay (⭐79) - Easy and quick way to show intro / instructions over app UI without any additional images in real-time!
- SwiftyWalkthrough (⭐372) - The easiest way to create a great walkthrough experience in your apps, powered by Swift.
- VideoSplashKit (⭐1.2k) - VideoSplashKit - UIViewController library for creating easy intro pages with background videos.
- WhatsNewKit (⭐4.3k) - Showcase your awesome new app features.
- WVWalkthroughView (⭐32) - Utility to easily create walkthroughs to help with user onboarding.
Websites
Essential websites for iOS developers to follow.
- Apple's Swift Blog
- ASCIIwwdc
- BGR
- Cocoa Controls - Open source UI components for iOS and macOS.
- Code Facebook
- Feeds for iOS Developer (⭐113) - The list of RSS feeds for iOS developers.
- iMore
- iOS Dev Nuggets
- iOS Developer and Designer interview (⭐1.6k) - A small guide to help those looking to hire a developer or designer for iOS work.
- iOS Programming Subreddit
- iOS8-day-by-day (⭐2.6k)
- iOS9-day-by-day (⭐1.4k)
- iOScreator
- Lifehacker
- Mathew Sanders
- Natasha The Robot
- NSHipster
- Objc.io
- Ohmyswift
- Point Free - A video series exploring functional programming and Swift.
- Roadmap.sh iOS Roadmap - A community created iOS Developer roadmap.
WebSocket
WebSocket client libraries for real-time communication on iOS.
- DNWebSocket (⭐36) - Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.
- socket.io-client-swift (⭐5.3k) - Socket.IO-client for iOS/macOS.
- SocketRocket (⭐9.6k) - A conforming Objective-C WebSocket client library.
- Socks (⭐570) - Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, macOS.
- Starscream (⭐8.6k) - Websockets in swift for iOS and macOS.
- Swift-ActionCableClient (⭐166) - ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app.
- SwifterSockets (⭐59) - A collection of socket utilities in Swift for OS-X and iOS.
- SwiftSocket (⭐1.7k) - simple socket library for apple swift lang.
- SwiftWebSocket (⭐1.5k) - High performance WebSocket client library for Swift, iOS and macOS.
Tools
Command-line utilities, code generators and helper tools for iOS development.
- abandoned-strings (⭐377) - Command line program that detects unused resource strings in an iOS or macOS application.
- ai2app - Creating AppIcon sets from Adobe Illustrator (all supported formats).
- AppDevKit (⭐1.4k) - AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs.
- appledoc (⭐4.2k) - ObjectiveC code Apple style documentation set generator.
- AssetChecker 👮 (⭐217) - Keeps your Assets.xcassets files clean and emits warnings when something is suspicious.
- Attabench (⭐1.3k) - Microbenchmarking app for Swift with nice log-log plots.
- AVXCAssets-Generator (⭐350) - AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click.
- Benchmark (⭐84) - The Benchmark module provides methods to measure and report the time used to execute Swift code.
- Blade (⭐817) - Generate Xcode image catalogs for iOS / macOS app icons, universal images, and more.
- BuildTimeAnalyzer (⭐4.3k) - Build Time Analyzer for Swift.
- Cichlid (⭐241) - automatically delete the current project's DerivedData directories.
- Cookiecutter (⭐525) - A template for new Swift iOS / tvOS / watchOS / macOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file.
- Cutter - A tool to generate iOS Launch Images (Splash Screens) for all screen sizes starting from a single template.
- Delta (⭐244) - Managing state is hard. Delta aims to make it simple.
- Duration (⭐325) - A simple Swift package for measuring and reporting the time taken for operations.
- Ecno (⭐100) - Ecno is a task state manager built on top of UserDefaults in pure Swift 3.
- fastlane-plugin-appicon (⭐341) - Generate required icon sizes and iconset from a master application icon.
- FBSimulatorControl (⭐5k) - A macOS library for managing and manipulating iOS Simulators
- FengNiao (⭐3.6k) - A command line tool for cleaning unused resources in Xcode.
- GDPerformanceView-Swift (⭐2.3k) - Shows FPS, CPU usage, app and iOS versions above the status bar and report FPS and CPU usage via delegate.
- GetUniversal.link - Free Universal Link & Apple App Site Association testing tool.
- git-xcp - A Git plugin for versioning workflow of real-world Xcode project. fastlane's best friend.
- Gluten (⭐7) - Nano library to unify XIB and it's code.
- IBM Swift Sandbox - The IBM Swift Sandbox is an interactive website that lets you write Swift code and execute it in a server environment – on top of Linux!
- infer (⭐16k) - A static analyzer for Java, C and Objective-C.
- ipanema (⭐11) - ipanema analyzes and prints useful information from
.ipafile. - iSimulator (⭐1.2k) - iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator.
- Jazzy (⭐7.4k) - Soulful docs for Swift & Objective-C.
- Kin (⭐1.1k) - Have you ever found yourself undoing a merge due to a broken Xcode build? Then Kin is your tool. It will parse your project configuration file and detect errors.
- Laurine (⭐1.3k) - Laurine - Localization code generator written in Swift. Sweet!
- LicensePlist (⭐2.5k) - A license list generator of all your dependencies for iOS applications.
- LifetimeTracker (⭐3.3k) - Find retain cycles / memory leaks sooner.
- Lona (⭐7.5k) - A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, images, and other artifacts.
- MBAssetsImporter (⭐71) - Import assets from Panoramio or from your macOS file system with their metadata to your iOS simulator (Swift 2.0).
- Misen (⭐123) - Script to support easily using Xcode Asset Catalog in Swift.
- Natalie (⭐1.2k) - Storyboard Code Generator.
- nef (⭐268) - A set of command line tools for Xcode Playground: lets you have compile-time verification of your documentation written as Xcode Playgrounds, generates markdown files, integration with Jekyll for building microsites and Carbon to export code snippets.
- Nomad - Suite of command line utilities & libraries for sending APNs, create & distribute
.ipa, verify In-App-Purchase receipt and more. - Nori (⭐290) - Easier to apply code based style guide to storyboard.
- Pecker (⭐1.5k) - CodePecker is a tool to detect unused code.
- Peek (⭐2.6k) - Take a Peek at your application.
- Plank (⭐468) - A tool for generating immutable model objects.
- PlayAlways (⭐549) - Create Xcode playgrounds from your menu bar
- playgroundbook (⭐259) - Tool for Swift Playground books.
- PlayNow (⭐92) - Small app that creates empty Swift playground files and opens them with Xcode.
- ProvisionQL (⭐2.4k) - Quick Look plugin for apps and provisioning profile files.
- pxctest (⭐791) - Parallel XCTest - Execute XCTest suites in parallel on multiple iOS Simulators.
- R.swift (⭐9.6k) - Tool to get strong typed, autocompleted resources like images, cells and segues in your Swift project.
- Realm Browser (⭐501) - Realm Browser is a macOS utility to open and modify realm database files.
- Respresso Image Converter - Multiplatform image converter for iOS, Android, and Web that supports pdf, svg, vector drawable, jpg, png, and webp formats.
- Retini (⭐199) - A super simple retina (2x, 3x) image converter.
- Rugby (⭐713) - 🏈 Cache CocoaPods for faster rebuild and indexing Xcode project.
- SBConstants (⭐312) - Generate a constants file by grabbing identifiers from storyboards in a project.
- Shark (⭐381) - Swift Script that transforms the .xcassets folder into a type safe enum.
- SkrybaMD (⭐19) - Markdown Documentation generator. If your team needs an easy way to maintain and create documentation, this generator is for you.
- SourceKitten (⭐2.4k) - An adorable little framework and command line tool for interacting with SourceKit.
- Sourcery (⭐8k) - A tool that brings meta-programming to Swift, allowing you to code generate Swift code.
- Speculid - generate Image Sets and App Icons from SVG, PNG, and JPEG files
- Storyboard -> SwiftUI Converter - Storyboard -> SwiftUI Converter is a converter to convert .storyboard and .xib to SwiftUI.
- StoryboardMerge (⭐237) - Xcode storyboards diff and merge tool.
- Struct - A tool for iOS and Mac developers to automate the creation and management of Xcode projects.
- SuperDelegate (⭐449) – SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle.
- Swift Package Index - Swift packages list with many information about quality and compatiblity of package.
- SwiftCompilationPerformanceReporter (⭐146) - Generate automated reports for slow Swift compilation paths in specific targets.
- swiftenv (⭐2k) - swiftenv allows you to easily install, and switch between multiple versions of Swift.
- SwiftGen (⭐9.5k) - A collection of Swift tools to generate Swift code (enums for your assets, storyboards, Localizable.strings and UIColors).
- SwiftKitten (⭐139) - Swift autocompleter for Sublime Text, via the adorable SourceKitten framework.
- SwiftLintXcode (⭐353) - An Xcode plug-in to format your code using SwiftLint.
- Traits (⭐900) - Library for a real-time design and behavior modification of native iOS apps without recompiling (code and interface builder changes are supported).
- Transformer (⭐279) - Easy Online Attributed String Creator. This tool lets you format a string directly in the browser and then copy/paste the attributed string code into your app.
- Tweaks (⭐4.7k) - An easy way to fine-tune, and adjust parameters for iOS apps in development.
- ViewMonitor (⭐723) - ViewMonitor can measure view positions with accuracy.
- WatchdogInspector (⭐516) - Shows your current framerate (fps) in the status bar of your iOS app.
- xavtool (⭐35) - Command-line utility to automatically increase iOS / Android applications version.
- xcbuild (⭐2k) - Xcode-compatible build tool.
- xcenv (⭐250) - Groom your Xcode environment.
- XcodeGen (⭐8.4k) - Command line tool that generates your Xcode project from a spec file and your folder structure.
- XcodeIssueGenerator - An executable that can be placed in a Run Script Build Phase that marks comments like // TODO: or // SERIOUS: as warnings or errors so they display in the Xcode Issue Navigator.
- Xcodes.app (⭐8.3k) - The easiest way to install and switch between multiple versions of Xcode.
- XCSwiftr (⭐343) - An Xcode Plugin to convert Objective-C to Swift.
- xib2Storyboard (⭐134) - A tool to convert Xcode .xib to .storyboard files.
- Xtrace (⭐1.8k) - Trace Objective-C method calls by class or instance.
- Zolang (⭐154) - A programming language for sharing logic between iOS, Android and Tools.
Tutorials and Keynotes
Video tutorials, keynote recordings and conference talks for iOS developers.
- AppCoda
- Awesome-Swift-Education (⭐5.8k) - All of the resources for Learning About Swift.
- Awesome-Swift-Playgrounds (⭐4.4k) - A List of Awesome Swift Playgrounds!
- Big Nerd Ranch
- Brian Advent youtube channel - Swift tutorials Youtube Channel.
- Cocoa Dev Central
- Cocoa with Love
- Code with Chris
- Conferences.digital (⭐761) - Watch conference videos in a native macOS app.
- DaddyCoding - iOS Tutorials ranging from beginners to advance.
- Hacking With Swift - Learn to code iPhone and iPad apps with 3 Swift tutorials.
- iOS Development with Swift in Motion - This live video course locks in the language fundamentals and then offers interesting examples and exercises to build and practice your knowledge and skills.
- Learn Swift - Learn Swift - curated list of the top online Swift tutorials and courses.
- learn-swift (⭐792) - Learn Apple's Swift programming language interactively through these playgrounds.
- LearnAppMaking - LearnAppMaking helps app developers to build, launch and market iOS apps.
- Mike Ash
- raywenderlich.com - Tutorials for developers and gamers.
- Realm Academy
- Swift Education - A community of educators sharing materials for teaching Swift and app development.
- Swift Tutorials by Jameson Quave
- SwiftUI Tutorials - Learn SwiftUI & Swift for FREE.
- The Swift Summary Book (⭐1.7k) - A summary of Apple's Swift language written on Playgrounds.
- Thinkster
- Treehouse's iOS Courses and Workshops - Topics for beginner and advanced developers in both Objective-C and Swift.
- Tutorials Point
- Tuts+
- Use Your Loaf
UI Templates
Design templates and UI kits for jump-starting iOS app design.
Xcode
Extensions, themes and other enhancements for Xcode.
Extensions
Xcode source editor and project extensions.
- CleanClosureXcode (⭐183) - An Xcode Source Editor extension to clean the closure syntax.
- xTextHandler - Xcode Source Editor Extension Toolset (Plugins for Xcode 8).
- SwiftInitializerGenerator (⭐715) - Xcode 8 Source Code Extension to Generate Swift Initializers.
- XcodeEquatableGenerator (⭐188) - Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
- Import (⭐839) - Xcode extension for adding imports from anywhere in the code.
- Mark (⭐157) - Xcode extension for generating MARK comments.
- XShared (⭐73) - Xcode extension which allows you copying the code with special formatting quotes for social (Slack, Telegram).
- XGist (⭐81) - Xcode extension which allows you to send your text selection or entire file to GitHub's Gist and automatically copy the Gist URL into your Clipboard.
- Swiftify - Objective-C to Swift online code converter and Xcode extension.
- DocumenterXcode (⭐35) - Attempt to give a new life for VVDocumenter-Xcode as source editor extension.
- Snowonder (⭐107) - Magical import declarations formatter for Xcode.
- XVim2 (⭐2.3k) - Vim key-bindings for Xcode 9.
- Comment Spell Checker (⭐160) - Xcode extension for spell checking and auto correcting code comments.
- nef (⭐201) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore.
Themes
Color themes for Xcode and related tools.
- Dracula Theme - A dark theme for Xcode.
- DRL Theme (⭐21) - A soft darkness theme for Xcode.
- Solarized-Dark-for-Xcode (⭐369) - Solarized Dark Theme for Xcode 5.
- WWDC2016 Xcode Color Scheme (⭐402) - A color scheme for Xcode based on the WWDC 2016 invitation.
- Xcode themes list (⭐2.4k) - Color themes for Xcode.
Other Xcode
Additional Xcode plugins, helpers and utilities.
- awesome-gitignore-templates (⭐26) - A collection of swift, objective-c, android and many more langugages .gitignore templates.
- awesome-xcode-scripts (⭐128) - A curated list of useful xcode scripts.
- dsnip - Tool to generate (native) Xcode code snippets from all protocols/delegate methods of UIKit (UITableView, ...)
- SBShortcutMenuSimulator (⭐1.7k) - 3D Touch shortcuts in the Simulator.
- Swift Macros 🚀 (⭐2.5k) - A curated list of community-created Macros and associated learning resources.
- swift-project-template (⭐90) - Template for iOS Swift project generation.
- Swift-VIPER-Module (⭐545) - Xcode template for create modules with VIPER Architecture written in Swift 3.
- Synx (⭐6.1k) - A command-line tool that reorganizes your Xcode project folder to match your Xcode groups.
- VIPER Module Template (⭐17) - Xcode Template of VIPER Module which generates all layers of VIPER.
- ViperC (⭐80) - Xcode template for VIPER Architecture for both Objective-C and Swift.
- Xcode Developer Disk Images (⭐321) - Xcode Developer Disk Images is needed when you want to put your build to the device, however sometimes your Xcode is not updated with the latest Disk Images, you could find them here for convenience.
- Xcode Keymap for Visual Studio Code - This extension ports popular Xcode keyboard shortcuts to Visual Studio Code.
- Xcode Template Manager - Xcode Template Manager is a Swift command line tool that helps you manage your Xcode project templates.
- XcodeCodeSnippets (⭐32) - A set of code snippets for iOS development, includes code and comments snippets.
