karnlund
iOS Developer since 2009. Video game developer 1995-2009
Ingenious Arts and Technologies LLCSanta Ana, CA
Pinned Repositories
CKSVG
A Cocoa SVG parser and drawer using Core Graphics. Updated for iOS drawing, ARC, and XCTest.
IATBaseClasses
A collection of code that allows you to implement various styles of carousels that work quite a bit like UITableView's.
IATMidiByteControls
A collection of cocoa objects used to construct midi messages. Just NSPopUpButton and NSPopUpButtonCell objects right now, but CocoaTouch objects are planned.
MIDIApps
MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.
overshare-kit
A soup-to-nuts sharing library for iOS.
TTuiLite
Project for create UI for Terminal Tedium
Ultracortex
Files related to the ultracortex, the OpenBCI 3D-printable EEG headset currently under development
karnlund's Repositories
karnlund/WellCached
An NSCache subclass that provides keyed-subscripting, time-based expiration, and a Rails-like 'fetch' API for caching asynchronous data
karnlund/onepassword-app-extension
1Password Extension for iOS Apps
karnlund/hamburger-button
A hamburger button transition
karnlund/OLEContainerScrollView
A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.
karnlund/CocoaLumberjack
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
karnlund/MGMultipleImageBuilder
MGMultipleImageBuilder is a builder which allow you to create multi-face avatar such as that for a group chat.
karnlund/AwesomeCache
Delightful on-disk cache (written in Swift)
karnlund/ios
iPhone app
karnlund/Masu
Placeholder for iOS prototyping
karnlund/BFPaperColors
Flat colors taken from Google's Paper Material Design.
karnlund/NAMapKit
Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework
karnlund/LTMorphingLabel
A learning-by-doing Swift project cloning the original Morphing Label of iOS 8 introduced in WWDC 2014.
karnlund/MSMotionScroller
A simple class that enables anything that can be scrolled to be scrolled by bumping the device in a certain direction.
karnlund/Groot
From JSON to Core Data and back.
karnlund/XDPopupListView
An iOS Control
karnlund/LTBouncyPlaceholder
A learning-by-doing UITextField extension written in Swift
karnlund/MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
karnlund/AWPagedArray
A data structure for easier pagination! NSProxy subclass which acts as an NSArray for easier paging mechanisms in UITableView's and UICollectionView's.
karnlund/Swift-Useful-Extensions
lots of categories i used in objc, rewrite in swift, more coming.
karnlund/card.io-iOS-SDK
card.io provides fast, easy credit card scanning in mobile apps
karnlund/PayPal-iOS-SDK
Accept credit cards and PayPal in your iOS app
karnlund/BDDRScrollViewAdditions
UIScrollView category to center content, enable additional zoom gestures and add getters for animated properties.
karnlund/Eurorack-2
Code for Eurorack modules
karnlund/FLAnimatedImage
Performant animated GIF engine for iOS
karnlund/IntentKit
An easier way to handle third-party URL schemes in iOS apps.
karnlund/AWPercentDrivenInteractiveTransition
A drop-in replacement for UIPercentDrivenInteractiveTransition for use in custom container view controllers.
karnlund/TransitionLock
iOS library that provides a framework for apps to synchronize concurrent UIViewController transitions
karnlund/MRoundedButton
UIControl subclass like iOS 7 Phone app button
karnlund/AFNetworking
A delightful iOS and OS X networking framework
karnlund/TTTAttributedLabel
A drop-in replacement for UILabel that supports attributes, data detectors, links, and more