Table View is a way to present a vertical list of data. in iOS it displays a single column (This is because Table View Cells are Reusable) in vertical scrolling content as rows. each row contains one piece of app's content. UITableView or Table View is responsible to manage the basic appearance of the table and the app you make should provide the cell to display the actual content.
In this tutorial I'm going to show you a step by step guide to create a table view easily.
Ещё видео!