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