You must have come across plenty of iOS apps using a screen layout in which many rows of data is there. This is achieved by using TableView.
TableView is an important part of iOS app development as your entire app may be based on it or it might constituent a major part of your app.
In this tutorial, we will be making a simple To-Do list app in which will be implemented using a TableView. In the app we will be able to check the items which we have completed.