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 a basic Table


Creating a basic Table

Step 1. In the Main.Storyboard drag and drop a table view controller from the + sign on the top right corner .

ios output

Step 2: Set the View controller to Initial view controller

ios output

Step 3: Go to the Attributed inspector on top and set the Style to Grouped and Content to Static cells

ios output

Step 3 Select”Table view section” and create a header for the list on the right hand side

ios output ios output

Step 4:For each Table view Cell, change style on the right to Basic so each has only one label

ios output

Step 5:Double tap on each label to edit the Label

ios output ios output

Step 6: Run the application

ios output