Skip to content

Tag: Swift

Unit 1.3: User Entry

Objectives Create a text field in Interface Builder Connect the text field to the view controller as an IBOutlet Print the value from the text field as a String to console https://github.com/Classroom-Technologies-LLP/Unit-1.3-User-Entry

Unit 1.2: Simple Calculator

In this unit, you will use a UIButton to create an Action that adds two numbers. Objectives Declare variable and constant identifiers. Operating on two identifiers. Challenge Create a 4-buttons calculator that add, subtract, multiply and divide two identifiers of Double data type. Git Repo https://github.com/Classroom-Technologies-LLP/Unit-1.2-Simple-Calculator

Unit 1.1: Hello World

In this unit, you will learn how to add a button to the iPhone in the Interface Builder and print the String “Hello World” when the button is tapped. https://github.com/Classroom-Technologies-LLP/Unit-1.1-Hello-World