Table View
Today, we will starting ’TableView’.So first here you can see video for understand how that work. Step 1-Now open the Xcode and ‘Single View Application’. Step 2-Then Give product name. Here given ’TableViewDemo’. Step 3-After that go into ‘Main.storyboard’ and search tableview in ‘Object library’ and you can see bellow type. Step 4- Now first pick ’Table View’ and after that pick ‘Table View Cell’ and drop into tableview same as bellow type. Step 5-Now give ‘Delegate’ and ‘Datasource’ same as give in picture. Step 6-Now give property of ‘Table View’ into ‘ViewController.h’ by dragging show bellow. Step 7-Here give outlet name ’tableView’ otherwise your wish and press ‘connect’. Step 8-Now first open ‘ViewController.h’ and give here also ‘Delegate’ and ‘Datasource’ and take mutable array “arrayNumber”.Show ...