-
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: iPhone Articles
iOS 4: Please start your engines.
It is not particularly difficult to figure that Apple will push this release hard. There is some competition out there and we expect Apple to step up the marketing game even more, which should create new ways to ride in Apple’s tailwind to market your application. Make sure you are ready for this opportunity. It’s a growing market that quickly rewards your creativity and innovation.
iPhone 4 Could Propel Apple to 100 million users
It is no secret anymore that Apple is shattering pre-sales records with the new iPhone. Apparently, more than 600,000 phones have been ordered in just one day. What is much more interesting, are the forecasts just how far this new phone can go. Morgan Stanley’s Katy Huberty thinks Apple may be able to expand its user base to 100 million iPhone owners and users. She believes that about 42 million fourth-generation iPhones could be sold by the end of the year.
Creating a document centric iPhone/iPad application with own file format using ZipArchive
If I need to predict one thing about where the App Store is heading to, now that the iPad has been released, I would say “It’s going to be less about farting apps and much more about productivity apps” Yes - the iPad has already changed the game drastically - with an almost real life size keyboard, large beautiful screen and file sharing direct in iTunes you can achieve much more than before. But hey, iPhone OS 4.0 is just around the corner, and I bet one of those new features will be the same file sharing you get on the iPad.
Also posted in Code Snippets, Featured Tagged custom, file format, how to, ipad, iphone, NSFileManager, ZipArchive 10 Comments
iPhone In Action Book – Free Chapter Downloads
Manning Publishing has started their MEAP (Manning Early Access Program) for the book I am working on. What this means for you is FREE DOWNLOADS. There is currently only one chapter available, but there will be more as the book progresses.
The chapter currently available is about audio recording and playback. It goes into detail about the AVAudio frameworks as well as the MPMediaPlayer.
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, objective-c 11 Comments
Objective-C Tutorial: NSArray
The NSArray is a huge workhorse that we use quite frequently without even thinking about it. The NSArray class isn't just your ordinary array. Not only does it provide random access, but it also dynamically re-sizes when you add new objects to it. While I won't go over every method in NSArray (there are quite a few), I will discuss some of the more important ones that are most commonly used. Let's take a closer look at this class.
Also posted in iPhone Programming Tutorials, iphone Tagged iPhone Coding, iphone dev, nsarray, NSMutableArray 26 Comments
Voices That Matter iPhone Conference | Special iCodeBlog Reader Discount
Calling all iPhone Developers. Pearson Education has hooked iCodeBlog up with a sweet discount to this year's Voices That Matter iPhone developers conference. The conference will take place in Boston starting October 17th. Here is some info from them (Including [...]
RightSignature Featured on TechCrunch
WOW, one of the apps we have been working on has been featured on TechCrunch. The application is called RightSignature. It allows you to digitally sign documents from any computer and your iPhone. It's a great piece of software that [...]
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 Programming Tutorials, iphone, objective-c Tagged uitableview, UITableViewCell 79 Comments
iAd To Debut Tomorrow
Apple will be rolling on its iAd service on Thursday and open up a potentially very lucrative revenue source for application developers as well as another revenue source for itself. It’s a high-rollers market now, but don’t expect mass advertisers to be playing ball just yet.
iOS 4: Please start your engines.
It is not particularly difficult to figure that Apple will push this release hard. There is some competition out there and we expect Apple to step up the marketing game even more, which should create new ways to ride in Apple’s tailwind to market your application. Make sure you are ready for this opportunity. It’s a growing market that quickly rewards your creativity and innovation.
iPhone 4 Could Propel Apple to 100 million users
It is no secret anymore that Apple is shattering pre-sales records with the new iPhone. Apparently, more than 600,000 phones have been ordered in just one day. What is much more interesting, are the forecasts just how far this new phone can go. Morgan Stanley’s Katy Huberty thinks Apple may be able to expand its user base to 100 million iPhone owners and users. She believes that about 42 million fourth-generation iPhones could be sold by the end of the year.
Creating a document centric iPhone/iPad application with own file format using ZipArchive
If I need to predict one thing about where the App Store is heading to, now that the iPad has been released, I would say “It’s going to be less about farting apps and much more about productivity apps” Yes - the iPad has already changed the game drastically - with an almost real life size keyboard, large beautiful screen and file sharing direct in iTunes you can achieve much more than before. But hey, iPhone OS 4.0 is just around the corner, and I bet one of those new features will be the same file sharing you get on the iPad.
Also posted in Code Snippets, Featured Tagged custom, file format, how to, ipad, iphone, NSFileManager, ZipArchive 10 Comments
iPhone In Action Book – Free Chapter Downloads
Manning Publishing has started their MEAP (Manning Early Access Program) for the book I am working on. What this means for you is FREE DOWNLOADS. There is currently only one chapter available, but there will be more as the book progresses.
The chapter currently available is about audio recording and playback. It goes into detail about the AVAudio frameworks as well as the MPMediaPlayer.
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, objective-c 11 Comments
Objective-C Tutorial: NSArray
The NSArray is a huge workhorse that we use quite frequently without even thinking about it. The NSArray class isn't just your ordinary array. Not only does it provide random access, but it also dynamically re-sizes when you add new objects to it. While I won't go over every method in NSArray (there are quite a few), I will discuss some of the more important ones that are most commonly used. Let's take a closer look at this class.
Also posted in iPhone Programming Tutorials, iphone Tagged iPhone Coding, iphone dev, nsarray, NSMutableArray 26 Comments
Voices That Matter iPhone Conference | Special iCodeBlog Reader Discount
Calling all iPhone Developers. Pearson Education has hooked iCodeBlog up with a sweet discount to this year's Voices That Matter iPhone developers conference. The conference will take place in Boston starting October 17th. Here is some info from them (Including [...]
RightSignature Featured on TechCrunch
WOW, one of the apps we have been working on has been featured on TechCrunch. The application is called RightSignature. It allows you to digitally sign documents from any computer and your iPhone. It's a great piece of software that [...]
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 Programming Tutorials, iphone, objective-c Tagged uitableview, UITableViewCell 79 Comments




iAd To Debut Tomorrow