WordNet
may 2011
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
On platform-specific strategies
cocoa
may 2011
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
JMWhenTapped
may 2011
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
may 2011
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
may 2011
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
may 2011
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
Lion-Scrollbar
april 2011
This repository brings the new Lion scroll bars to Snow Leopard (OS X 10.6).
macosx
april 2011
SSToolkit
april 2011
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
april 2011
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
march 2011
OpenMeta is an OS X standard for adding tags, ratings, and other metadata to files.
cocoa
march 2011
Perspx/PXSimpleTableAdapter - GitHub
march 2011
PXSimpleTableAdapter is a class for iOS which makes managing UITableViews easier.
ios
uitableview
march 2011
OHAttributedLabel
march 2011
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
march 2011
An iOS version of the NSTokenField (See To: field in Mail and Messages)
cocoa
ios
uicontrol
march 2011
TISwipeableTableView
march 2011
Allows you to swipe a UITableViewCell and reveal a back view, functions like cells in the "Twitter" app.
cocoa
ios
uicontrol
uitableview
march 2011
How to create universal static libraries on Xcode 4: the traditional way
march 2011
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
march 2011
Hoptoad iOS Notifier gets your iOS errors to you quickly and easily.
ios
crashreporter
cocoa
march 2011
ColorPicker
march 2011
ColorPicker is a powerful color picker for all iOS devices.
uicontrol
ios
cocoa
march 2011
DAVKit
march 2011
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
march 2011
"slide to unlock" clone from the iPhone's lockscreen using only public APIs
ios
cocoa
march 2011
INAppStoreWindow
march 2011
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
cocoa
macosx
nssheet
march 2011
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block.
march 2011
Oomph/RFAnimatedSlider - GitHub
nscontrol
macosx
nsslider
cocoa
march 2011
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
TMSliderControl
march 2011
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
march 2011
Pretty decent step-by-step instructions on the Hudson/Jenkins config options
ci
ios
xcode
march 2011
Incremental localization on Xcode
february 2011
Python script that diffs your genstrings outputs
localization
february 2011
ios-static-libraries
february 2011
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
Print a stack trace anytime
ios
debugging
february 2011
Here’s how to print a stack trace from code at any point in your app – no need to wait for a crash report!
february 2011
NSLogger
cocoa
macosx
ios
logging
february 2011
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
cocoalumberjack
cocoa
macosx
ios
logging
february 2011
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
Breadcrumb by freshcode
february 2011
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
With Breadcrumb it's easy to gather and effectively use this critical data. Moreover, Breadcrumb requires no server-side software or tagged binaries.
february 2011
ELCSlider
february 2011
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
february 2011
A clone of the UIImagePickerController using the Asset Library Framework allowing for multiple selection.
ios
uicontrol
february 2011
ellipticlicense
february 2011
Short product key generation and validation framework based on elliptic curve digital signatures (ECDSA) for Mac OS X/Cocoa
macosx
licensing
february 2011
Adrian Kenny
january 2011
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
january 2011
Tutorial on building an iOS friendly version of libcurl
ios
tutorial
january 2011
libssh2 - iPhone cross compilation
january 2011
Instructions on how to build iOS friendly version of libssh2
ios
tutorial
january 2011
objective-curl
january 2011
The objective-curl framework provides an easy-to-use interface to libcurl for Cocoa developers.
cocoa
macosx
january 2011
FTLocationSimulator
january 2011
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
january 2011
A custom iOS UIBarButtonItem mimicing the Locate-Me-Button of the built-in Google Maps Application of the iPhone
cocoa
ios
january 2011
BMScript
january 2011
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
january 2011
A view based on the sidebar in Apple's Keynote app for iPad
cocoa
ios
uiview
january 2011
OBSlider
january 2011
A UISlider subclass that adds variable scrubbing speeds (as seen in the iPod app on iOS).
ios
cocoa
uislider
january 2011
Official Facebook iOS SDK
january 2011
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
january 2011
BCTabBarController is a Tweetie-style tab bar for iPhone.
cocoa
ios
uitabbarcontroller
january 2011
SimStoreKit
january 2011
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
january 2011
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
^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