-
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
Category Archives: objective-c
Using NSXMLParser to Pull UIImages From the Web
Introduction Hello everyone, welcome to my third screeencast. This screencast is the result of a request made in the comments of my first post. I am going to be covering many topics in this post. But the general idea of [...]
Also posted in Interface Builder, Uncategorized Tagged NSXMLParser, UIImage, UIScrollView, XML 44 Comments
Custom UITableViewCell Using Interface Builder
Hey everyone, welcome to my first of many screencasts coming in the next few weeks. Today I am going to show you how to layout a UITableViewCell in Interface Builder and have a UITableView populate with those type of cells. [...]
Also posted in Interface Builder, Uncategorized, iPhone Articles, iPhone Programming Tutorials, iphone Tagged uitableview, UITableViewCell 79 Comments
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 [...]
Also posted in iphone 8 Comments
Floodgates opened for iPhone development
For as active as iPhone application development community is, achieving success in iTunes has been an elusive affair for those who participate in this vertical. The two main obstacles presented to anyone who wants to create an iPhone applications are: one, finding resources/developers with the right skill set; and two, marketing the application after the application has been submitted. The bad news is Apple keeps iTunes a black box. Unless your application has been reviewed or mentioned on review sites or blogs, no one will be able to find your application outside of iTunes. This makes marketing your application relatively difficult. Here's the good news: the cost to build an iPhone application should come down substantially as it no longer requires a developer with an exclusive knowledge to a specific technology to build an application for iPhone.
Also posted in Uncategorized, iPhone Articles, iphone 11 Comments
Using NSXMLParser to Pull UIImages From the Web
Introduction Hello everyone, welcome to my third screeencast. This screencast is the result of a request made in the comments of my first post. I am going to be covering many topics in this post. But the general idea of [...]
Also posted in Interface Builder, Uncategorized Tagged NSXMLParser, UIImage, UIScrollView, XML 44 Comments
Custom UITableViewCell Using Interface Builder
Hey everyone, welcome to my first of many screencasts coming in the next few weeks. Today I am going to show you how to layout a UITableViewCell in Interface Builder and have a UITableView populate with those type of cells. [...]
Also posted in Interface Builder, Uncategorized, iPhone Articles, iPhone Programming Tutorials, iphone Tagged uitableview, UITableViewCell 79 Comments
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 [...]
Also posted in iphone 8 Comments


Floodgates opened for iPhone development