- Aug
- 20
2009.08.20 13:50:05 by Ondrej Rafaj

This tutorial will show you how to populate a table using UITableView, NSMutableArray and Navigation-Based application for iPhone and how to create detail view. Tutorial includes example code, sample project and pictures from Interface Builder.
Back to top
Read more ...
- Aug
- 12
2009.08.12 14:59:18 by Ondrej Rafaj

Today I'll show you how to use UISwitch component in iPhone SDK. We will have three instances of UISwitch controlling three different components, UILabel, another UISwitch and UITextField, it is quite simple. Enjoy yourself :)
Back to top
Read more ...
- Aug
- 5
2009.08.05 15:22:44 by Ondrej Rafaj

I this tutorial you will see how to use Buttons (UIButton) and how to change text of the Label (UILabel) after pressing the button.
After finishing the tutorial you should have some basic idea about how this thing works. Have fun and leave some feedback :-)
Back to top
Read more ...
- Aug
- 5
2009.08.05 12:44:14 by Ondrej Rafaj

Really great tutorial by Brandon on http://icodeblog.com/. 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 application will be fruit. We will create an array of “fruit” objects that have some additional information besides the name. We will populate a UITableView with the names of the fruits. When the user selects a fruit from the list, the view will transition to another one and display specific details about that fruit.
Back to top
Read more ...
- Aug
- 4
2009.08.04 11:09:38 by Ondrej Rafaj

In this tutorial by Jai on iphonesdkarticles.com, you will learn how to create applications with a Tab Bar Controller. Tab Bar Controllers can be seen in iPhone/iPod Touch applications like the Clock.
Back to top
Read more ...
- Jul
- 29
2009.07.29 14:15:26 by Ondrej Rafaj

This tutorial will show you how to jailbrake and unlock your iPhone 3G or 3GS
You are of course doing everything on your own risk, but I'm pretty sure that this is perfectly safe as you can always roll back to the original Apple iPhone settings by doing full hard reset of your phone.
I just bought my 3GS iPhone one or two months ago and I did the unlock immediately. Still works and I am able to install any possible application on it and have even any sim card installed.
The entire process may take up to 15 minutes and is perfectly straight forward.
Back to top
Read more ...
- Jul
- 6
2009.07.06 18:01:29 by Ondrej Rafaj

If you are here I am guessing that you are interested in iPhone/iTouch development and are looking for a place to start. Due to Apple’s NDA on the iPhone SDK there really isn’t much information out there on getting started with iPhone development, by writing this tutorial I hope to give people the confidence to get started developing on the iPhone and also to help myself get my head around it.
Lets get started
Back to top
Read more ...
- Jul
- 6
2009.07.06 15:49:04 by Ondrej Rafaj

Simple example how to create iPhone Hello World application
Back to top
Read more ...
- Jul
- 6
2009.07.06 15:35:17 by Ondrej Rafaj

In this tutorial by HDiPhone we will be making a ProgressView. And also a button to start it. When you click the button the progressvew will load until it hits the end and stop.
Back to top
Read more ...
- Jul
- 1
2009.07.01 09:33:56 by Ondrej Rafaj

In the first lesson Tim Layton gets you started with Xcode and Objective-C to write iPhone applications. Tim is starting you at the very beginning and will walk you through the entire process of developing real iPhone applications by building a strong foundation in Objective-C and eventually in the iPhone SDK (Cocoa Touch).
In the second Tim Layton walks you through the simple process of starting and creating your first iPhone application using Xcode and Interface Builder. Tim shows you how to use Photoshop to create the application icon as well. The next set of lessons will focus much more on learning the core language now that we have the basics out of the way. To view the written part of this lesson and more information go to http://techtips.timlaytonllc.com
Back to top
Read more ...