Archive for the ‘iPhone’ Category
Hilarious: Jon Stewart Appholes
The Daily Show With Jon Stewart
Mon – Thurs 11p / 10c
Apotheken app launched today!
Get the iPhone Apotheken (Pharmacies) App here: http://www.apoapp.at
Zimt – OpenResearch iPhone Library
We just started our own public iPhone library: http://github.com/openresearch/zimt
For now it includes:
ZTFakeLocationManager
CLLocationManager subclass that can read a list of waypoints from a file and simulate location updates. Meant to be used on simulator for testing. See samples/FakeLocation
ZTWebSocket
Probably the first WebSocket client implementation written in Objective-C
How to get the current iPhone Language Code
We are currently developing an iPhone App which requires localization support and I ran into an issue while trying to get currently set language.
Cocoa Touch has a class called NSLocale which let’s you query the language by writing the following code:
[NSLocale currentLocale] objectForKey:NSLocaleLanguageCode];
At least one would expect so, but it actually gives you the language [...]
good apple push notification tutorial
http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial
iPhone Links
http://withfoam.com
http://iphonedevelopment.blogspot.com
http://github.com/neror/ftutils (Core Animation Helper)