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...
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...
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...
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...
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...