equestrian

objective-c

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

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.

Cocoa Is My Girlfriend » Accessing The Cloud From Cocoa Touch

Everything is moving toward the cloud and unless you’re building calculators, unit converters, or miniature golf score keepers your iPhone app needs to know how to get data from it.

tmdvs’s TDBadgedCell at master – GitHub

UIViewTableCell mit Badges

FTUtils

iPhone View Animation Helper

How do I mask a square image to have round corners in the iPhone SDK …