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.
1. Temperature converter apple watch app intro
Introduction and demo of the Temperature converter Fahrenheit Celsius degrees apple watch app using ObjectiveC
2. Create Apple Watch project in XCode with ObjectiveC
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
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
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
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
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
In this iOS app development tutorial, we will run the temperature apple watch app UI in the simulator 38mm hardware
8. Capture the WKInterfaceSlider
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
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
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