Archive for September, 2008
This tutorial will show you the basics of using the UITabBar and UITabBarItem controls when programming for the iPhone.
I will be showing you step by step in the video how to create a project from a UITabBar template and add additional UITabBarItems as well as additonal views to be displayed with these items. Here is a brief explanation of each step:
1. Create a new project from a UITabBar template
This is pretty straight forward. We will be using Apple’s default UITabBar …
Thanks to the generous donations of iCodeBlog users, I am pleased to announce that I will start doing some video tutorials starting early next week (or later this week if I have time). I have purchased iShowU HD Pro ScreenFlow and this will allow me to do screen casts of me writing the programs. From there, I will be able to overdub my voice, giving instruction every step of the way.
What is so good about this?
Tutorials will be more …
This is the final installment of our 4 part series of creating a Todo list for the iPhone. In this tutorial, I will detail how to add and delete new todo objects from the SQLite database. Make sure that you have completed the following tutorials before you begin this one:
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
For those of you Twitter Fans out there, you can now subscribe to iCodeBlog.com via twitter. Every time a new post is added or updated, my blog will automatically post a tweet to twitter. I subscribe to a few blogs via twitter and feel this is a valuable tool for sharing content.
So if you prefer twitter to RSS, subscribe now!
This is part 3 in our multipart series of creating a todo list for the iPhone. For this, you must have completed the following tutorials.
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part …
This tutorial is part 2 in our series of creating a to-do list. I will assume that you have completed the following tutorial and its prequisites.
iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
I will be using the code produced from that tutorial as a base for this one. Â When you are finished with this tutorial, your application will look something like this:
In this section, I will not only teach you how to display the …
Workout of the Day