iOS App Development Tutorial Section
Build your own Hotel Bill Split App with Swift
This iOS app development tutorial will show you how to make a room bill split app that you can use for hotels and roommates. Just enter the number of roommates, the number of nights and the proce per night. This app will calculate how much each of you will need to pay.
Enjoy the tutorial!
1. Hotel Room Bill Split Swift App Intro
Introduction of a Hotel Room Bill Split App made with Swift
2. Create the Xcode project
Create the Xcode project for the Hotel Room Bill Split App
3. Create user interface in storyboard
Creating Hotel Room Bill Split User Interface in storyboard
4. Improving User Interface - part 1
Improve the user interface of the Hotel Room Bill Split app, part 1
5. Improving User Interface - part 2
Improve the user interface of the Hotel Room Bill Split app, part 2
6. Connect UItextfields to iboutlets using swift
In this video tutorial, we will connect the UItextfields to iboutlets wiith Swift
7. Testing UItextfields to iboutlets connection in simulator
We will be testing the UItextfields to iboutlets connection in the iPhone simulator with swift in this video tutorial
8. Connect IBAction method to the storyboard UIButton
Let's now connect the IBAction method to the storyboard UIButton
9. Connect storyboard UILabel to Swift IBOutlet variable
We will now connect the storyboard UILabel to the Swift IBOutlet variable
10. Calculate Price to Pay
In this video tutorial, we will calculate the price to pay
11. How to hide the Keyboard using Swift
In this video, we will teach you a little trick to hide the keyboard for improving the user experience