equestrian

objective-c

Alle Einträge mit dem Tag "objective-c"

jasonmorrissey/JMNoise – GitHub

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.

How do I detect when someone shakes an iPhone? – Stack Overflow

Code Pilot

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.

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. That's it!

How to Make Custom Drawn Gradient Backgrounds in a Grouped UITableView with Core Graphics – [coneybeare code]

core-plot – Project Hosting on Google Code

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.

How To Chose The Best XML Parser for Your iPhone Project

TBXML ist der schnellste, libxml2 der effizienteste.

apns-php – Project Hosting on Google Code

A full set of open source PHP classes to interact with the Apple Push Notification service for the iPhone, iPad and the iPod Touch.

App Information String Tokens

UIKeyboardTypeNumberPad and the missing "return" key

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.