Welcome to another episode of TheAppleBlog’s iPhone Dev Sessions. We left off with a drum app tutorial called Bickboxx. For this tutorial, we’re building off of the first Bickboxx project, so go back and finish it if you haven’t already. Or if you want to cheat, grab the Bickboxx code from Github.
The Story
The Boss is [...]
You’ve seen all the different drum apps, right? Well, they’re really easy to make. In this iPhone Dev Sessions article, I want to teach you how to make Bickboxx, an actual app that’s in the iTunes App Store.
Grab Bickboxx (FREE) from the iTunes App Store if you want to see this puppy in action so [...]
In this tutorial, you will learn how to do the following:
Create and run a Navigation-Based Application from XCode
Create and add a user interface, designed in Interface Builder, as a sub-view to a navigation based application
Navigate to sub-views from a UITableView
Allow sub-views to access application data
Creating and Running a Navigation-Based Application in XCode
Let’s start off by [...]
For this tutorial we’re going to build a simple clock that is orientation-aware, meaning that when you rotate your iPhone, the time rotates with it. I’m assuming you have a basic knowledge of the iPhone SDK.
To get started, you will need a label for the time and a background image. You will also need a [...]
With this I’m assuming you have a bit of familiarity with the iPhone SDK – you can download it for free from Apple’s site, and follow along here. We’re going to build an RSS feed reader for a simple feed (from The Apple Blog, no less).
Let’s get started
Open Xcode and choose the “File” menu, in [...]