Skip to content

Instantly share code, notes, and snippets.

@ianoshorty
Last active August 29, 2015 14:01
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianoshorty/543c2fb49f18eebe7ac1 to your computer and use it in GitHub Desktop.
Save ianoshorty/543c2fb49f18eebe7ac1 to your computer and use it in GitHub Desktop.
Useful iOS Development Resources
Xcode Extensions
================
Xcode Cocoapods plugin
======================
https://github.com/ricobeck/KFCocoaPodsPlugin
Xcode documentation plugin
==========================
https://github.com/onevcat/VVDocumenter-Xcode
Xcode image name autocomplete
=============================
https://github.com/ksuther/KSImageNamed-Xcode
Xcode console colouring
=======================
https://github.com/robbiehanson/XcodeColors
iOS Frameworks
==============
AFNetworking - Networking stack
===============================
https://github.com/AFNetworking/AFNetworking
SDWebImage - Image loading and display with cacheing
====================================================
https://github.com/rs/SDWebImage
Magical Record - Core Data Enhancements
=======================================
https://github.com/magicalpanda/MagicalRecord
MBProgressHUD - Over the top spinner / message
==============================================
https://github.com/jdg/MBProgressHUD
SVPullToRefresh - Pull to refresh on tableview
==============================================
https://github.com/samvermette/SVPullToRefresh
TTTAttributedLabel - NSAttributedString labels with data detectors (links, addresses etc
========================================================================================
https://github.com/mattt/TTTAttributedLabel
Masonry - Autolayout in an expressive manner
============================================
https://github.com/cloudkite/Masonry
Crashlytics - Crash analysis
============================
http://try.crashlytics.com/
Canvas - Awesome animation
==========================
https://github.com/CanvasPod/Canvas
TPKeyboardAvoiding - Auto scroll text views when editing text
=============================================================
https://github.com/michaeltyson/TPKeyboardAvoiding
CSStickyHeaderFlowLayout - UICollectionView sticky header view
==============================================================
https://github.com/jamztang/CSStickyHeaderFlowLayout
CocoaLumberJack - Amazing Debugging / Logging
=============================================
https://github.com/CocoaLumberjack/CocoaLumberjack
CocoaCats - Collection of Catagories for iOS
============================================
http://cocoacats.com/
App Checklist - Checklist for Go Live
=====================================
https://github.com/oisin/app-release-checklist/blob/master/checklist.md
NUI - App styling similar to CSS
================================
https://github.com/tombenner/nui
Classy - Alternative to NUI - styling similar to CSS
====================================================
http://classy.as/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment