Objectives Convert the text String in text field to an Int and Double data type Using guard to write conditional binding https://github.com/Classroom-Technologies-LLP/Unit-1.4-Data-Types
Supporting learning with technology
Objectives Convert the text String in text field to an Int and Double data type Using guard to write conditional binding https://github.com/Classroom-Technologies-LLP/Unit-1.4-Data-Types
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
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
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