Archive for September, 2008

UITabBar iPhone Tutorial

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

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 …

September 28th, 2008 Posted by: (ELC) - posted under:Articles - View Comments READ MORE

Video Tutorials Coming Soon

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks


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 …

September 23rd, 2008 Posted by: (ELC) - posted under:Articles - View Comments READ MORE

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 4

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

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

September 22nd, 2008 Posted by: (ELC) - posted under:Tutorials - View Comments READ MORE

iCodeBlog Is Now On twitter

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks


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!

September 19th, 2008 Posted by: (ELC) - posted under:Articles - View Comments READ MORE

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 3

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

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 …

September 10th, 2008 Posted by: (ELC) - posted under:Tutorials - View Comments READ MORE

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 2

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

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 …

September 2nd, 2008 Posted by: (ELC) - posted under:Tutorials - View Comments READ MORE