Repositories
Select a repository to view its commits, contributors, and more.DTGridView
DEPRECATED, this isn't supported anymore. A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.
DCTCoreDataStack
Easily sets up a read to use core data stack
DCTCoreData
My additions to Core Data.
DTResurrectionKit
A small cocoa framework for resurrecting an object graph, specifically designed with a view controller structure on the iPhone.
DataCenter
Some view controllers to browse any random core data model's data.
DCTConfirmationButton
iOS 7 App Store-like button.
DCTUIKit
My additions to UIKit.
DCTAuth
A library to handle authorised web requests using an account-based approach similar to the Accounts framework. Comes with OAuth, OAuth 2.0 and basic authentication accounts.
DCTConnectionController
DEPRECATED: I'm now using AFNetworking like the rest of the world
DCTDataSource
A system to better manage UITableView data source classes, because they can be reusable too!
DCTTextFieldValidator
An object to validate many UITextFields
DCTMusicModel
A Core Data based framework for quickly accessing the music information in MediaPlayer. It requires the data to be imported, which takes about 1 minute 45 seconds for 2000 songs on an iPhone 3G. Once created, accessing is near instant. No private Apple APIs were used in the making of DCTMusicModel.