WordNet
WordNet® is a large lexical database of English, developed under the direction of George A. Miller (Emeritus). Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept.
database  dictionary 
may 2011
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
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
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
BCCollectionView
BCCollectionView is intended as a replacement for NSCollectionView (and possibly IKImageBrowserView). It is designed to work with a lot of items and only loads the views that it actually needs.
cococa  macosx 
may 2011
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
Clean Up Your Xcode Project Image With Rake
Rake script to search all of your source files for references for [UIImage imageWithName:@"image_name_here"]. Then it looks at all of the images on disk and removes any you didn't reference. Also has a whitelist for icons and other images not reference directly
ios  xcode  ruby  rake 
may 2011
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
JTextView
JTextView is a UITextView analogue which supports attributed text. Renders the text using CoreText, and works on iOS.
ios  cocoa  coretext 
may 2011
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
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
Lion-Scrollbar
This repository brings the new Lion scroll bars to Snow Leopard (OS X 10.6).
macosx 
april 2011
MKEReviewRequester
Static class for requesting reviews on iOS devices
ios 
april 2011
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
OpenEars: a library for voice recognition for iPhone
OpenEars is an open-source iOS library for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad, which uses the CMU Pocketsphinx and CMU Flite libraries.
ios  opensource  speech 
april 2011
openmeta
OpenMeta is an OS X standard for adding tags, ratings, and other metadata to files.
cocoa 
march 2011
Perspx/PXSimpleTableAdapter - GitHub
PXSimpleTableAdapter is a class for iOS which makes managing UITableViews easier.
ios  uitableview 
march 2011
OHAttributedLabel
This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.
ios  uilabel  uicontrol 
march 2011
TITokenFieldView
An iOS version of the NSTokenField (See To: field in Mail and Messages)
cocoa  ios  uicontrol 
march 2011
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
NWPickerField
A combo box like control for the iPhone.
cocoa  ios  uicontrol 
march 2011
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
Hoptoad: iOS Notifier
Hoptoad iOS Notifier gets your iOS errors to you quickly and easily.
ios  crashreporter  cocoa 
march 2011
ColorPicker
ColorPicker is a powerful color picker for all iOS devices.
uicontrol  ios  cocoa 
march 2011
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
SlideToCancel
"slide to unlock" clone from the iPhone's lockscreen using only public APIs
ios  cocoa 
march 2011
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
JCSSheetController
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block.
cocoa  macosx  nssheet 
march 2011
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
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
Setting Up Hudson for iPhone builds
Pretty decent step-by-step instructions on the Hudson/Jenkins config options
ci  ios  xcode 
march 2011
Incremental localization on Xcode
Python script that diffs your genstrings outputs
localization 
february 2011
ios-static-libraries
Tired of trying to find online versions of OpenSSL, libEtPan, zlib, libssh2 or cURL ready to use in your iOS project, or even a working method to build them? Then this project is for you!
ios 
february 2011
CBFLog
A more powerful logging object for better cocoa debugging
logging  ios  macosx 
february 2011
Print a stack trace anytime
Here’s how to print a stack trace from code at any point in your app – no need to wait for a crash report!
ios  debugging 
february 2011
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
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
SOLogger
Cocoa wrapper for ASL (Apple System Logger) APIs
macosx  logging 
february 2011
Breadcrumb by freshcode
Knowing where customers download and purchase your software can help you develop and employ strong, precise marketing strategies perfectly targeted to your audiences.

With Breadcrumb it's easy to gather and effectively use this critical data. Moreover, Breadcrumb requires no server-side software or tagged binaries.
macosx  framework 
february 2011
ELCSlider
A subclass of UISlider to use with iPad that includes a UIPopover Scrubber showing the value as it changes
ios  uicontrol  uislider 
february 2011
ELCImagePickerController
A clone of the UIImagePickerController using the Asset Library Framework allowing for multiple selection.
ios  uicontrol 
february 2011
ellipticlicense
Short product key generation and validation framework based on elliptic curve digital signatures (ECDSA) for Mac OS X/Cocoa
macosx  licensing 
february 2011
SMXMLDocument
A lightweight XML Document class for iOS
cocoa  ios  xml 
february 2011
Adrian Kenny
I'm Adrian Kenny, an enthusiastic 18-year-old graphic designer with a love for beautiful icons and interfaces.
design 
january 2011
libcurl - iPhone cross compilation
Tutorial on building an iOS friendly version of libcurl
ios  tutorial 
january 2011
libssh2 - iPhone cross compilation
Instructions on how to build iOS friendly version of libssh2
ios  tutorial 
january 2011
objective-curl
The objective-curl framework provides an easy-to-use interface to libcurl for Cocoa developers.
cocoa  macosx 
january 2011
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
MTLocateMeBarButtonItem
A custom iOS UIBarButtonItem mimicing the Locate-Me-Button of the built-in Google Maps Application of the iPhone
cocoa  ios 
january 2011
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
bjhomer/HSImageSidebarView - GitHub
A view based on the sidebar in Apple's Keynote app for iPad
cocoa  ios  uiview 
january 2011
OBSlider
A UISlider subclass that adds variable scrubbing speeds (as seen in the iPod app on iOS).
ios  cocoa  uislider 
january 2011
s7ftprequest
FTP library for Mac and iOS
cocoa  ftp 
january 2011
atebits — OAuthCore
Simple function for signing OAuth requests.
cocoa  oauth 
january 2011
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
BCTabBarController
BCTabBarController is a Tweetie-style tab bar for iPhone.
cocoa  ios  uitabbarcontroller 
january 2011
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
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
« earlier      later »
^blocks accelerate accessibility activityindicator advertising analytics animations api apps arc associatedobjects automation azure bbedit bdd bindings blend c# cache caldav ci cocoa cococa collectionviewsource const control coreanimation coredata coregraphics corelocation coretext crashreporter database debugging design dictionary distribution documentation dropbox ebook evernote facebook framework ftp furniture gcd gesture ghunit git github gridview heroku hipstamatic html http hudson icloud indianapolis instruments ios ios5 javascript jenkins jobs json keychain kvc kvo library licensing lion localization logging macosx mapkit markdown marketing mkmapview mobile modal mogenerator mvvm network networking notifications nscontrol nsdate nssheet nsslider nsvaluetransformer nswindow oauth objective-c ocmock ocr opengl opensource openssl optimization osx path patterns pdc pdf performance photopicker postgres postres pulltorefresh rails rake rcov recruiters reference regex rest ruby security silverlight sockets software spec speech sqlite storyboards style support tdd templating testing theme tip tips tracking tutorial uiactionsheet uialertview uiautomation uibutton uicontrol uigesturerecognizer uiimage uiimageview uikeyboard uikit uilabel uinavigationbar uinavigationcontroller uipickerview uipopoverbackgroundview uiprogressindicator uiscrollview uislider uitabbar uitabbarcontroller uitableview uitextview uiview uiviewcontroller uiwebview video webdav webkit webservice wp7 wp7dev xcode xml xmlrpc xmpp

Copy this bookmark:



description:


tags: