-
Subscribe
Categories
Tutorials
- iPhone Coding – Turbo Charging Your Apps With NSOperation
- iPhone Coding Recipe – Shortening URLs
- iPhone Coding Recipe: Live Character Counter, Word filter, and 1337 Translator For A UITextField
- UITextField – A Complete API Overview
- iPhone Coding Tutorial – In Application Emailing
- iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
- iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
- Debugging Tutorial – Automating Your Tests With A UIRecorder Instrument
- Objective-C Tutorial: NSArray
- iPhone Programming Tutorial: Animating A Game Sprite
-
Archives
Monthly Archives: November 2008
A Great iPhone Coding Resource
I'm sure many of you are aware that Stanford is offering an iPhone development class this semester. On my journeys through the interwebs, I discovered a link to the site where the lectures for this class were posted (via [...]
Finding Substrings in Objective-C
It's times like this, that I miss ruby.I'm checking a url to see if it has a substring. It would be so easy if this was ruby:absolute_url.match(/my regex/).any?In Objective C, you have to use rangeOfString which returns a range. [...]
Posted in iphone, objective-c 5 Comments
iPhone Programming Tutorial – Intro to SOAP Web Services
This tutorial was contributed by Dave (AKA Clarke76) on the Forums.
WebSite: http://viium.com
-Main project on site is eDuo. A .Net app that connects to OWA Exchange and forwards to IMAP account. Free program for those who can't use Active Sync
Important [...]
Posted in iPhone Programming Tutorials Tagged iphone, iphone codeing, soap, web services, xml-rpc 72 Comments
iPhone: applicationDidFinishLaunching & handleOpenUrl
Problem:You use the applicationDidFinishLaunching method to kick off your application. This event fires automatically on your delegate whenever your app launches.If your app launches from a special url schema (tel://, http://, mailto://), then another event is fired:handleOpenUrlAs you might [...]
Posted in Uncategorized 5 Comments
Xcode SDK / iPhone OS Idiosyncracies
The Problem:Recently, after upgrading an iPhone to the current iPhone development firmware Xcode was unable to detect the device. I first noticed this when trying to build directly to the device:"no provisioned iphone os device connected". Needless to [...]
Posted in Uncategorized Leave a comment
iPhone building/testing for the device
Building for the simulator is easy. Building for the device, however, can be troublesome, especially when using version control to share your code with other developers.Often times, the project.pbxproj file ends up with settings that disable Xcode from building [...]
Posted in Uncategorized 9 Comments


The “Digg” of iPhone Apps – Checkout My New Site