domesticcatsoftware/DCIntrospect
20 days ago by justin
Small library of visual debugging tools
ios
debugging
cocoa
20 days ago by justin
PLWeakCompatibility
8 weeks ago by justin
Do you like ARC but need to support older OSes? Do you contemplate dropping support for Mac OS X 10.6 or iOS 4 just so you can use __weak? Good news! Now you can use __weak on those older OSes by just dropping a file into your project and adding a couple of compiler flags.
arc
cocoa
ios
objective-c
8 weeks ago by justin
Nyx0uf/NYXImagesKit - GitHub
february 2012 by justin
A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.
library
uiimage
cocoa
february 2012 by justin
emenegro/MNMRadioGroupDemo - GitHub
february 2012 by justin
Control for iOS apps that imitates Javascript radio group behavior
ios
cocoa
uikit
february 2012 by justin
initWithNibName:bundle: Breaks Encapsulation – Ole Begemann
january 2012 by justin
Using init instead of initwithnibname when instantiating a new view controller.
ios
cocoa
tips
january 2012 by justin
TouchHandlebars
january 2012 by justin
A very much work in progress objective-c implementation of the Handlebars template engine.
ios
cocoa
templating
january 2012 by justin
DTLocalizableStringScanner
january 2012 by justin
An open source substitute for Apple's genstrings which can be integrated in Apps.
ios
cocoa
localization
january 2012 by justin
JSON Libraries for iOS Comparison
january 2012 by justin
Speed comparisons of the different JSON libraries in iOS
json
ios
cocoa
january 2012 by justin
Objective-Git
november 2011 by justin
Objective Git provides Objective-C bindings to the libgit2 linkable C Git library. It has been implemented as a framework right now. This is a good reference for setting up frameworks in xcode This library follows the rugged API as close as possible while trying to maintain a native objective-c feel.
cocoa
ios
november 2011 by justin
appledoc
june 2011 by justin
Objective-c code Apple style documentation set generator
cocoa
documentation
june 2011 by justin
On platform-specific strategies
cocoa
may 2011 by justin
I’m writing some library code at the moment that needs to work on both Mac OS X and iOS. The APIs I need to use on each platform are different, so I need different code on each platform. I also happen to think that putting both versions of the code in the same implementation file is icky.
may 2011 by justin
JMWhenTapped
may 2011 by justin
JMWhenTapped is a simple little syntactical-sugar addition to all UIView objects, as well as any class that inherits from UIView. It allows you to assign touch-up, touch-down, and tapped (touched down then up) actions to a UIView object using a convenient blocks-style syntax.
cocoa
ios
^blocks
may 2011 by justin
SVWebViewController
may 2011 by justin
Simple inline browser for iOS. The iPhone UI is highly based on Tweetie’s inline browser, and the iPad version on Reeder.
uiwebview
uiviewcontroller
ios
cocoa
may 2011 by justin
SSToolkit
april 2011 by justin
SSToolkit makes life easier. It is made up of various view controllers, views, and categories that I use in all of my apps. Feel free to fork the repo and make it better.
ios
cocoa
april 2011 by justin
openmeta
march 2011 by justin
OpenMeta is an OS X standard for adding tags, ratings, and other metadata to files.
cocoa
march 2011 by justin
TITokenFieldView
march 2011 by justin
An iOS version of the NSTokenField (See To: field in Mail and Messages)
cocoa
ios
uicontrol
march 2011 by justin
TISwipeableTableView
march 2011 by justin
Allows you to swipe a UITableViewCell and reveal a back view, functions like cells in the "Twitter" app.
cocoa
ios
uicontrol
uitableview
march 2011 by justin
How to create universal static libraries on Xcode 4: the traditional way
march 2011 by justin
In this article I will show you how to create such a fat static library on Xcode 4. Because the place for product builds of each project are completely changed from those of Xcode 3.x, we have to make a slight effort tailoring it to the Xcode 4.
ios
cocoa
xcode
march 2011 by justin
Hoptoad: iOS Notifier
march 2011 by justin
Hoptoad iOS Notifier gets your iOS errors to you quickly and easily.
ios
crashreporter
cocoa
march 2011 by justin
ColorPicker
march 2011 by justin
ColorPicker is a powerful color picker for all iOS devices.
uicontrol
ios
cocoa
march 2011 by justin
DAVKit
march 2011 by justin
DAVKit is a Cocoa framework for communicating with WebDAV servers. It supports downloading, uploading, copying, moving, and deleting files and folders, all asynchronously. By subclassing DAVRequest, you can extend the existing support for WebDAV requests to suit your own needs. Unit test are also included for all supported requests.
cocoa
opensource
webdav
march 2011 by justin
SlideToCancel
march 2011 by justin
"slide to unlock" clone from the iPhone's lockscreen using only public APIs
ios
cocoa
march 2011 by justin
INAppStoreWindow
march 2011 by justin
INAppStoreWindow is an NSWindow subclass that mimics the appearance of the main window in the Mac App Store application. These modifications consist of enlarging the title bar, and centring the traffic lights (note that this subclass does not handle the creation of a toolbar).
macosx
cocoa
march 2011 by justin
JCSSheetController
cocoa
macosx
nssheet
march 2011 by justin
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block.
march 2011 by justin
Oomph/RFAnimatedSlider - GitHub
nscontrol
macosx
nsslider
cocoa
march 2011 by justin
RFAnimatedSlider is a subclass and drop-in replacement NSSlider that uses CoreAnimation to animate between states. It looks exactly like NSSlider because it uses the same drawing routines.
march 2011 by justin
TMSliderControl
march 2011 by justin
TMSliderControl is a (almost perfect) replica of the On/Off switch in the Time Machine system preferences pane of OS X.
macosx
nscontrol
cocoa
march 2011 by justin
NSLogger
cocoa
macosx
ios
logging
february 2011 by justin
NSLogger is a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X or iOS (iPhone OS). It replaces your usual NSLog()-based traces and provides powerful additions like display filtering, image and binary logging, traces buffering, timing information, etc.
february 2011 by justin
cocoalumberjack
cocoa
macosx
ios
logging
february 2011 by justin
It is similar in concept to other popular logging frameworks such as log4j, yet is designed specifically for objective-c, and takes advantage of features such as multi-threading, grand central dispatch (if available), lockless atomic operations, and the dynamic nature of the objective-c runtime.
february 2011 by justin
objective-curl
january 2011 by justin
The objective-curl framework provides an easy-to-use interface to libcurl for Cocoa developers.
cocoa
macosx
january 2011 by justin
FTLocationSimulator
january 2011 by justin
FTLocationSimulator allows simulating Core Location in the iPhone simulator on the desktop. It sends fake Core Location updates taken from a KML file that describes a predefined route.
cocoa
ios
corelocation
january 2011 by justin
MTLocateMeBarButtonItem
january 2011 by justin
A custom iOS UIBarButtonItem mimicing the Locate-Me-Button of the built-in Google Maps Application of the iPhone
cocoa
ios
january 2011 by justin
BMScript
january 2011 by justin
BMScript is an Objective-C class set to make it easier to utilize the power and flexibility of a whole range of scripting languages that already come with modern Macs.
macosx
cocoa
january 2011 by justin
bjhomer/HSImageSidebarView - GitHub
january 2011 by justin
A view based on the sidebar in Apple's Keynote app for iPad
cocoa
ios
uiview
january 2011 by justin
Official Facebook iOS SDK
january 2011 by justin
This open source iOS library allows you to integrate Facebook into your iOS application include iPhone, iPad and iPod touch.
facebook
ios
cocoa
january 2011 by justin
BCTabBarController
january 2011 by justin
BCTabBarController is a Tweetie-style tab bar for iPhone.
cocoa
ios
uitabbarcontroller
january 2011 by justin
SimStoreKit
january 2011 by justin
A simulated version of the iPhone's StoreKit, for testing store UIs on the iPhone Simulator, or even on device without having to set up IAP in Connect.
cocoa
ios
testing
january 2011 by justin
UMEKit
january 2011 by justin
UMEKit (pronounced "you, me kit") is an open source (Apache-license) Mac OS X Framework written by Todd Ditchendorf for creating iPhone-like user interfaces in Cocoa desktop applications.
cocoa
macosx
january 2011 by justin
JLNDragEffectManager
january 2011 by justin
JLNDragEffectManager is a small, simple Objective-C class for Cocoa that gives you the morphing animation as seen when dragging controls from the palette in Interface Builder 3.
cocoa
macosx
january 2011 by justin
yrk-spinning-progress-indicator-layer
december 2010 by justin
A clone of the spinning NSProgressIndicator, written using Core Animation.
macosx
cocoa
december 2010 by justin
KSFileUtilities
december 2010 by justin
Categories on various classes to generate relative URLs/paths from absolute URLs, extract query parameters from a URL, adding query parameters to a URL safely, 10.5 compatibility methods for NSURL’s path manipulation methods, an NSFormatter for URLs, a class to handle .webloc URL bookmark files.
cocoa
december 2010 by justin
related tags
arc ⊕ associatedobjects ⊕ bdd ⊕ bindings ⊕ cache ⊕ cocoa ⊖ control ⊕ coredata ⊕ corelocation ⊕ coretext ⊕ crashreporter ⊕ debugging ⊕ documentation ⊕ facebook ⊕ framework ⊕ ftp ⊕ gcd ⊕ html ⊕ http ⊕ ios ⊕ json ⊕ kvc ⊕ kvo ⊕ library ⊕ localization ⊕ logging ⊕ macosx ⊕ mkmapview ⊕ networking ⊕ nscontrol ⊕ nssheet ⊕ nsslider ⊕ nsvaluetransformer ⊕ nswindow ⊕ oauth ⊕ objective-c ⊕ ocmock ⊕ opensource ⊕ path ⊕ pdf ⊕ sqlite ⊕ tdd ⊕ templating ⊕ testing ⊕ tips ⊕ uibutton ⊕ uicontrol ⊕ uiimage ⊕ uikit ⊕ uislider ⊕ uitabbar ⊕ uitabbarcontroller ⊕ uitableview ⊕ uiview ⊕ uiviewcontroller ⊕ uiwebview ⊕ webdav ⊕ xcode ⊕ xml ⊕ ^blocks ⊕Copy this bookmark: