mhilscher / GreatRepos

A list of great GitHub Repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##UI Components

###TableView

  • XLForm
    XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.
  • SWTableViewCel
    An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
  • RETableViewManager
    Powerful data driven content manager for UITableView.

###CollectionView

###ProgressIndicator

  • MDRadialProgress
    A custom UIView useful to represent progress in discrete steps.
  • MRProgress
    Collection of iOS drop-in components to visualize progress
  • FFCircularProgressView
    FFCircularProgressView - An iOS 7-inspired blue circular progress view

###MISC

###AlertView

###PhotoBrowser

  • EBPhotoPages
    A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.
  • CRMotionView
    A custom photo viewer that implements device motion scrolling, inspired by Facebook Paper.
  • IDMPhotoBrowser
    Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

###MapView

###Intro

###Labels

  • RPFloatingPlaceholders
    UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text.
  • JVFloatLabeledTextField
    UITextField subclass with floating labels - inspired by Matt D. Smith's design:
  • UICountingLabel
    Adds animated counting support to UILabel.
  • TSValidatedTextField
    Simple and ready to use subclass of UITextField which uses NSRegularExpression to allows you to validate text in the text field with pattern you set.

###Navigation

  • MSDynamicsDrawerViewController
  • Container view controller that leverages UIKit Dynamics to provide a realistic drawer navigation paradigm.
  • REMenu
    Dropdown menu inspired by Vine.
  • BFNavigationBarDrawer
    A UIToolbar subclass that can easily be displayed below a UINavigationBar, similarly to the playlist view in the Music app.
  • RNFrostedSidebar
    A Control Center-esque control with blurred background and toggle animations.
  • WYPopoverController
    WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
  • RESideMenu
    iOS 7 style side menu with parallax effect.
  • KNSemiModalViewController
  • KNSemiModalViewController ###MISC
  • JBChartView
    iOS-based charting library for both line and bar graphs.
  • CPDAcknowledgements
    Show your CocoaPods dependencies in-app.
  • AMScrollingNavbar
    Scrollable UINavigationBar that follows the scrolling of a UIScrollView
  • NGAParallaxMotion
    A tiny category on UIView that allows you to set one property: "parallaxIntensity" to achieve a parallax effect with UIMotionEffect
  • RATreeView
    RATreeView provide you a great support to display the tree structures on IOS.
  • Shimmer
    An easy way to add a simple shimmering effect to any view in an iOS app, which is particularly useful as an unobtrusive loading indicator.
  • PPiAwesomeButton
    UIButton category with new methods to setup a button with text + FontAwesome Icon

##Utils

  • MTMigration
    Manages blocks of code that only need to run once on version updates in iOS apps.
  • Tweaks
  • WCFastcell
    A drop-in replacement for UITableViewCell and UICollectionViewCell which draws contents using CoreGraphics. Seamless integration with nibs provided.
  • MMAppSwitcher
    Replace iOS7 app switcher view with your own customized card view.
  • BeaconEmitter
    Turn your Mac as an iBeacon
  • xctool
    xctool is a replacement for Apple's xcodebuild that makes it easier to build and test iOS and Mac projects.
  • MAObjCRuntime
    ObjC wrapper for ObjC runtime API
  • FormatterKit
    stringWithFormat: for the sophisticated hacker set
  • ios-snapshot-test-case
    Snapshot view unit tests for iOS
  • HyperImageView
    Fastest Image Drawing Control in iOS
  • overshare-kit
    A soup-to-nuts sharing library for iOS
  • iOS-System-Services
    iOS System Services is a class to gather all available information about a device.
  • gcdobjc
    Objective-C wrapper for Grand Central Dispatch
  • iOS-NBULog
    Log framework based on CocoaLumberjack. Adds dynamic log levels, modules' support and eases usage.
  • Antenna
    Extensible Remote Logging for iOS
  • SSAppURLs
    Quickly check for and open URLs using iOS app URL schemes.
  • ARAnalytics
    Simplify your iOS analytics
  • CocoaLumberjack
    A fast & simple, yet powerful & flexible logging framework for Mac and iOS
  • KZPropertyMapper
    Property mapping for iOS apps.
  • APNS-Pusher
    A simple cocoa app to send pushes via APNS
  • Typhoon
    A flexible dependency injection container for Objective-C (iOS &OSX). Light-weight, yet full-featured and super-easy to use.
  • OHHTTPStubs
    Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
  • TMCache
    Fast parallel object cache for iOS and OS X.
  • Colours
    A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.

###Xcode Plugins

  • ClangFormat-Xcode
    Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
  • XToDo
    Xcode plugin to collect and list the TODO,FIXME,???,`!!!! Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
  • KSImageNamed-Xcode
    Xcode plug-in that provides autocomplete for imageNamed: calls
  • Lin-Xcode5
    A Localization Manager for Xcode 5
  • LLDB-QuickLook
    Debugger commands to open images, views, and more using Quick Look.
  • VVDocumenter-Xcode
    Xcode plug-in which helps you write Javadoc style documents easier.
  • FuzzyAutocompletePlugin
    A Xcode 5 plugin that adds more flexible autocompletion rather than just prefix-matching.
  • XAlign
    An amazing Xcode plugin to align regular code. It can align anything by using custom alignment patterns.
  • ColorSense-for-Xcode
    Plugin for Xcode to make working with colors more visual
  • Lin
    Xcode4 plugin showing completion for NSLocalizedString and localizedStringForKey:value:table: (Please see: https://github.com/questbeat/Lin-Xcode5)

###KeyChain

  • Lockbox
    Objective-C utility class for storing data securely in the key chain.
  • NGBAccountStore
    Simple keychain based account store for iOS with baked in support for iCloud keychain.

##Networking

  • AFNetworking
    A delightful iOS and OS X networking framework

##Persistancy

  • RestKit
    RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X
  • Mantle
    Model framework for Cocoa and Cocoa Touch

About

A list of great GitHub Repos