Pinned Repositories
Alley
Essential `URLSessionDataTask` micro-wrapper for communication with HTTP(S) web services, with built-in automatic request retries.
Ambar
Powerful, advanced Core Data Stack implementation, in Swift.
CardPresentationController
Custom UIPresentationController which mimics the behavior of Apple Music UI
Coordinator
Implementation of Coordinators app design pattern.
Fields
Good, solid base to build custom forms in iOS apps, using self-sizing compositional layout.
HTML2PDFRenderer
Take any HTML loaded in WKWebView and make PDF out of it.
LanguageSwitcher
Example how to switch iOS app's language on-the-fly, instantly
Swift-Essentials
A set of essential Swift stuff I use in every single iOS app.
UICollectionView-NSFetchedResultsController
How to use UICollectionView with NSFetchedResultsController
WatchRingGenerator
iOS app to generate series of PNG images, to be used in WatchKit apps
radianttap's Repositories
radianttap/RTWalkthrough
An Objective-C clone of github/ariok/BWWalkthrough (a bit improved in the process)
radianttap/NSFileManager-Utilities
radianttap/ComposableUI
An example of the power of container controllers to UI driven by very complex functionality
radianttap/AsyncOperations
Jared Sinclair built this library a while back. Not sure why it's gone from his account, but hosting a copy until further notice.
radianttap/UILabel-FontName
UIAppearance for UILabel font name
radianttap/SVProgressHUD
A clean and lightweight progress HUD for your iOS app.
radianttap/AFDownloadRequestOperation
A progressive download operation for AFNetworking.
radianttap/AFOAuth2Manager
AFNetworking Extension for OAuth 2 Authentication
radianttap/AppSales-Mobile
App Sales allows iPhone and Mac App Store developers to download and analyze their daily and weekly sales reports from iTunes Connect.
radianttap/articles
All current objc.io articles
radianttap/CommonCrypto
CommonCrypto Swift module
radianttap/CoreDataStackManager
A class with CoreData Stack separated from AppDelegate
radianttap/DCTCoreDataStack
Easily sets up a read to use core data stack
radianttap/EmbeddedUICV
radianttap/hyde-x
Enhanced port of the Jekyll "Hyde" theme to Hugo
radianttap/ios-exercises
radianttap/issue-4-full-core-data-application
radianttap/JLRoutes
URL routing library for iOS with a simple block-based API
radianttap/KCKeyboardImagePicker
Inspired by the in-chat horizontal keyboard scrolling image picker in the Facebook Messenger app. A user can quickly browse and select an image and send it to his/her friend without bringing up a full screen camera roll picker.
radianttap/Log
An extensible logging framework for Swift
radianttap/MGSplitViewController
A flexible, advanced split-view controller for iPad developers.
radianttap/MMWormhole
Message passing between iOS apps and extensions.
radianttap/PhotoCollectionView
A tutorial for creating a collection view with a custom layout on iOS 6
radianttap/Programming-iOS-Book-Examples
Downloadable code examples for my books, "Programming iOS 7" and "iOS 7 Programming Fundamentals".
radianttap/Result
Swift type modelling the success/failure of arbitrary operations.
radianttap/SCScrollView
UIScrollView subclass that can use a custom easing function to animate the setting of the content offset
radianttap/STKWebKitViewController
Usable UI around WKWebView
radianttap/Swift-CheatSheet
A quick reference cheat sheet for common, high level topics in Swift.
radianttap/SwiftSerializable
Simple way to convert any swift object to a format that can be transferred over the network.
radianttap/UIImage-Resize
Category to add some resizing methods to the UIImage class, to resize it to a given CGSize — or fit in a CGSize keeping aspect ratio