Last active
August 29, 2015 14:01
-
-
Save ianoshorty/543c2fb49f18eebe7ac1 to your computer and use it in GitHub Desktop.
Useful iOS Development Resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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