IOS TOPICS

IOS Introduction
Swift UI Label
Swift UI Button
Swift UI Text Field
Swift UI Slider
Swift UI Switch
Swift UI Stepper
Swift UI Date Picker
Swift UI Segmented Control
Views
Table View
Collection Views
SCROLL VIEW
iOS Content View
iOS View Controllers
iOS Bar interface
iOS Navigation interface
iOS Architect Pattern
iOS Libraries
iOS Web request and parsing
iOS user defaults
iOS Coredata and database

Creating applications in XCode


Creating applications in XCode

The first thing we see is the standard editor (middle) where project files can be edited

programmatically. It’s accessed through the ViewController class file on the left.

ios output

The left hand shows the navigator window which we can use to navigate to different classes, storyboards etc.

ios output

At the top of the screen we see the project hierarchy and a dropdown menu to change the simulator device (defaulted to the iPod Touch)

ios output