-
Subscribe
Categories
Tutorials
- iPhone Programming Tutorial – Local Notifications
- How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes
- Pick Your Own Adventure iPhone Edition
- 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
-
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
Recent Comments
- Tobias Becker on iPhone Programming Tutorial – Intro to SOAP Web Services
- Jef on iPhone Programming Tutorial – Transitioning Between Views
- joe on iPhone Game Programming Tutorial – Part 1
- joe on iPhone Game Programming Tutorial – Part 1
- andy on iPhone Game Programming Tutorial – Part 1
- andy on iPhone Game Programming Tutorial – Part 1
- Anneke on iPhone Programming Tutorial – Using A TabBarView To Switch Between Views
- Afflick on Custom UITableViewCell Using Interface Builder
- Afflick on Custom UITableViewCell Using Interface Builder
- Bluebaroo on iPhone Programming Tutorial: Animating A Game Sprite
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. If [...]
Posted in iphone, objective-c 8 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 [...]
Posted in iPhone Programming Tutorials Tagged iphone, iphone codeing, soap, web services, xml-rpc 89 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 have [...]
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 say, the [...]
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 your [...]
Posted in Uncategorized 9 Comments


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