justin + cocoa   110

domesticcatsoftware/DCIntrospect
Small library of visual debugging tools
ios  debugging  cocoa 
20 days ago by justin
steipete/SDURLCache
Faster fork of SDURLCache that uses GCD.
ios  cocoa  cache 
5 weeks ago by justin
PLWeakCompatibility
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
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
Control for iOS apps that imitates Javascript radio group behavior
ios  cocoa  uikit 
february 2012 by justin
MWPhotoBrowser
A simple iOS photo browser
ios  cocoa 
january 2012 by justin
initWithNibName:bundle: Breaks Encapsulation – Ole Begemann
Using init instead of initwithnibname when instantiating a new view controller.
ios  cocoa  tips 
january 2012 by justin
TouchHandlebars
A very much work in progress objective-c implementation of the Handlebars template engine.
ios  cocoa  templating 
january 2012 by justin
DTLocalizableStringScanner
An open source substitute for Apple's genstrings which can be integrated in Apps.
ios  cocoa  localization 
january 2012 by justin
F3BarGauge
Bar gauge progress indicator samples.
ios  cocoa 
january 2012 by justin
JSON Libraries for iOS Comparison
Speed comparisons of the different JSON libraries in iOS
json  ios  cocoa 
january 2012 by justin
Objective-Git
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
jasonmorrissey/JMTabView - GitHub
Stylish and animated tab view for iOS rendered entirely using core graphics
iOS  cocoa  uitabbar 
july 2011 by justin
EGOTextView
EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing
cocoa  iOS  uicontrol 
june 2011 by justin
Objective-C-HMTL-Parser
An Objective-C wrapper around libxml for parsing HTML
html  cocoa  iOS  macosx 
june 2011 by justin
appledoc
Objective-c code Apple style documentation set generator
cocoa  documentation 
june 2011 by justin
Superpin
Superpin is a drop-in replacement for MKMapView that automatically clusters annotation views
ios  cocoa  mkmapview 
june 2011 by justin
Core Data and Threads, Without the Headache
Using GCD and blocks to make working with Core Data stuff in the background more sane.
coredata  cocoa  ^blocks  gcd 
may 2011 by justin
On platform-specific strategies


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.
cocoa 
may 2011 by justin
JMWhenTapped
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
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
WEPopover
Generic popover implementation for iOS with same API as the UIPopoverController for the iPad, but configurable with custom background and available for iPhone/iPhone4
control  ios  cocoa 
may 2011 by justin
JTextView
JTextView is a UITextView analogue which supports attributed text. Renders the text using CoreText, and works on iOS.
ios  cocoa  coretext 
may 2011 by justin
MAConfirmButton
MAConfirmButton is an animated subclass of UIButton that replicates and improves upon the behavior of the AppStore “Buy Now” buttons. Built and animated with Core Animation layers, it is completely image free.
cocoa  ios  uibutton  control 
may 2011 by justin
nanostore
NanoStore is a Cocoa wrapper for SQLite, a C library that implements an embeddable SQL database engine. With NanoStore, just build your dictionary and store it.
sqlite  cocoa 
may 2011 by justin
SSToolkit
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
OpenMeta is an OS X standard for adding tags, ratings, and other metadata to files.
cocoa 
march 2011 by justin
TITokenFieldView
An iOS version of the NSTokenField (See To: field in Mail and Messages)
cocoa  ios  uicontrol 
march 2011 by justin
TISwipeableTableView
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
NWPickerField
A combo box like control for the iPhone.
cocoa  ios  uicontrol 
march 2011 by justin
How to create universal static libraries on Xcode 4: the traditional way
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
Hoptoad iOS Notifier gets your iOS errors to you quickly and easily.
ios  crashreporter  cocoa 
march 2011 by justin
ColorPicker
ColorPicker is a powerful color picker for all iOS devices.
uicontrol  ios  cocoa 
march 2011 by justin
DAVKit
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
"slide to unlock" clone from the iPhone's lockscreen using only public APIs
ios  cocoa 
march 2011 by justin
INAppStoreWindow
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
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block.
cocoa  macosx  nssheet 
march 2011 by justin
Oomph/RFAnimatedSlider - GitHub
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.
nscontrol  macosx  nsslider  cocoa 
march 2011 by justin
TMSliderControl
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
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.

cocoa  macosx  ios  logging 
february 2011 by justin
cocoalumberjack
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.
cocoa  macosx  ios  logging 
february 2011 by justin
SMXMLDocument
A lightweight XML Document class for iOS
cocoa  ios  xml 
february 2011 by justin
objective-curl
The objective-curl framework provides an easy-to-use interface to libcurl for Cocoa developers.
cocoa  macosx 
january 2011 by justin
FTLocationSimulator
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
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
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
A view based on the sidebar in Apple's Keynote app for iPad
cocoa  ios  uiview 
january 2011 by justin
OBSlider
A UISlider subclass that adds variable scrubbing speeds (as seen in the iPod app on iOS).
ios  cocoa  uislider 
january 2011 by justin
s7ftprequest
FTP library for Mac and iOS
cocoa  ftp 
january 2011 by justin
atebits — OAuthCore
Simple function for signing OAuth requests.
cocoa  oauth 
january 2011 by justin
Official Facebook iOS SDK
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
BCTabBarController is a Tweetie-style tab bar for iPhone.
cocoa  ios  uitabbarcontroller 
january 2011 by justin
SimStoreKit
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
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
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
A clone of the spinning NSProgressIndicator, written using Core Animation.
macosx  cocoa 
december 2010 by justin
KSFileUtilities
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
« earlier      

Copy this bookmark:



description:


tags: