How to create UITableView in iOS storyboard

To populate a list of items in the iPhone you can use UITableView which provides vertical scrolling over the items. In this article we will UITableView in iOS with storyboard and add some items to it. Let’s Code Step 1: Create New Xcode Project & jump towards Main.StoryBoard Step 2: Click on + icon(Object Library) …

How to create UITableView in iOS storyboard Read More »