In the previous workshop you learned how to hide the keyboard. Now, you have to add code in the ViewController class file to solve this keyboard problem. When you tap the Text View control in portrait or landscape mode, the keyboard appear at the bottom of the screen. If the cursor is hidden by the keyboard, you […]
In this workshop you learn how to dismiss the keyboard that appear on the device screen. When you click the Text View object a keyboard appear at the bottom of the screen. In this workshop you learn how to hide the keyboard when the user taps the device background. Before you begin, I assume you’ve done the following: read workshop […]
In the previous workshop you learned how to use the Assistant editor to connect the view’s objects in IB. In this workshop you learn how to Run the iOS Swift Variable app in the iPad Simulator. Before you begin, I assume you’ve done the following: read workshop 1-7 launched the Swift Variable app in Xcode 6 To test […]
In the previous lesson you learned how to resolve auto layout issues for the application’s user interface. Now, you have to connect objects placed on the Main.storyboad scene’s canvas to code you’ll add in the ViewController.swift class file. I call this process connecting the view’s objects in IB and it is done in two steps. You […]
In workshop 5 you learned how to use Xcode Preview assistant editor to preview the layout of the application’s user interface on the iPhone 3 and 4 device, and the iPad device. In this workshop you will learn how to resolve layout issues that show up in the Assistant editor window. Take a look at the image […]