This is part of an ELC Tech Network

Category Archives: Interface Builder

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 Uncategorized, objective-c | Tagged , , , | 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 Uncategorized, iPhone Articles, iPhone Programming Tutorials, iphone, objective-c | Tagged , | 79 Comments

iPhone Coding – Learning About UIWebViews by Creating a Web Browser

Wow! It has been a long time since my last tutorial... As I wrote in my last post, I had to take a break due to my wife having our baby.  But, now I'm back and have a great tutorial [...]
Also posted in iPhone Programming Tutorials | Tagged , | 89 Comments

iPhone Programming Tutorial – Animating a Ball Using An NSTimer

I have noticed recently many people wanting to create games for the iPhone and are unsure where to start.  A common misconception is that you must use OpenGL ES to create any game with graphics.  I am going to show [...]
Also posted in Uncategorized, iPhone Programming Tutorials | Tagged , , , | 89 Comments

iPhone Programming Tutorial – Using A TabBarView To Switch Between Views

In this tutorial I will show you how to develop a UITabBarController which contains a custom UIView from one of the tabs and a UINavigationController with a UITableView dictated byUISegmentControl in the second tab. This tutorial was contributed by the user cruffenach.  You can check out his website at http://losectrl-gaincommand.com. [...]
Also posted in iPhone Programming Tutorials | Tagged , , , | 49 Comments

UITabBar iPhone Tutorial

[qt:http://icodeblog.com/wp-content/uploads/2008/09/1-UITabView.mov 640 416] 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 [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , | 63 Comments

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

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 [...]
Also posted in SQLite, iPhone Programming Tutorials | Tagged , , , , , , | 95 Comments

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

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 [...]
Also posted in SQLite, iPhone Programming Tutorials | Tagged , , , , , , | 53 Comments

iPhone Programming Tutorial – Populating UITableView With An NSArray

The goal of this tutorial is to show you how to populate a UITableView with data from an array of objects. This will be the building block to display XML data as well as SQL data. The theme of this [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , | 286 Comments

iPhone Programming Tutorial – Transitioning Between Views

This tutorial will focus on transitioning from one view to another. We will be utilizing Apple's UINavigationController. I will be using the code from the "Hello World" tutorial that I previously wrote. So if you have not completed it yet, [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , , , , , | 173 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 Uncategorized, objective-c | Tagged , , , | 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 Uncategorized, iPhone Articles, iPhone Programming Tutorials, iphone, objective-c | Tagged , | 79 Comments

iPhone Coding – Learning About UIWebViews by Creating a Web Browser

Wow! It has been a long time since my last tutorial... As I wrote in my last post, I had to take a break due to my wife having our baby.  But, now I'm back and have a great tutorial [...]
Also posted in iPhone Programming Tutorials | Tagged , | 89 Comments

iPhone Programming Tutorial – Animating a Ball Using An NSTimer

I have noticed recently many people wanting to create games for the iPhone and are unsure where to start.  A common misconception is that you must use OpenGL ES to create any game with graphics.  I am going to show [...]
Also posted in Uncategorized, iPhone Programming Tutorials | Tagged , , , | 89 Comments

iPhone Programming Tutorial – Using A TabBarView To Switch Between Views

In this tutorial I will show you how to develop a UITabBarController which contains a custom UIView from one of the tabs and a UINavigationController with a UITableView dictated byUISegmentControl in the second tab. This tutorial was contributed by the user cruffenach.  You can check out his website at http://losectrl-gaincommand.com. [...]
Also posted in iPhone Programming Tutorials | Tagged , , , | 49 Comments

UITabBar iPhone Tutorial

[qt:http://icodeblog.com/wp-content/uploads/2008/09/1-UITabView.mov 640 416] 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 [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , | 63 Comments

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

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 [...]
Also posted in SQLite, iPhone Programming Tutorials | Tagged , , , , , , | 95 Comments

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

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 [...]
Also posted in SQLite, iPhone Programming Tutorials | Tagged , , , , , , | 53 Comments

iPhone Programming Tutorial – Populating UITableView With An NSArray

The goal of this tutorial is to show you how to populate a UITableView with data from an array of objects. This will be the building block to display XML data as well as SQL data. The theme of this [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , | 286 Comments

iPhone Programming Tutorial – Transitioning Between Views

This tutorial will focus on transitioning from one view to another. We will be utilizing Apple's UINavigationController. I will be using the code from the "Hello World" tutorial that I previously wrote. So if you have not completed it yet, [...]
Also posted in iPhone Programming Tutorials | Tagged , , , , , , , , | 173 Comments