GithubHelp home page GithubHelp logo

isaac12x / awesome-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vsouza/awesome-ios

0.0 1.0 0.0 1.67 MB

A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

awesome-ios's Introduction

Awesome

A curated list of awesome iOS frameworks, libraries, tutorials, Xcode plugins, components and much more. The list is divided into categories such as Frameworks, Components, Testing and others, open source projects, free and paid services. There is no pre-established order of items in each category, the order is for contribution. If you want to contribute, please read the guide.

Projects in Swift will be marked with ๐Ÿ”ถ, Swift Extensions will be marked with ๐Ÿ”ถ[e] and โŒš for Apple Watch projects. Feel free to add your project.

Contents

Getting Started

Libraries And Frameworks

Animation

  • Pop - An extensible iOS and OS X animation library, useful for physics-based interactions.
  • AnimationEngine - Easily build advanced custom animations on iOS.
  • Awesome-iOS-Animation - Collection of Animation projects
  • RZTransitions - A library of custom iOS View Controller Animations and Interactions.
  • DCAnimationKit - A collection of animations for iOS. Simple, just add water animations.
  • Spring - A library to simplify iOS animations in Swift.
  • Canvas - Animate in Xcode without code http://canvaspod.io
  • Fluent - Swift animation made easy ๐Ÿ”ถ
  • Cheetah - Easy animation library on iOS with Swift2. ๐Ÿ”ถ
  • RadialLayer - Animation for clickable elements (similar to Youtube Music). ๐Ÿ”ถ
  • Pop By Example - A project tutorial in how to use Pop animation framework by example.
  • AppAnimations - Collection of iOS animations to inspire your next project
  • EasyAnimation - 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. ๐Ÿ”ถ
  • Animo - SpriteKit-like animation builders for CALayers. ๐Ÿ”ถ
  • CurryFire - A framework for creating unique animations.
  • IBAnimatable - Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. ๐Ÿ”ถ
  • CKWaveCollectionViewTransition - Cool wave like transition between two or more UICollectionView ๐Ÿ”ถ
  • DaisyChain - ๐Ÿ”— Easy animation chaining ๐Ÿ”ถ
  • SYBlinkAnimationKit - A blink effect animation framework for iOS, written in Swift. ๐Ÿ”ถ

Apple TV

  • Voucher - A simple library to make authenticating tvOS apps easy via their iOS counterparts.
  • XCDYouTubeKit - YouTube video player for iOS, tvOS and OS X
  • TVMLKitchen - Swifty TVML template manager without client-server ๐Ÿ”ถ
  • BrowserTV - Turn your ๏ฃฟTV into a dashboard displaying any webpage! ๐Ÿ”ถ
  • Swift-GA-Tracker-for-Apple-tvOS - Google Analytics tracker for Apple tvOS provides an easy integration of Google Analyticsโ€™ measurement protocol for Apple TV. ๐Ÿ”ถ

Bridging

  • RubyMotion - RubyMotion is a revolutionary toolchain that lets you quickly develop and test native iOS and OS X applications for iPhone, iPad and Mac, all using the Ruby language.
  • JSPatch - JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally use for hotfix iOS App.

Cache

  • SDURLCache - URLCache subclass with on-disk cache support on iPhone/iPad.
  • Awesome Cache - Delightful on-disk cache ๐Ÿ”ถ
  • mattress - iOS Offline Caching for Web Content ๐Ÿ”ถ
  • Carlos - A simple but flexible cache ๐Ÿ”ถ

Color

  • Chameleon - A lightweight, yet powerful, flat color framework for iOS (ObjC & Swift). ๐Ÿ”ถ
  • SDevFlatColors - Flat Colors on Swift ๐Ÿ”ถ
  • ColorArt - extract dominant colors from image like iTunes 11.
  • DynamicColor - Yet another extension to manipulate colors easily in Swift. ๐Ÿ”ถ[e]
  • SwiftHEXColors - HEX color handling as an extension for UIColor. ๐Ÿ”ถ[e]
  • Colours - A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
  • UIColor-Hex-Swift - Convenience method for creating autoreleased color using RGBA hex string. ๐Ÿ”ถ
  • Crayons - An Xcode plugin to improve dealing with colors in your project
  • Hue - Hue is the all-in-one coloring utility that you'll ever need.

Charts

  • ios-charts - A powerful chart / graph framework, the iOS equivalent to MPAndroidChart. ๐Ÿ”ถ
  • JTChartView - JTChartView is the new lightweight and fully customizable solution to draw a chart.
  • PNChart - A simple and beautiful chart lib used in Piner and CoinsMan for iOS
  • BEMSimpleLineGraph - Elegant Line Graphs for iOS (charting library).
  • JBChartView - iOS-based charting library for both line and bar graphs.
  • iOSPlot - Chart library for iOS.
  • XYPieChart - A simple and animated Pie Chart for your iOS app.
  • TEAChart - Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart.
  • EChart - iOS/iPhone/iPad Chart, Graph. Event handling and animation supported.
  • FSLineChart - A line chart library for iOS.
  • chartee - a charting library for mobile platforms.
  • ANDLineChartView - ANDLineChartView is easy to use view-based class for displaying animated line chart.
  • TWRCharts - An iOS wrapper for ChartJS. Easily build animated charts by leveraging the power of native Obj-C code.
  • SwiftCharts - Easy to use and highly customizable charts library for iOS. ๐Ÿ”ถ

Core Data

  • CWCoreData - Additions and utilities to make it concurrency easier with the Core Data framework.
  • ObjectiveRecord - ActiveRecord for Objective-C.
  • SSDataKit - Eliminate your Core Data boilerplate code.
  • ios-queryable - ios-queryable is an implementation of IQueryable/IEnumerable for Core Data.
  • ReactiveCoreData - ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world.
  • Ensembles - A synchronization framework for Core Data.
  • SLRESTfulCoreData - Objc naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent attribute mapping.
  • Mogenerator - Automatic Core Data code generation.
  • HardCoreData - CoreData stack and controller that will never block UI thread.
  • encrypted-core-data - Core Data encrypted SQLite store using SQLCipher.
  • MagicalRecord - Super Awesome Easy Fetching for Core Data.
  • QueryKit - A simple type-safe Core Data query language. ๐Ÿ”ถ
  • CoreStore - Powerful Core Data framework for Incremental Migrations, Fetching, Observering, etc. ๐Ÿ”ถ
  • Core Data Query Interface A type-safe, fluent query framework for Core Data. ๐Ÿ”ถ
  • Graph - An elegant data-driven framework for CoreData in Swift. ๐Ÿ”ถ

Database

  • Realm - The alternative to CoreData and SQLite: Simple, modern and fast.
  • YapDatabase - YapDatabase is an extensible database for iOS & Mac.
  • Couchbase Mobile - Couchbase document store for mobile with cloud sync.
  • FMDB - A Cocoa / Objective-C wrapper around SQLite.
  • Akaibu-NSUserDefaults - a Swifty Key-value store for archiving NSObject in only one line of code. Class properties are automatically mapped and archived under the hood.
  • FCModel - An alternative to Core Data for people who like having direct SQL access.
  • Zephyr - Effortlessly sync NSUserDefaults over iCloud ๐Ÿ”ถ
  • Prephirences - Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. ๐Ÿ”ถ
  • Storez - Safe, statically-typed, store-agnostic key-value storage (with namespace support). ๐Ÿ”ถ
  • SwiftyUserDefaults - Statically-typed NSUserDefaults. ๐Ÿ”ถ
  • swiftydb - Making SQLite databases a blast ๐Ÿ”ถ
  • SugarRecord - Data persistence management library written in Swift 2.0 ๐Ÿ”ถ

Date & Time

  • Every.swift - Wrapper for NSTimer ๐Ÿ”ถ
  • Timepiece - Intuitive NSDate extensions ๐Ÿ”ถ[e]
  • SwiftDate - Easy NSDate Management in Swift 2.0 ๐Ÿ”ถ
  • SwiftMoment - A time and calendar manipulation library written in Swift 2 ๐Ÿ”ถ

Graphics

  • Graphicz - Light-weight, operator-overloading-free complements to CoreGraphics! ๐Ÿ”ถ
  • PKCoreTechniques - The code for my CoreGraphics+CoreAnimation talk, held during the 2012 iOS Game Design Seminar at the Technical University Munich.
  • MPWDrawingContext - An Objective-C wrapper for CoreGraphics CGContext

Encryption

  • AESCrypt-ObjC - A simple and opinionated AES encrypt / decrypt Objective-C class that just works.
  • IDZSwiftCommonCrypto - A wrapper for Apple's Common Crypto library written in Swift. ๐Ÿ”ถ

Hardware

Bluetooth
  • Discovery - A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
  • LGBluetooth - Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
  • PeerKit An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps. ๐Ÿ”ถ
  • simple-share - Easy Proximity-based Bluetooth LE Sharing for iOS.
  • BluetoothKit - Easily communicate between iOS/OSX devices using BLE. ๐Ÿ”ถ
  • CocoaMultipeer - This repository is a peer to peer framework for OS X, iOS and watchOS 2 that presents a similar interface to the MultipeerConnectivity framework (which is iOS only) that lets you connect any 2 devices from any platform. ๐Ÿ”ถ
  • Bluetonium - Bluetooth mapping in Swift ๐Ÿ”ถ
Camera
  • TGCameraViewController - Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.
  • PBJVision - iOS camera engine, features touch-to-record video, slow motion video, and photo capture.
  • Cool-iOS-Camera - A fully customisable and modern camera implementation for iOS made with AVFoundation.
  • SCRecorder - Camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing.
  • ALCameraViewController - A camera view controller with custom image picker and image cropping. Written in Swift. ๐Ÿ”ถ
  • ImagePicker - Reinventing the way ImagePicker works. ๐Ÿ”ถ
Location
  • IngeoSDK - Always-On Location monitoring framework for iOS.
  • LocationManager - Provides a block-based asynchronous API to request the current location, either once or continuously.
  • LocationKit - Advanced location SDK - highly accurate location data with very low battery drain and contextual location information
iBeacon
  • Proxitee - Allows developers to create proximity aware applications utilizing iBeacons & geo fences.
  • OWUProximityManager - iBeacons + CoreBluetooth.
  • Vicinity - Vicinity replicates iBeacons (by analyzing RSSI) and supports broadcasting and detecting low-energy bluetooth devices in the background.
  • BeaconEmitter - Turn your Mac as an iBeacon.
  • MOCA Proximity - Paid proximity marketing platform that lets you add amazing proximity experiences to your app.
Other Hardware
  • MotionKit - Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple.
  • DarkLightning -Simply the fastest way to transmit data between iOS and OSX

EventBus

  • Caravel - A Swift event bus for UIWebView and JS ๐Ÿ”ถ
  • SwiftEventBus - A publish/subscribe event bus optimized for iOS8. ๐Ÿ”ถ
  • PromiseKit - Promises for iOS and OS X.
  • Bolts - Bolts is a collection of low-level libraries designed to make developing mobile apps easier, including tasks (promises) and app links (deep links).
  • SwiftTask - Promise + progress + pause + cancel + retry for Swift. ๐Ÿ”ถ

Files

  • FileKit - Simple and expressive file management in Swift. ๐Ÿ”ถ
  • Zip - Swift framework for zipping and unzipping files. ๐Ÿ”ถ

Functional Programming

  • Forbind - Functional chaining and promises in Swift. ๐Ÿ”ถ
  • Funky - Functional programming tools and experiments in Swift. ๐Ÿ”ถ
  • LlamaKit - Collection of must-have functional Swift tools. ๐Ÿ”ถ
  • Oriole - A functional utility belt implemented as Swift 2.0 protocol extensions. ๐Ÿ”ถ[e]
  • Prelude - Swift ยตframework of simple functional programming tools. ๐Ÿ”ถ
  • Swiftx - Functional data types and functions for any project. ๐Ÿ”ถ
  • Swiftz - Functional programming in Swift. ๐Ÿ”ถ
  • OptionalExtensions - Swift ยตframework with extensions for the Optional Type. ๐Ÿ”ถ[e]
  • Hookah - Hookah is a functional library for Swift. It's inspired by LoDash, Underscore project. https://www.hookah.rocks/ ๐Ÿ”ถ

JSON

  • JSONKit - Objective-C JSON.
  • TouchJSON - A humane JSON Objective-C un-framework.
  • JSON-Framework - This framework implements a strict JSON parser and generator in Objective-C.
  • Mantle - Model framework for Cocoa and Cocoa Touch.
  • Groot - Convert JSON dictionaries and arrays to and from Core Data managed objects.
  • KZPropertyMapper - Data mapping and validation with minimal amount of code.
  • JSONModel - Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes.
  • SwiftyJSON - The better way to deal with JSON data in Swift. ๐Ÿ”ถ
  • FastEasyMapping - Serialize & deserialize JSON fast.
  • OCMapper - Objective-C & Swift library to easily map NSDictionary to model objects. ๐Ÿ”ถ
  • ObjectMapper - A framework written in Swift that makes it easy for you to convert your Model objects (Classes and Structs) to and from JSON. ๐Ÿ”ถ
  • JASON - JSON parsing with outstanding performances and convenient operators. ๐Ÿ”ถ
  • Gloss - A shiny JSON parsing library in Swift. ๐Ÿ”ถ
  • Cereal - Swift object serialization ๐Ÿ”ถ
  • SwiftyJSONAccelerator - Generate Swift model files from JSON using either SwiftyJSON or ObjectMapper. Supports NSCoding and provides method for JSON string representation of the model. ๐Ÿ”ถ
  • JSONCodable - Hassle-free JSON encoding and decoding in Swift ๐Ÿ”ถ
  • Coolie - Coolie helps you to create models (& their constructors) from JSON file. ๐Ÿ”ถ
  • Tailor - A super fast & convenient object mapper tailored for your needs. ๐Ÿ”ถ

Layout

  • ios-flexboxkit - A simple UIKit extension to wrap Flexbox layouts.
  • Masonry - Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax.
  • FLKAutoLayout - UIView category which makes it easy to create layout constraints in code.
  • Faรงade - Programmatic view layout for the rest of us - an autolayout alternative.
  • PureLayout - The ultimate API for iOS & OS X Auto Layout โ€” impressively simple, immensely powerful. Objective-C and Swift compatible.
  • SnapKit - A Swift Autolayout DSL for iOS & OS X. ๐Ÿ”ถ
  • Cartography - A declarative Auto Layout DSL for Swift ๐Ÿ”ถ
  • AutoLayoutPlus - A bit of steroids for AutoLayout, powered by Swift. ๐Ÿ”ถ
  • Neon - A powerful Swift programmatic UI layout framework. ๐Ÿ”ถ
  • MisterFusion - A Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C.
  • SwiftBond - Bond is a Swift binding framework that takes binding concepts to a whole new level. It's simple, powerful, type-safe and multi-paradigm. ๐Ÿ”ถ

Logging

  • CleanroomLogger - A configurable and extensible Swift-based logging API that is simple, lightweight and performant. ๐Ÿ”ถ
  • CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework for Mac and iOS.
  • NSLogger - a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X, iOS and Android.
  • Aardvark - A performant logging framework that makes it dead simple to create actionable bug reports on iOS.
  • BlockTypeDescription - Show type signatures when logging blocks.
  • QorumLogs โ€” Swift Logging Utility for Xcode & Google Docs. ๐Ÿ”ถ
  • Log - A logging tool with built-in themes, formatters, and a nice API to define your owns. ๐Ÿ”ถ
  • Rainbow - Delightful console output for Swift developers. ๐Ÿ”ถ
  • KZLinkedConsole - Clickable links in your Xcode console, so you never wonder which class logged the message. http://merowing.info ๐Ÿ”ถ

Maps

  • Route-me - Open source map library for iOS.
  • NAMapKit - Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework.
  • Mapbox GL - An OpenGL renderer for Mapbox Vector Tiles with SDK bindings for iOS.
  • CMMapLauncher - iOS library that makes it quick and easy to show directions in various mapping applications.
  • ALPlacesViewController - A place picker and location search using Google's places api webservice ๐Ÿ”ถ

Media

Audio
  • AudioBus - Add Next Generation Live App-to-App Audio Routing
  • AudioKit - A powerful toolkit for synthesizing, processing, and analyzing sounds.
  • EZAudio - An iOS/OSX audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
  • novocaine - Painless high-performance audio on iOS and Mac OS X.
  • QHSpeechSynthesizerQueue - Queue management system for AVSpeechSynthesizer (iOS Text to Speech).
  • StreamingKit - A fast and extensible gapless AudioPlayer/AudioStreamer for OSX and iOS.
  • sound-fader-ios - A sound fader for AVAudioPlayer written in Swift. ๐Ÿ”ถ
  • Chirp - The easiest way to prepare, play, and remove sounds in your Swift app! ๐Ÿ”ถ
  • Beethoven - An audio processing Swift library for pitch detection of musical signals. ๐Ÿ”ถ
  • Jukebox - Player for streaming local and remote audio files. Written in Swift. ๐Ÿ”ถ
  • AudioPlayerSwift - AudioPlayer is a simple class for playing audio (basic and advanced usage) in iOS, OS X and tvOS apps ๐Ÿ”ถ
Image
  • GPU Image - An open source iOS framework for GPU-based image and video processing.
  • UIImage DSP - IOS UIImage processing functions using the vDSP/Accelerate framework for speed.
  • QR Code Scanner - QR Code implementation.
  • AsyncImageView - Simple extension of UIImageView for loading and displaying images asynchronously without lock up the UI.
  • SDWebImage - Asynchronous image downloader with cache support with an UIImageView category.
  • DFImageManager - Modern framework for fetching images from various sources. Zero config yet immense customization and extensibility. Uses NSURLSession.
  • MapleBacon - An image download and caching library for iOS written in Swift. ๐Ÿ”ถ
  • NYTPhotoViewer - Slideshow and image viewer.
  • IDMPhotoBrowser - Photo Browser / Viewer.
  • JTSImageViewController - Interactive iOS image viewer.
  • Concorde - Download and decode progressive JPEGs.
  • HanekeSwift - A lightweight generic cache for iOS written in Swift with extra love for images. ๐Ÿ”ถ
  • TOCropViewController - A view controller that allows users to crop UIImage objects.
  • YXTMotionView - A custom image view that implements device motion scrolling.
  • PINRemoteImage - A thread safe, performant, feature rich image fetcher.
  • SABlurImageView - Easily Adding Animated Blur/Unblur Effects To An Image. ๐Ÿ”ถ
  • FastImageCache - iOS library for quickly displaying images while scrolling.
  • BKAsciiImage - A library to render UIImage as ASCII art
  • YLGIFImage - Async GIF image decoder and Image viewer supporting play GIF images. It just use very less memory.
  • AlamofireImage - An image component library for Alamofire. ๐Ÿ”ถ
  • Nuke - Advanced framework for managing images ๐Ÿ”ถ
  • FlagKit - Beautiful flag icons for usage in apps and on the web. ๐Ÿ”ถ
  • YYWebImage - Asynchronous image loading framework (supports WebP, APNG, GIF).
  • FLAnimatedImage - Performant animated GIF engine for iOS
  • RSKImageCropper - An image cropper for iOS like in the Contacts app with support for landscape orientation.
  • Silo - Image loading framework with loaders. ๐Ÿ”ถ
  • Ody - Ody is an easy to use random image generator built with Swift, Perfect for placeholders. ๐Ÿ”ถ
  • Banana - Image slider with very simple interface. ๐Ÿ”ถ
  • gifu - Highly performant animated GIF support for iOS in Swift ๐Ÿ”ถ
  • JDSwiftAvatarProgress - Easy customizable avatar image asynchronously with progress bar animated ๐Ÿ”ถ
  • AnimatedGIFImageSerialization - Complete Animated GIF Support for iOS, with Functions, NSJSONSerialization-style Class, and (Optional) UIImage Swizzling
  • XAnimatedImage - XAnimatedImage is a performant animated GIF engine for iOS written in Swift based on FLAnimatedImage ๐Ÿ”ถ
  • Kingfisher - A lightweight and pure Swift implemented library for downloading and caching image from the web. ๐Ÿ”ถ
Video
  • VIMVideoPlayer - A simple wrapper around the AVPlayer and AVPlayerLayer classes.
  • MobilePlayer - A powerful and completely customizable media player for iOS.
  • XCDYouTubeKit - YouTube video player for iOS, tvOS and OS X
  • AVAnimator - An open source iOS native library that makes it easy to implement non-trivial video/audio enabled apps.
  • 360 VR Player - A open source, ad-free, native and universal 360 degree panorama video player for iOS.
  • Periscope VideoViewController - Video view controller with Periscope fast rewind control ๐Ÿ”ถ
PDF
  • Reader - PDF Reader Core for iOS.
  • UIView 2 PDF - PDF generator using UIViews or UIViews with an associated XIB
  • FolioReaderKit - A Swift ePub reader and parser framework for iOS. ๐Ÿ”ถ

Messaging

Also see push notifications

  • LayerKit - iOS SDK for Layer, the easiest way to add in-app messaging (text, photos, videos, data) to any mobile or web application.
  • Twilio - Power modern communications. Build the next generation of voice and SMS applications.
  • Plivo - SMS API, Voice API, & Global Carrier Provider.
  • XMPPFramework - An XMPP Framework in Objective-C for Mac and iOS.
  • Chatto - A lightweight framework to build chat applications, made in Swift

Machine Learning

  • Swift-AI - Highly optimized Artificial Intelligence and Machine Learning library written in Swift. ๐Ÿ”ถ
  • Swift-Brain - Artificial Intelligence/Machine Learning data structures and Swift algorithms for future iOS development. Bayes theorem, Neural Networks, and more AI. ๐Ÿ”ถ

Networking

  • AFNetworking - A delightful iOS and OS X networking framework.
  • RestKit - RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun.
  • FSNetworking - Foursquare iOS networking library.
  • ASIHTTPRequest - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone.
  • Overcoat - Small but powerful library that makes creating REST clients simple and fun.
  • ROADFramework - 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.
  • MBNetworkMonitor - A modern replacement for Apple's Reachability class that uses CoreTelephony to report more information about the user's network connection.
  • MBNetworkIndicator - Provides a simple way to coordinate the device's network activity indicator across multiple. requests.
  • Alamofire - Alamofire is an HTTP networking library written in Swift, from the creator of AFNetworking. ๐Ÿ”ถ
  • Transporter - A tiny library makes uploading and downloading easier. ๐Ÿ”ถ
  • CDZPinger - Easy-to-use ICMP Ping.
  • NSRails - Map client-side objects/classes to remote rest api objects/orm
  • NKMultipeer - A testable abstraction over multipeer connectivity. ๐Ÿ”ถ
  • CocoaAsyncSocket - Asynchronous socket networking library for Mac and iOS.
  • Siesta - Elegant abstraction for RESTful resources that untangles stateful messes. An alternative to callback- and delegate-based networking. ๐Ÿ”ถ
  • Reachability.swift - Replacement for Apple's Reachability re-written in Swift with closures ๐Ÿ”ถ
  • NetworkEye - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request.
  • Netfox - A lightweight, one line setup, iOS network debugging library! ๐Ÿ”ถ
  • OctopusKit - A simplicity but graceful solution for invoke RESTful web service APIs.
  • Moya - Network abstraction layer written in Swift. ๐Ÿ”ถ
  • TWRDownloadManager - A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files.
  • HappyDns - A Dns library, support custom dns server, dnspod httpdns. Only support A record.

Push Notifications

  • Orbiter - Push Notification Registration for iOS.
  • PEM - Automatically generate push notification profiles for your server.
  • Knuff - The debug application for Apple Push Notification Service (APNS).

Providers

Most of these are paid services, some have free tiers.

Passbook

  • passbook - Passbook gem let's you create pkpass for passbook iOS 6+.
  • Dubai - Generate and Preview Passbook Passes.
  • Passkit - Design, Create and validate Passbook Passes.

Permissions

  • PermissionScope - Intelligent iOS permissions UI and unified API (Supports Location, Notifications, Camera, Contacts, Calendar, Photos, Microphone, BT, Activity Monitoring, HealthKit and CloudKit). ๐Ÿ”ถ
  • Proposer - Make permission request easier (Supports Camera, Photos, Microphone, Contacts, Location). ๐Ÿ”ถ
  • ICanHas - Simplifies iOS user permission requests (Supports location, push notifications, camera, contacts, calendar, photos). ๐Ÿ”ถ
  • VWWPermissionKit - A visual permission manager for iOS.
  • ISHPermissionKit - A unified way for iOS apps to request user permissions.
  • JLPermissions - An iOS pre-permissions utility that lets developers ask users on their own dialog for calendar, contacts, location, photos, reminders, twitter, push notifications and more, before making the system-based permission request.
  • ClusterPrePermissions - Reusable pre-permissions utility that lets developers ask users for access in their own dialog, before making the system-based request.

Regex

  • Regex - A Swift ยตframework providing an NSRegularExpression-backed Regex type ๐Ÿ”ถ
  • SwiftRegex - Perl-like regex =~ operator for Swift ๐Ÿ”ถ
  • PySwiftyRegex - Easily deal with Regex in Swift in a Pythonic way ๐Ÿ”ถ

Security

  • UICKeyChainStore - UICKeyChainStore is a simple wrapper for Keychain on iOS.
  • cocoapods-keys - A key value store for storing environment and application keys.
  • Valet - Securely store data in the iOS or OS X Keychain without knowing a thing about how the Keychain works.
  • libextobjc - A Cocoa library to extend the Objective-C programming language.
  • Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift. ๐Ÿ”ถ
  • simple-touch - Very simple swift wrapper for Biometric Authentication Services (Touch ID) on iOS.
  • Obfuscator-iOS - String Obfuscation for app's executable file

Text

  • Twitter Text Obj - An Objective-C implementation of Twitter's text processing library.
  • Nimbus - Nimbus is a toolkit for experienced iOS software designers.
  • NSStringEmojize - A category on NSString to convert Emoji Cheat Sheet codes to their equivalent Unicode characters.
  • MMMarkdown - An Objective-C static library for converting Markdown to HTML.
  • DTCoreText - Methods to allow using HTML code with CoreText.
  • DTRichTextEditor - A rich-text editor for iOS.
  • NBEmojiSearchView - A searchable emoji dropdown view that can be integrated with a text control
  • ios-fontawesome - NSString+FontAwesome.
  • Pluralize.swift - Great Swift String Pluralize Extension ๐Ÿ”ถ[e]
  • RichEditorView - RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing. ๐Ÿ”ถ
  • Money - Swift value types for working with money & currency ๐Ÿ”ถ
  • PhoneNumberKit - A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. ๐Ÿ”ถ
  • YYText - Powerful text framework for iOS to display and edit rich text.
  • FontAwesome.swift - Use FontAwesome in your Swift projects. ๐Ÿ”ถ
  • Format - A Swift Formatter Kit. ๐Ÿ”ถ
  • Tribute - Programmatic creation of NSAttributedString doesn't have to be a pain ๐Ÿ”ถ
  • EmojiKit - Effortless emoji-querying in Swift ๐Ÿ”ถ
  • Roman - Seamless Roman numeral conversion in Swift. ๐Ÿ”ถ

Walkthrough / Intro / Tutorial

  • Onboard - Easily create a beautiful and engaging onboarding experience with only a few lines of code.
  • EAIntroView - Highly customizable drop-in solution for introduction views.
  • MYBlurIntroductionView - A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
  • BWWalkthrough - A class to build custom walkthroughs for your iOS App. ๐Ÿ”ถ
  • GHWalkThrough - A UICollectionView backed drop-in component for introduction views.
  • ICETutorial - A nice tutorial like the one introduced in the Path 3.X App.
  • JazzHands - Jazz Hands is a simple keyframe-based animation framework for UIKit. Animations can be controlled via gestures, scroll views, KVO, or ReactiveCocoa.
  • RazzleDazzle - A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros. ๐Ÿ”ถ
  • Instructions - Easily add customizable coach marks into you iOS project. ๐Ÿ”ถ
  • SwiftyWalkthrough - The easiest way to create a great walkthrough experience in your apps, powered by Swift. ๐Ÿ”ถ
  • Gecco - Spotlight view for iOS. ๐Ÿ”ถ

URL Scheme

  • WAAppRouting - iOS routing done right. Handles both URL recognition and controller displaying with parsed parameters. All in one line, controller stack preserved automatically!
  • DeepLinkKit - A splendid route-matching, block-based way to handle your deep links.
  • IntentKit - An easier way to handle third-party URL schemes in iOS apps.
  • JLRoutes - URL routing library for iOS with a simple block-based API.
  • IKRouter - URLScheme router than supports auto creation of UIViewControllers for associated url parameters to allow creation of navigation stacks ๐Ÿ”ถ
  • Compass - Compass helps you setup a central navigation system for your application ๐Ÿ”ถ
  • Appz - Easily launch and deeplink into external applications, falling back to web if not installed. ๐Ÿ”ถ

UI

  • ActionSheetPicker-3.0 - Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
  • FlatUIKit - A collection of awesome flat UI components for iOS.
  • BetweenKit - A robust drag-and-drop framework for iOS.
  • JSQMessagesViewController - An elegant messages UI library for iOS.
  • MGSwipeTableCell - UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
  • 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!
  • ParallaxTableViewHeader - Parallax scrolling effect on UITableView header view when a tableView is scrolled.
  • JLToast - Toast for iOS with very simple interface. ๐Ÿ”ถ
  • BLKFlexibleHeightBar - Create condensing header bars like those seen in the Facebook, Square Cash, and Safari iOS apps.
  • SDevIconFonts - Fontawesome, Iconic, Ionicons, Octicon porting for swift. ๐Ÿ”ถ
  • WCFastCell - Fast cells for Tables/Collections scrolling (without animations).
  • Motif - A lightweight and customizable JSON stylesheet framework for iOS.
  • AsyncDisplayKit - AsyncDisplayKit is an iOS framework that keeps even the most complex user interfaces smooth and responsive.
  • AMTagListView - UIScrollView subclass that allows to add a list of highly customizable tags.
  • MotionBlur - MotionBlur allows you to add motion blur effect to iOS animations.
  • GaugeKit - Customizable gauges. Easy reproduce Apple's style gauges. ๐Ÿ”ถ
  • SVWebViewController - A drop-in inline browser for your iOS app.
  • SwiftWebVC - A Swift implementation of SVWebViewController - a drop-in inline browser for your iOS app. ๐Ÿ”ถ
  • MVMaterialView - Subclass of UIControls and UIButton to mimic Ripple effect of Material Design concept.
  • Atlas - A library of native iOS messaging user interface components for Layer.
  • TisprCardStack - Library that allows to have cards UI. ๐Ÿ”ถ
  • YXTPageView - A PageView, which supporting scrolling to transition between a UIView and a UITableView.
  • SAHistoryNavigationViewController - SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller,3D Touch Compatible. ๐Ÿ”ถ
  • SAInboxViewController - UIViewController subclass inspired by "Inbox by google" animated transitioning. ๐Ÿ”ถ
  • TLYShyNavBar - Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
  • MZFormSheetPresentationController - MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup controller size and feel form sheet.
  • AnimatedTransitionGallery - Collection of iOS 7 custom animated transitions using UIViewControllerAnimatedTransitioning protocol.
  • iCarousel - A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS.
  • FontAwesomeKit - Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
  • Cocoa Controls - Open source UI components for iOS and OS X.
  • RAReorderableLayout - A UICollectionView layout whitch can move item with drag and drop.
  • ESTabBarController - A tab bar controller for iOS that allows highlighting buttons and setting custom actions to them.
  • HoneycombView - HoneycombView is the iOS UIView for displaying like Honyecomb layout written by swift. ๐Ÿ”ถ
  • tapkulibrary - tap + haiku = tapku, a well crafted open source iOS framework.
  • KCHorizontalDial - A horizontal scroll dial like Instagram. ๐Ÿ”ถ
  • DAExpandAnimation - A custom modal transition that presents a controller with an expanding effect while sliding out the presenter remnants. ๐Ÿ”ถ
  • ScrollPager - A scroll pager similar to the one in Flipboard ๐Ÿ”ถ
  • ComponentKit - A React-Inspired View Framework for iOS, by Facebook.
  • PMTween - An elegant and flexible tweening library for iOS.
  • WobbleView - WobbleView is an implementation of a recently popular wobble effect for any view in your app. It can be used to easily add dynamics to user interactions and transitions. ๐Ÿ”ถ
  • CBZSplashView - Twitter style Splash Screen View. Grows to reveal the Initial view behind.
  • RKNotificationHub - Make any UIView a full fledged notification center.
  • EatFit - Eat fit is a component for attractive data representation inspired by Google Fit
  • CollapsableTable - Collapsable table view sections with custom section header views. ๐Ÿ”ถ
  • PickerView - A customizable alternative to UIPickerView in Swift. ๐Ÿ”ถ
  • InteractivePlayerView - Custom iOS music player view ๐Ÿ”ถ
  • phone-number-picker - A simple and easy to use view controller enabling you to enter a phone number with a country code similar to WhatsApp written in Swift ๐Ÿ”ถ
  • DLWBouncyView - BouncyView is an implementation of a recently popular bouncy effect for any view.
  • EXTView - Extended UIView for Interface Builder by using IB_DESIGNABLE and IBInspectable.
  • JTMaterialSwitch - A customizable switch UI with ripple effect and bounce animations, inspired from Google's Material Design.
  • KCSelectionDialog - Simple selection dialog. ๐Ÿ”ถ
  • SFFocusViewLayout - UICollectionViewLayout with focused content.
  • TTGEmojiRate - An emoji-liked rating view for iOS, implemented in Swift. ๐Ÿ”ถ
  • CardAnimation - Card flipping-style animation ๐Ÿ”ถ
  • BEMCheckBox - Tasteful Checkbox for iOS. (Check box)
  • HorizontalProgress - Simple horizontal progress bar with animation
  • TKSwitcherCollection - An animate switch collection ๐Ÿ”ถ
  • DGElasticPullToRefresh - Elastic pull to refresh for iOS developed in Swift ๐Ÿ”ถ
  • StarryStars - iOS GUI library for displaying and editing ratings
  • JRSplitVC - UISplitViewController with adaptative layouts
  • SevenSwitch - iOS7 style drop in replacement for UISwitch. ๐Ÿ”ถ
  • MPParallaxView - Apple TV Parallax effect in Swift. ๐Ÿ”ถ
  • Splitflap - A simple split-flap display for your Swift applications ๐Ÿ”ถ
  • UIScrollView-InfiniteScroll - UIScrollView infinite scroll category ๐Ÿ”ถ
  • PullToBounce - Animated "Pull To Refresh" Library for UIScrollView. ๐Ÿ”ถ
  • EZSwipeController - ๐Ÿ‘† UIPageViewController like Snapchat/Tinder/iOS Main Pages ๐Ÿ”ถ
  • SWRevealViewController - A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right.
  • TagCellLayout - UICollectionView layout for Tags with Left, Center & Right alignments. ๐Ÿ”ถ
  • VolumeControl - Custom volume control for iPhone featuring a well-designed round slider.
  • GooeyTabbar -A gooey effect tabbar ๐Ÿ”ถ
  • DZNEmptyDataSet - A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.
  • AuthenticationViewController - A simple to use, standard interface for authenticating to oauth 2.0 protected endpoints via SFSafariViewController.
  • Koloda - KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS. ๐Ÿ”ถ
  • XLActionController - Fully customizable and extensible action sheet controller written in Swift. ๐Ÿ”ถ
  • InfiniteScroll - Add paging to your table views with a cool animation.
  • StackPageView - Vertical page view with UIViewControllers stacked on the top of each other ๐Ÿ”ถ
  • PageControl - โ— โ—‹ โ—‹ โ—‹ A nice, animated UIPageControl alternative. ๐Ÿ”ถ
  • SVPullToRefresh - Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code. http://samvermette.com/314
  • Curry - Curry is a framework built to enhance and compliment Foundation and UIKit.
  • KMNavigationBarTransition - A drop-in universal library makes transition animations smooth between different navigation bar styles while pushing or popping a view controller. ๐Ÿ”ถ
  • ElasticTransition - A UIKit custom transition that simulates an elastic drag. Written in Swift. ๐Ÿ”ถ
  • ConfigurableTableViewController - Typed, yet Flexible Table View Controller http://holko.pl/2016/01/05/typed-table-view-controller/ ๐Ÿ”ถ
  • Pages - UIPageViewController made simple ๐Ÿ”ถ
  • BothamUI - Model View Presenter Framework written in Swift. http://karumi.com ๐Ÿ”ถ
  • RainbowNavigation - An easy way to change backgroundColor of UINavigationBar when Push & Pop ๐Ÿ”ถ
  • DGRunkeeperSwitch - Runkeeper design switch control (two part segment control) ๐Ÿ”ถ
  • PFStepper - May be the most elegant stepper you have ever had! ๐Ÿ”ถ
  • ALTextInputBar - An auto growing text input bar for messaging apps. ๐Ÿ”ถ
  • PMZSwitch - Yet another animated toggle ๐Ÿ”ถ
  • GoAutoSlideView - GoAutoSlideView extends UIScrollView by featuring infinitely and automatically slide.
  • NextGrowingTextView - The next in the generations of 'growing textviews' optimized for iOS 7 and above.
  • APCustomBlurView - A subclass of UIVisualEffectView with customizable blur radius. ๐Ÿ”ถ
  • BubbleTransition - A custom modal transition that presents and dismiss a controller with an expanding bubble effect. ๐Ÿ”ถ
  • BAFluidView - UIView that simulates a 2D view of a fluid in motion
  • WZDraggableSwitchHeaderView - ๐Ÿ”จ Showing status for switching between viewControllers
  • TransitionTreasury - Easier way to push your viewController. ๐Ÿ”ถ
  • TTGTagCollectionView - Show simple text tags or custom tag views in a vertical scrollable view.
  • animated-tab-bar - RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. ๐Ÿ”ถ
  • MICountryPicker - Swift country picker with search option. ๐Ÿ”ถ
  • MIBadgeButton - Notification badge for UIButtons. ๐Ÿ”ถ
Activity Indicator
  • NVActivityIndicatorView - Collection of nice loading animations. ๐Ÿ”ถ
  • TKRubberIndicator - Rubber Indicator in Swift ๐Ÿ”ถ
  • RPLoadingAnimation - Loading animations by using Swift CALayer ๐Ÿ”ถ
  • LiquidLoader - Spinner loader components with liquid animation ๐Ÿ”ถ
  • iOS-CircleProgressView - This control will allow a user to use code instantiated or interface builder to create and render a circle progress view. ๐Ÿ”ถ
  • iOS Circle Progress Bar - iOS Circle Progress Bar
  • LinearProgressBar - Linear Progress Bar (inspired by Google Material Design) for iOS written in Swift 2.0. ๐Ÿ”ถ
  • STLoadingGroup - loading views ๐Ÿ”ถ
  • UzysAnimatedGifPullToRefresh - Add PullToRefresh using animated GIF to any scrollView with just simple code
  • ALThreeCircleSpinner - A pulsing spinner view written in swift ๐Ÿ”ถ
  • MHRadialProgressView - iOS 7 radial animated progress view.
  • Loader - Amazing animated switch activity indicator written in swift
  • MBProgressHUD - Drop-in class for displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.
  • SVProgressHUD - A clean and lightweight progress HUD for your iOS app.
  • ProgressHUD - ProgressHUD is a lightweight and easy-to-use HUD.
  • M13ProgressSuite - A suite containing many tools to display progress information on iOS.
  • JHProgressHUD - An easy and lightweight Swift library to show HUD in IOS applications. ๐Ÿ”ถ
  • PKHUD - A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,โ€ฆ) for iOS 8 and above. ๐Ÿ”ถ
  • EZLoadingActivity - Lightweight loading activity HUD. ๐Ÿ”ถ
Alerts
  • NZAlertView - Simple and intuitive alert view. Similar to push notification effect.
  • AMSmoothAlert - A cool AlertView.
  • SweetAlert - Live animated Alert View for iOS written in Swift. ๐Ÿ”ถ
  • NYAlertViewController - Highly configurable iOS Alert Views with custom content views.
  • SCLAlertView-Swift - Beautiful animated Alert View, written in Swift. ๐Ÿ”ถ
  • TTGSnackbar - Show simple message and action button on the bottom of the screen with multi kinds of animation. ๐Ÿ”ถ
  • TSMessages - Show notification views on top of screen such as success, error, warning or messages for iOS.
  • PJAlertView - Apple has deprecated beloved alert view but this library will add revamped alert view with far more customization possibility.
  • Swift-Prompts - A Swift library to design custom prompts with a great scope of options to choose from. ๐Ÿ”ถ
  • BRYXBanner - A lightweight dropdown notification for iOS 7+, in Swift. ๐Ÿ”ถ
  • DatePickerDialog - A Swift library that displays an UIDatePicker within an UIAlertView ๐Ÿ”ถ
  • LNRSimpleNotifications - Simple Swift in-app notifications. LNRSimpleNotifications is a simplified Swift port of TSMessages ๐Ÿ”ถ
  • HDNotificationView - Emulates the native Notification Banner UI for any alert.
  • JDStatusBarNotification - Easy, customizable notifications displayed on top of the statusbar.
  • Notie - In-app notification in Swift, with customizable buttons and input text field. ๐Ÿ”ถ
  • MMPopupView - Pop-up based view(e.g. alert sheet), can easily customize.
  • EZAlertController - Easy Swift UIAlertController ๐Ÿ”ถ
  • SnowGlobeFramework - Delightful / slightly cheese easter egg for christmas season. Turns your awesome app into a snow globe, when user shake the device. ๐Ÿ”ถ
  • GSMessages - A simple style messages/notifications for iOS 7+. ๐Ÿ”ถ
  • OEANotification - In-app customizable notification views on top of screen for iOS which is written in Swift 2.1. ๐Ÿ”ถ
  • GSAlert - If you want to use UIAlertController, but still need to support iOS 7 this project is for you. ๐Ÿ”ถ
  • NMPopUpView - Simple iOS class for showing nice popup windows. Swift and Objective-C versions available. ๐Ÿ”ถ
  • CZPicker - A picker view shown as a popup for iOS.
  • STPopup - STPopup provides a UINavigationController in popup style, for both iPhone and iPad.
  • CNPPopupController - Simple and versatile class for presenting a custom popup in a variety of fashions. It includes a many options for controlling how your popup appears and behaves.
  • RKDropdownAlert - Extremely simple UIAlertView alternative.
  • TKSwarmAlert - Animated alert library like Swarm app. ๐Ÿ”ถ
  • Whisper - Whisper is a component that will make the task of display messages and in-app notifications simple. It has three different views inside ๐Ÿ”ถ
Calendar
Form
  • Form - The most flexible and powerful way to build a form on iOS
  • XLForm - XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
  • Eureka - Elegant iOS form builder in pure Swift. ๐Ÿ”ถ
  • YALField - Custom Field component with validation for creating easier form-like UI from interface builder.
  • Former - Former is a fully customizable Swift2 library for easy creating UITableView based form. ๐Ÿ”ถ
TextField & TextView
Keyboard
  • RSKKeyboardAnimationObserver - 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 - Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.
  • NgKeyboardTracker - Objective-C library for tracking keyboard in iOS apps.
  • MMNumberKeyboard - A simple keyboard to use with numbers and, optionally, a decimal point.
  • KeyboardObserver - For less complicated keyboard event handling. ๐Ÿ”ถ
Button
Menu
  • ENSwiftSideMenu - A simple side menu for iOS 7/8 written in Swift. ๐Ÿ”ถ
  • RESideMenu - iOS 7/8 style side menu with parallax effect inspired by Dribbble shots.
  • SSASideMenu - A Swift implementation of RESideMenu. A iOS 7/8 style side menu with parallax effect. ๐Ÿ”ถ
  • PagingMenuController - Paging view controller with customizable menu in Swift. ๐Ÿ”ถ
  • RadialMenu - RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP ๐Ÿ”ถ
  • cariocamenu - The fastest zero-tap iOS menu. ๐Ÿ”ถ
  • VLDContextSheet - Context menu similar to the one in the Pinterest iOS app
  • GuillotineMenu - Guillotine (Drop down) transitioning animation menu ๐Ÿ”ถ
  • MediumMenu - A menu based on Medium iOS app. ๐Ÿ”ถ
  • SwiftySideMenu - a lightweight, fully customizable side menu for iOS inspired from TimeLine app. Built with spring animations using Facebook Pop.
  • LLSlideMenu - This is a spring slide menu for iOS apps
  • Swift-Slide-Menu - A Slide Menu, written in Swift, inspired by Slide Menu Material Design. ๐Ÿ”ถ
  • MenuItemKit - UIMenuItem with image and block(closure) ๐Ÿ”ถ
  • BTNavigationDropdownMenu - 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. ๐Ÿ”ถ
  • ALRadialMenu - A radial/circular menu featuring spring animations. Written in swift ๐Ÿ”ถ
  • XLPagerTabStrip - Android PagerTabStrip for iOS. ๐Ÿ”ถ

Label

  • LTMorphingLabel - Graceful morphing effects for UILabel written in Swift. ๐Ÿ”ถ
  • ActiveLabel.swift - UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) ๐Ÿ”ถ
  • MZTimerLabel - A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.
  • CountdownLabel - Simple countdown UILabel with morphing animation, and some useful function. ๐Ÿ”ถ

WebSocket

Code Quality

  • KZBootstrap - iOS project bootstrap aimed at high quality coding.
  • KZAsserts - Set of custom assertions that automatically generate NSError's, allow for both Assertions in Debug and Error handling in Release builds, with beautiful DSL.
  • PSPDFUIKitMainThreadGuard - Simple snippet generating assertions when UIKit is used on background threads.
  • Flex - An in-app debugging and exploration tool for iOS.
  • chisel - Collection of LLDB commands to assist debugging iOS apps.
  • OCLint - Static code analysis tool for improving quality and reducing defects.
  • ocstyle - Objective-C style checker.
  • SwiftLint - An experimental tool to enforce Swift style and conventions. ๐Ÿ”ถ
  • spacecommander - Commit fully-formatted Objective-C code as a team without even trying.
  • DWURecyclingAlert - Optimizing UITableViewCell For Fast Scrolling.
  • DCIntrospect - Small library of visual debugging tools for iOS.
  • Watchdog - Class for logging excessive blocking on the main thread ๐Ÿ”ถ
  • Tailor - Cross-platform static analyzer for Swift that helps you to write cleaner code and avoid bugs.
  • SwiftCop - SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations. ๐Ÿ”ถ
  • Trackable - Trackable is a simple analytics integration helper library. Itโ€™s especially designed for easy and comfortable integration with existing projects. ๐Ÿ”ถ

Analytics

  • Flurry Analytics - Free app Analytics API.
  • Mixpanel - Advanced analytics platform.
  • Localytics - Brings app marketing and analytics together.
  • Answers by Fabric - Answers gives you real-time insight into peopleโ€™s experience in your app.
  • Liquid Analytics - Identify behaviours through Analytics and react with real-time Personalization.
  • GTrack - Lightweight Objective-C wrapper around the Google Analytics for iOS SDK with some extra goodies.
  • ARAnalytics - Analytics abstraction library offering a sane API for tracking events and user data.
  • Segment - The hassle-free way to integrate analytics into any iOS application.
  • MOCA Analytics - Paid cross-platform analytics backend.
  • Countly - Open source, mobile & web analytics, crash reports and push notifications platform for iOS & Android.

Payments

  • Stripe - Payment integration on your app with ๏ฃฟPAY. Suitable for people with low knowlege on Backend.
  • Braintree - Free payment processing on your first $50k. Requires Backend.
  • Venmo Make and accept payments in your iOS app via Venmo.
  • Moltin - Add eCommerce to your app with a simple SDK, so you can create a store and sell physical products, no backend required.

Products

  • Import.io - Instantly Turn Web Pages into Data.
  • Tapglue - Build social products and a activity feed with a few lines of code.

Utility

  • Underscore.m - A DSL for Data Manipulation.
  • SBConstants - Generate a constants file by grabbing identifiers from storyboards in a project.
  • XExtensionItem - Easier sharing of structured data between iOS applications and share extensions.
  • ReflectableEnum - Reflection for enumerations in Objective-C.
  • DateTools - Dates and times made easy in Objective-C
  • EKAlgorithms - Some well known CS algorithms & data structures in Objective-C.
  • Tactile - A safer and more idiomatic way to respond to gestures and control events. ๐Ÿ”ถ
  • ObjectiveSugar - ObjectiveC additions for humans. Ruby style.
  • GroundControl - Remote configuration for iOS.
  • OpinionatedC - Because Objective-C should have inherited more from Smalltalk.
  • SwiftRandom - Generator for random data. ๐Ÿ”ถ
  • RandomKit - Random data generation in Swift. ๐Ÿ”ถ
  • YOLOKit - Getting square objects down round holes.
  • EZSwiftExtensions - ๐Ÿ˜ How Swift standard types and classes were supposed to work. ๐Ÿ”ถ[e]
  • Pantry - The missing light persistence layer for Swift ๐Ÿ”ถ
  • SwiftParsec - A parser combinator library written in the Swift programming language. ๐Ÿ”ถ
  • OrderedSet - A Swift collection of unique, ordered objects ๐Ÿ”ถ
  • Datez - Swift library for dealing with NSDate, NSCalendar, and NSDateComponents. ๐Ÿ”ถ
  • BFKit - An Objective-C collection of useful classes to develop Apps faster.
  • BFKit-Swift - A Swift collection of useful classes to develop Apps faster. ๐Ÿ”ถ
  • Scale - Unit converter in Swift (available via Cocoapods) ๐Ÿ”ถ
  • Standard Template Protocols - Protocols for your every day iOS needs ๐Ÿ”ถ
  • TimeLord - Easy DateTime (NSDate, NSCalendar, NSDateComponents, NSDateFormatter) management ๐Ÿ”ถ
  • AppVersionMonitor - Monitor iOS app version easily.
  • Sugar - Something sweet that goes great with your Cocoa. ๐Ÿ”ถ[e]
  • Then - โœจ Super sweet syntactic sugar for Swift initializers. ๐Ÿ”ถ[e]
  • Kvitto - App Store Receipt Validation ๐Ÿ”ถ
  • Reusable - A Swift mixin for UITableViewCells and UICollectionViewCells ๐Ÿ”ถ

GCD

  • GCDKit - Grand Central Dispatch simplified with Swift. ๐Ÿ”ถ
  • Async - Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch ๐Ÿ”ถ
  • SwiftSafe - Thread synchronization made easy ๐Ÿ”ถ

Project setup

  • crafter - CLI that allows you to configure iOS project's template using custom DSL syntax, simple to use and quite powerful.
  • liftoff - Another CLI for creating iOS projects.
  • amaro - iOS Boilerplate full of delights.
  • chairs - Swap around your iOS Simulator Documents

Server

  • Perfect - Server-side Swift. The Perfect library, application server, connectors and example apps. ๐Ÿ”ถ
  • Swifter - Tiny http server engine written in Swift programming language. ๐Ÿ”ถ
  • CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.
  • Curassow - Swift HTTP server using the pre-fork worker model. ๐Ÿ”ถ
  • Epoch - Venice based HTTP server for Swift 2.2 on Linux ๐Ÿ”ถ
  • vapor - Elegant web framework for Swift that works on iOS, OS X, and Ubuntu. ๐Ÿ”ถ
  • swiftra - Sinatra-like DSL for developing web apps in Swift ๐Ÿ”ถ

Dependency / Package Manager

  • Cocoa Pods - CocoaPods is the dependency manager for Objective-C projects. It has thousands of libraries and can help you scale your projects elegantly.
  • Xcode Maven - The Xcode Maven Plugin can be used in order to run Xcode builds embedded in a Maven lifecycle.
  • Gradle - The gradle xcode plugin can be used to build iOS or Mac OS X Projects using gradle.
  • Carthage - A simple, decentralized dependency manager for Cocoa. ๐Ÿ”ถ
  • SWM (Swift Modules) - 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. ๐Ÿ”ถ
  • Alcatraz - The package manager for Xcode.
  • CocoaSeeds - Git Submodule Alternative for Cocoa.
  • Podage - A simple tool to bundle any Cocoapod and its dependencies into frameworks.

Testing

TDD / BDD

  • Kiwi - A behavior-driven development library for iOS development.
  • Specta - A light-weight TDD / BDD framework for Objective-C & Cocoa.
  • Quick - A behavior-driven development framework for Swift and Objective-C.
  • XcodeCoverage - Code coverage for Xcode projects.
  • OHHTTPStubs - Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
  • Dixie - Dixie is an open source Objective-C testing framework for altering object behaviours.
  • gh-unit - Test Framework for Objective-C.
  • Nimble - A Matcher Framework for Swift and Objective-C ๐Ÿ”ถ

UI Testing

  • CrashMonkey - Monkey Test Tool For iOS.
  • appium - Appium is an open source test automation framework for use with native and hybrid mobile apps.
  • robotframework-appiumlibrary - AppiumLibrary is an appium testing library for RobotFramework.
  • Cucumber - Behavior driver development for iOS.
  • Kif - An iOS Functional Testing Framework.
  • Subliminal - An understated approach to iOS integration testing.
  • UIAutomation - JavaScript library to write test scripts that exercise your appโ€™s user interface elements while the app runs on a connected device.
  • ios-driver - Test any IOS native, hybrid, or mobile web application using Selenium / WebDriver.
  • Zucchini - A visual iOS testing framework that loves your apps.
  • Remote - Control your iPhone from inside Xcode for end-to-end testing.

Other Testing

  • 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.
  • PonyDebugger - Remote network and data debugging for your native iOS app using Chrome Developer Tools
  • ios-snapshot-test-case - Snapshot view unit tests for iOS.
  • Fakery - Swift fake data generator. ๐Ÿ”ถ
  • DVR - Network testing for Swift ๐Ÿ”ถ
  • Cuckoo - First boilerplate-free mocking framework for Swift ๐Ÿ”ถ

Beta Distribution

  • Crashlytics - A crash reporting and beta testing service.
  • TestFlight Beta Testing - The beta testing service hosted on iTunes Connect (requires iOS 8 or later).
  • HockeyApp - With HockeyApp, you can distribute beta versions of your app, collect live crash reports, get feedback from users, and analyze test coverage.
  • boarding - Instantly create a simple signup page for TestFlight beta testers.
  • HockeyKit - A software update kit.

Tools

  • Shark - Swift Script that transforms the .xcassets folder into a type safe enum. ๐Ÿ”ถ
  • R.swift - Tool to get strong typed, autocompleted resources like images, cells and segues in your Swift project. ๐Ÿ”ถ
  • SwiftGen - A collection of Swift tools to generate Swift code (enums for your assets, storyboards, Localizable.strings and UIColors). ๐Ÿ”ถ
  • Localize-Swift - Swift 2.0 friendly localization and i18n with in-app language switching ๐Ÿ”ถ
  • Blade - Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more.
  • Retini - A super simple retina (2x, 3x) image converter.
  • Provisioning - A Quick Look plug-in to preview .mobileprovision files.
  • Strsync - Automatically translate and synchronize .strings files from base language.
  • Jazzy - Soulful docs for Swift & Objective-C. ๐Ÿ”ถ
  • appledoc - ObjectiveC code Apple style documentation set generator.
  • Taylor - Measure Swift code metrics. ๐Ÿ”ถ
  • Azkaban - A CLI to Alcatraz, the Xcode package manager. ๐Ÿ”ถ
  • Hodor - Simple solution to localize your iOS App.
  • Rubustrings - Check the format and consistency of Localizable.strings files
  • Laurine - Laurine - Localization code generator written in Swift. Sweet! ๐Ÿ”ถ
  • Swifternalization - Localize iOS apps in a smarter way using JSON files. Swift framework. ๐Ÿ”ถ
  • Algorithm - A toolset for writing algorithms and probability models in Swift. ๐Ÿ”ถ
  • Chocolat - ๐Ÿซ Generate podspecs from Swift packages. ๐Ÿ”ถ
  • StoryboardMerge - Xcode storyboards diff and merge tool.
  • ai2app - Creating AppIcon sets from Adobe Illustrator (all supported formats).

Rapid Development

  • KZPlayground - Playgrounds for Objective-C for extremely fast prototyping / learning.
  • MMBarricade - Runtime configurable local server for iOS apps.
  • NetworkObjects - Generate RESTful server from your Core Data Model.
  • STV Framework - Native visual iOS development.

Injection

Deployment

  • fastlane Connect all iOS deployment tools into one streamlined workflow.
  • deliver Deploy screenshots, app metadata and app updates to the App Store using just one command.
  • snapshot Automatically create screenshots in all languages on all devices.
  • buddybuild - A mobile iteration platform - build, deploy, and collaborate.
  • Bitrise Mobile Continuous Integration & Delivery with dozens of integrations to build, test, deploy and collaborate.
  • watchbuild - Get a notification once your iTunes Connect build is finished processing https://fastlane.tools

App Store

SDK

Official

  • Spotify Spotify iOS SDK.
  • Facebook Facebook iOS SDK.
  • Google Analytics Google Analytics SDK for iOS
  • Paypal iOS SDK The PayPal Mobile SDKs enable native apps to easily accept PayPal and credit card payments.
  • Pocket SDK for saving stuff to Pocket.
  • Tumblr Library for easily integrating Tumblr data into your iOS or OS X application.
  • Evernote Evernote SDK for iOS.
  • Box iOS + OS X SDK for the Box API.
  • OneDrive Live SDK for iOS.
  • Stripe Stripe bindings for iOS and OS X.
  • Venmo
  • AWS Amazon Web Services Mobile SDK for iOS.
  • Zendesk Zendesk Mobile SDK for iOS.
  • Adobe Creative SDK Adobe creative tools and Creative Cloud SDK.
  • Dropbox SDKs for Drop-ins and Dropbox Core API.
  • Fabric by Twitter Fabric Twitter Kit for iOS.
  • Liquid Analytics Identify behaviours through Analytics and react with real-time Personalization.
  • ResearchKit ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.
  • PacketZoom PacketZoom SDK for iOS.
  • 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.

Unofficial

  • STTwitter A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
  • FHSTwitterEngine Twitter API for Cocoa developers.
  • Giphy Giphy API client for iOS in Objective-C.
  • UberKit - A simple, easy-to-use Objective-C wrapper for the Uber API.
  • InstagramKit - Instagram iOS SDK.
  • DribbbleSDK - Dribbble iOS SDK.
  • objectiveflickr - ObjectiveFlickr, a Flickr API framework for Objective-C.
  • Easy Social - Twitter & Facebook Integration.
  • das-quadrat - A Swift wrapper for Foursquare API. iOS and OSX. ๐Ÿ”ถ

Xcode

Plugins

  • FuzzyAutocompletePlugin - A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.
  • SCXcodeMiniMap - SCXcodeMiniMap is a plugin that adds a source editor MiniMap to Xcode.
  • Show in Github - Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
  • BBUFullIssueNavigator - Xcode plugin for showing all issue content in the issue navigator.
  • BBUDebuggerTuckAway - Xcode plugin for auto-hiding the debugger once you start typing in the source code editor.
  • SCXcodeSwitchExpander - SCXcodeSwitchExpander is a small Xcode plugin that expands switch statements by inserting missing cases.
  • VVDocumenter-Xcode - Xcode plug-in which helps you write Javadoc style documents easier.
  • XAlign - An amazing Xcode plugin to align regular code. It can align anything by using custom alignment patterns.
  • Cocoapods Xcode Plugin - Dependency management helper for your CocoaPods, right in Xcode.
  • KSImageNamed-Xcode - Xcode plug-in that provides autocomplete for imageNamed: calls.
  • ColorSense-for-Xcode - Plugin for Xcode to make working with colors more visual.
  • Backlight-for-XCode - Highlights the current editing line in Xcode
  • KPRunEverywhereXcodePlugin - An Xcode plugin to build and run an app across multiple iOS devices with one click.
  • RevealPlugin - Plugin for Xcode to integrate the Reveal App to your project automatic.
  • RealmPlugin- Xcode plugin to generate new Realm models.
  • AdjustFontSize - Instant font size adjustment with โŒ˜ + / โŒ˜ -.
  • Lin - Xcode plugin that provides auto-completion for NSLocalizedString.
  • Rephrase - Localise from Xcode.
  • XCActionBar - "Alfred for Xcode" plugin.
  • QuickJump - Quick code navigation for Xcode.
  • CATweaker - Plugin for creating beautiful CAMediaTimingFunction curve.
  • XcodeWay - An Xcode plugin that makes navigating to many places easier (available via Alcatraz).
  • GitDiff - Highlights deltas against git repo in Xcode.
  • MCLog - Xcode plugin for filtering the console area.
  • XToDo - Dialog with list of all TODO, FIXME, ??? and !!! in the project.
  • CopyIssue - Makes Copy Xcode Issue Description Easy.
  • RTImageAssets - A Xcode plugin to automatically generate all the App icons needed.
  • BBUncrustifyPlugin-Xcode - Xcode plugin to format source code using ClangFormat or Uncrustify.
  • Aviator - Xcode plugin that brings โ‡งโŒ˜T (source/test toggle) from AppCode over to Xcode.
  • JumpMarks - Navigate your code files with numbered bookmarks.
  • XCSnippetr - An Xcode Plugin to upload code snippets directly into Slack and Gist.
  • Peckham - Add #import-s from anywhere in the code.
  • MLAutoReplace - Xcode plugin, Re-Intent, make you write code more quickly.
  • AutoHighlightSymbol - A Xcode plugin to add highlight to the instances of selected symbol.
  • Reveal-In-GitHub - Xcode plugin to let you jump to GitHub History, Blame, PRs, Issues, Notifications of any GitHub repo with one shortcut.
  • CleanHeaders-Xcode - A simple iSort like header sorting and duplicate removal plugin for Xcode, makes your headers look more organized.
  • Luft - The Xcode Plugin that helps you write lighter view controllers
  • You-Can-Do-It - Is learning a new language getting you down? Worry not, this Xcode plugin will keep you motivated.
  • PreciseCoverage - Make Xcode code coverage more informative
  • AutoIndentWithSave Xcode plugin which indent the source code when save
  • Refactorator - SourceKit Xcode Plugin that Refactors Swift ๐Ÿ”ถ
  • VWInstantRun - An Xcode plugin let you build & run your selected lines of code in Xcode without running the whole project, you'll have the output instantly in your Xcode console. ๐Ÿ”ถ
  • TTPasteHistory - A Xcode plugin. Recording you copy-and-paste history easily to write the code

Themes

Other Xcode

  • Synx - A command-line tool that reorganizes your Xcode project folder to match your Xcode groups.
  • dsnip - Tool to generate (native) Xcode code snippets from all protocols/delegate methods of UIKit (UITableView, ...)
  • SBShortcutMenuSimulator - 3D Touch shortcuts in the Simulator

Style Guides

Good Websites

News, Blogs and more

UIKit references

Forums and discuss lists

Tutorials and Keynotes

iOS UI Template

Prototyping

Newsletters

  • iOS Goodies - Weekly iOS newsletter
  • This Week in Swift - I'm @NatashaTheRobot and I'm programmed to love #Swift! Every week, I put together a list of the best Swift resources for you. Happy Learning!
  • The iOS Times - A weekly publication with news and trending projects in the open source iOS ecosystem.
  • Swift Sandbox - Swift developer newsletter, curated collection of Swift open source news, projects & resources. ๐Ÿ”ถ

Medium

Twitter

Facebook Groups

Podcasts

Books

Other Awesome Lists

Other amazingly awesome lists can be found in the

Contributing

See the guide

License

Public Domain Mark

To the extent possible under law, Vinicius Souza has waived all copyright and related or neighboring rights to this work.

awesome-ios's People

Contributors

anatoliygatt avatar aymenworks avatar bre7 avatar dearprakash avatar dkhamsing avatar esqarrouth avatar franclinc avatar hanton avatar hboon avatar heyvito avatar isaac12x avatar johnestropia avatar josejuanqm avatar kciter avatar lfarah avatar marty-suzuki avatar mazyod avatar mtnbarreto avatar narner avatar nvzqz avatar patrickreynolds avatar readmecritic avatar ruslanskorb avatar sanketfirodiya avatar shams-ahmed avatar shoheiyokoyama avatar skywinder avatar themrugraj avatar vinhnx avatar vsouza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.