iOS Tutorial

How To Fix Xcode iOS Simulator App Do Not Display Keyboard Automatically Error

When I develop and run an iOS app in Xcode iOS simulator ( such as iPhone or iPad ), I find the keyboard does not display automatically when I click the mouse key on a text field or text view UI component like below. This confused me for some time, and finally, I find the …

How To Fix Xcode iOS Simulator App Do Not Display Keyboard Automatically Error Read More »

How To Rename IBOutlet Variable Or IBAction Function Without Lose Connection In Swift

When I develop the iOS app user interface, I add one button and one activity indicator in the main storyboard file. Because I want to write swift source code to manage the button and the activity indicator, so I press the Control key and Drag & Drop the button and the activity indicator from the …

How To Rename IBOutlet Variable Or IBAction Function Without Lose Connection In Swift Read More »