Create a Fahrenheit Celsius Apple Watch App


iOS App Development Tutorial Section

Create your Temperature Converter Apple Watch app with Watchkit and ObjectiveC

At the end of this iOS app development tutorial, you will be able to create a fully functional Fahrenheit Celsius temperature converter Apple Watch app. You will be creating everything from the user interface to the writing of the code. This is a nifty apple watch app to build from scratch as it will also build up your knowlegde in iOS programming.

Download files for the Fahrenheit Celsius Apple Watch App Project
(By downloading this file, you agree to our terms of services.)

1. Temperature converter apple watch app intro

Intro Fahrenheit Celsius watch app iOS tutorial video course
Introduction and demo of the Temperature converter Fahrenheit Celsius degrees apple watch app using ObjectiveC

2. Create Apple Watch project in XCode with ObjectiveC

iOS app development tutorial temperature converter xcode
In this iOS app development tutorial video, we will create the temperature converter Apple Watch app project in Xcode

3. Add thermometer image to Xcode Apple Watch project

iOS app development tutorial thermometer add images
In this iOS tutorial video, we will add the images to the thermomter Apple Watch app project in Xcode

4. Create User Interface in the Watch Extension Storyboard

iOS app development tutorial watch extension storyboard
In this iOS video course tutorial, we will now be creating the user interface in the Watch Extension Storyboard

5. Change WKInterfaceSlider value step count

iOS app development tutorial temperature step count
In this iOS tutorial lesson, you'll learn how to change the WKInterfaceSlider value step count with a minimum and a maximum

6. Connect watch storyboard label and slider

iOS app development tutorial iboutlets temparature
In this tutorial, we will now connect the watch storyboard label and slider to iboutlets using objectiveC code

7. Run the apple watch app UI in the simulator

iOS app development tutorial run temperature simulator
In this iOS app development tutorial, we will run the temperature apple watch app UI in the simulator 38mm hardware

8. Capture the WKInterfaceSlider

WKInterfaceSlider iOS app development tutorial
This iOs video tutorial lesson will introduce the capture of the WKInterfaceSlider sent action using Objective-C code

9.Set the value for the WKInterface slider

iOS app development tutorial code WKInterface slider
This video lesson will show you how to set the value of the WKInterface slider programatically

10. Convert Fahrenheit to Celsius and in the apple watch app

iOS Apple Watch app Fahrenheit Celsius
In this last iOS developer tutorial of this series, we will now be writing the code to convert Fahrenheit to Celsius degrees and display it in the apple watch app