Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Hands on Swift Language. Visual way with Light Programming
Getting Started
iOS 8 and XCode 6 Beta needs an Apple Developer License (0:24)
Apple Developer License (3:27)
Download XCode 6 Beta with iOS 8 frameworks (1:31)
Opening XCode 6 (1:07)
Create Your First iOS 8 Swift Project in XCode 6 (3:25)
Creating Labels on the iPhone Screen (7:18)
Quick Overview of User Interface Constraints (3:41)
Creating an interface outlet to connect label to code (6:24)
Working with Buttons
Creating a Button (2:46)
Trigger a button action using simple code (7:05)
Real Life Project: The Calculator App
Overview of the Calculator app functionality (1:01)
Creating the calculator project (1:21)
Real App Project: Creating a Calculator iOS app - Layout
Creating the User Interface - part 1 (5:47)
Creating Calculator Layout - part 2 (4:23)
Adding the Clear Button (1:45)
Prettify Buttons & Font Size (4:10)
Real App Project: Creating a Calculator iOS app - Code
Adding Tag to Calculator Number Buttons (1:55)
Creating Variables to Represent Buttons on Code Side (7:43)
Creating Action When a Number Is Pressed (4:18)
Triggering the 'Number Pressed' Action (5:20)
Creating Variables to Store Operations & Numbers (5:21)
Creating Action 'Operation Pressed' - part 1 (8:41)
Creating Action 'Operation Pressed' - part 2 (1:48)
Creating Action 'Operation Pressed' - part 3 (12:46)
Connecting Operation Buttons to Code (2:44)
Creating Action 'Operation Pressed' - part 4 of 4 (10:21)
Updating the 'Number Pressed' action (8:31)
Creating the Clear action (2:56)
Connection the Clear Button to the Clear action (1:36)
Finalizing Code Modifications & Final Source code Included (1:09)
Testing the Final Calculator (1:12)
Teach online with
Updating the 'Number Pressed' action
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock