home

Friday, March 16, 2012

temp converter part two

8. After ViewController.h done then click on ViewController.m, you could find the code at ViewController.m like the code below: // //  ViewController.m //  converter // //  Created by.... on.... //  Copyright (c) 2012...
Continue Reading...- temp converter part two />

temp converter

Before you make temp converter,you would like to see the first tutorial In this tutorial I would like to show you how to make a simple temperature converter unit. The basic formula in this case is C=(F-32).5/9 c = celsius, F = Fahrenheit Celsius...
Continue Reading...- temp converter />

Thursday, March 15, 2012

run application

how to run your application after the project is complete you should try it first by running the IOS simulator. find the run button on the top left corner or you could click product on your xcode then press run.And you also could change the...
Continue Reading...- run application />

create hello world apps

hello world apps is basic tutorial for create apps on iphone or ipad using Xcode.For Example here using xcode 4.2. 1. Open your xcode and create a new project. 2. Choose single view apps and press Next button 3. Fill your product name (hello...
Continue Reading...- create hello world apps />

about xcode

The Xcode developer tools package provides everything you need to create great applications for Mac, iPhone, and iPad. Xcode is tightly integrated with the Cocoa and Cocoa Touch frameworks, creating a productive and easy-to-use development environment...
Continue Reading...- about xcode />