Pinned Repositories
CacheKit
Simple and flexible caching mechanism for in memory and persistent caches.
ImageIOSwift
Swift wrapper around ImageIO
iPhone-Simulator-Capture
Records video screen captures of the iPhone simulator
MultipartForm
The missing multipart form support for URLSession.
PersistentCacheKit
A Swift package for caching items to the filesystem (using SQLite by default).
PG.swift
A PostgreSQL client library written in pure Swift (without any dependency the C libpq).
swift-glob
A native Swift implementation of glob match patterns.
TNKImagePickerController
A replacement for UIImagePickerController that can select multiple photos.
TURecipientBar
A UIView to handle entering recipients similar to iOS Mail
TUSafariActivity
A UIActivity subclass that opens URLs in Safari
davbeck's Repositories
davbeck/iPhone-Simulator-Capture
Records video screen captures of the iPhone simulator
davbeck/iPhoneContacts
A wrapper for the iPhone's C-based AddressBook framework.
davbeck/TULayoutAdditions
Shortcuts and helper methods for iOS Auto Layout
davbeck/SimpleInstapaperKit
An iOS interface for the Instapaper Simple API (http://www.instapaper.com/api/simple)
davbeck/RefreshTintFail
UIRefreshControl tintColor is not applied on initial refresh
davbeck/plaza-ios
An iOS App to view public topics, events, needs, prayers and albums from On The City Plaza.
davbeck/TULogging
Better logging that uses ASL log levels. Based on work by Mike Weller.
davbeck/Pocket-ObjC-SDK
Headless iOS/Mac SDK for saving stuff to Pocket.
davbeck/markdownlive
Purpose-built Markdown Editor for Mac OS X with Live Preview
davbeck/IFUnicodeURL
Category to add internationalized domain name support to NSURL
davbeck/objective-c
CloudApp's first-party Objective-C API wrapper
davbeck/BFColorPickerPopover
The standard OS X color picker put into an NSPopover
davbeck/CacheExample
Example code to demonstrate a bug in NSURLCache
davbeck/chipins
A Wordpress plugin that adds a short code to show giving progress.
davbeck/countly-sdk-ios
Countly Mobile Analytics - iOS SDK
davbeck/DAKeyboardControl
DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView, UIScrollView or UITableView with only 1 line of code. DAKeyboardControl automatically extends UIView and provides a block callback with the keyboard's current origin.
davbeck/DTCoreText
Methods to allow using HTML code with CoreText
davbeck/FastImageCache
iOS library for quickly displaying images while scrolling
davbeck/GrowingTextView
An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for a small screencast.
davbeck/NoodleKit
Random collection of Cocoa classes and categories, most of which have been featured on my blog: http://www.noodlesoft.com/blog
davbeck/objective-git
Objective-C bindings to libgit2
davbeck/RedditKit
An Objective-C wrapper for the reddit API
davbeck/RMPhoneFormat
RMPhoneFormat provides a simple to use class for formatting phone numbers in iOS apps. The formatting should replicate what you would see in the Contacts app for the same phone number.
davbeck/SVWebViewController
A drop-in inline browser for your iOS app.
davbeck/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
davbeck/SWTableViewCell
An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
davbeck/thecity-admin-ruby
A project to access The City Admin API
davbeck/TNKData
A replacement for Core Data with a focus on control, performance and concurrency
davbeck/TUMessagePackSerialization
MessagePack serializer for Objective-C and Swift
davbeck/XMPPConsole
An console for debugging XMPP connections on the Mac