There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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 stackDCTCoreData
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.DCTUIKit
My additions to UIKit.DCTConfirmationButton
iOS 7 App Store-like button.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 worldDCTDataSource
A system to better manage UITableView data source classes, because they can be reusable too!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.DCTTextFieldValidator
An object to validate many UITextFieldsDCTAsynchronousTesting
Because I can't use Xcode 6 just yet, but still want to do asynchronous testing, I have recreated Apple's testing additions so that it will be easier to adopt when I can use Xcode 6.DCTFoundation
My extensions to Apple's Foundation framework.DCTImageCache
Caches images both on disk and in memoryExport-LSR
A Sketch plugin for exporting LSR files used for Apple TV parallax icons.Remember-Forget
Bringing memory-management back to the modern ARC environment!DCTGoogleMaps
Currently in development project to allow access to the Google Maps APIAdvent-of-Code
My solutions to the Advent of Code puzzles.DCTFetchedResultsSearchController
A controller to handle the fetching and display of managed objects in a UISearchDisplayControlleropenssl-xcode
Builds the OpenSSL libraries for use as an embeddable Xcode project, based on https://github.com/sqlcipher/openssl-xcodePublisherView
A SwiftUI view that subscribes to a Combine publisher to display different views for the values and failure of the publisher.Xcode-Configurations
A set of configuration files to use in my libraries and apps.Resourceful
A resource type allow network requests to be packaged together with a transform to get some data.DCTStoryboarding
Additions to make iOS 5's storyboarding a little betterDCTSafariActivity
An activity to "Open in Safari"MarkdownKit
A wrapper for cmark providing an Abstract Syntax Tree for Markdown files in a natural Swift API.swift-git
DCTBetterDescription
A set of categories to improve rubbish Cocoa class descriptions.KeychainItem
AsyncView
A SwiftUI view that performs an async task on appearing, allowing the caller to display different views for the success and failure cases.DCTWebBrowser
A view controller to act as an internal web browser.UserDefaultsKey
A swift package to specify a Key type for use with UserDefaults.DCTKit
Project to test compatibility with the latest versions of my libraries. Use the individual projects rather than this one.DCTChromeActivity
An activity to "Open in Chrome"FileBuilder
A declarative way to generate files using Swift.DCTGravatar
Implementation of the Gravatar API with connection controllersDCTManagedObjectSerialization
DCTConnectionController-UIKit
UIKit additions to DCTConnectionControllerSandvox-Gist
Gist plug-in for SandvoxDCTYouTubeView
A view for iOS to load a YouTube videogit-template
My custom git template when initialising new git repositories.dotfiles
My dotfiles, just want to see if this will help keep my machines in check.DTNibHook
THIS IS DEPRECATED, see https://github.com/danielctull/DCTTableViewDataSources for my new table cell handling. A NibHook loads a view from a nib linking the outlet properties as usual. It then reassigns the tag for those views to the position of the property name when ordered. This allows another instance to hook that view to those same properties. Useful when reusing UITableViewCells, without having to create code especially for the cells.JSONSchema
Swift implementation of json schema.DCTPlaceholderTextView
A text view subclass with the ability to display placeholder text, uses ARC.DCTRemoteSettings
Provides asynchronous access to key/values from a dictionary loaded from a URL, stored in the form of json or plist.AppleScripts
A collection of AppleScripts taken from my Script directory.DCTValueTransformers
Deserializer
to
My short URLsDCTNetworkActivityIndicatorController
Class to controller the network activity indicator, works with DCTConnectionControllerspresentations
Presentations I have givenSampleCoreData
A sample Core Data Model, with model objects and a sample sqlite database.DCTInstapaper
Example of how to use connection controllers with Instapaper's basic APIDCTFoursquare
Initial workings of the foursquare API with DCTConnectionController + coDCTLogViewController
A view controller that you can log out tosite.includes
Jekyll includes for my sitesDCTBarViewController
A class to use as a parent view controller with a bar.DCTImageSizing
Resize UIImages using any UIViewContentModesite.style
The styles for my websiteDCTObjectStore
A class to store groups of objectsRomanNumerals
A swift package for dealing with Roman numerals.site.layouts
Jekyll layouts for my websiteDCTKKGridViewDataSources
A port of FRCTableViewDataSources for KKGridView -- WARNING: Hugely untested!Thinking-in-SwiftUI
My solutions to the problems posed in the book.Xcode-UserData
My Xcode UserData folderdanielctull.github.com
My websiteSampleViewControllers
Some sample view controllers to test with.DCTMenuController
Category on UIMenuController to add a delegate callback.lox
A swift implementation of the first lox interpreter described in the book Crafting Interpreters.Geodesy
An iOS library for doing conversions of real-world coordinate systems.DCTBlocks
Adding blocks to things that don't have blocksXcode-Scripts
A set of scripts to use in my libraries and apps.SlideUI
Create polished presentations with the power of SwiftUI.Love Open Source and this site? Check out how you can help us