objective-c
Alle Einträge mit dem Tag "objective-c"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "objective-c"
Montag, 21. November 2011
A category on UIView to easily apply a noise texture. Uses no external images or dependencies to make it very easy to drop into projects.
Dienstag, 8. März 2011
Donnerstag, 10. Februar 2011
Code Pilot enhances Xcode by adding swift navigation through files and other parts of your project. Thanks to a fuzzy search mechanism and an advanced scoring system for the search results, Code Pilot tries to guess what's on your mind immediately after you've typed just a few characters. Its ultimate goal is to keep you in flow, not distracting you when you change your focus from one piece of code to another.
Montag, 4. Oktober 2010
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. That's it!
Montag, 12. Juli 2010
Donnerstag, 4. März 2010
Core Plot is a plotting framework for Mac OS X and iPhone OS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.
TBXML ist der schnellste, libxml2 der effizienteste.
Montag, 1. März 2010
A full set of open source PHP classes to interact with the Apple Push Notification service for the iPhone, iPad and the iPod Touch.
Donnerstag, 18. Februar 2010
Mittwoch, 17. Februar 2010
If you have ever written an iPhone app that requires numeric input, then you surely know about the UIKeyboardTypeNumberPad. And if you have ever used that flavor of the iPhone's keyboard, then you surely know that it lacks one very important feature: The UIKeyboardTypeNumberPad does not have a "return" key.