How to use UITableView

How to use UITableView in iOS using Objective-c

Step:1- Select Single view Application


Step:2- Give Project name 



Step:3- Drag and drop UITableView



Step:4- Right click your tableview and set datasource and delegate method



Step:5- Declare array in .h file



Step:6- Write these code in .h file


Step:7- Finally Command+r to run your code 












Popular posts from this blog

Frame vs bounds in Swift

DateFomatter in Swift

Property wrapper in Swift