UITableView is one of the most common iOS controller developer uses. UITableView is used for letting user select the Items from the list, Navigating to different ViewControllers as per user selection, Displaying the List of Items etc. This control is very commonly used, iOS itself uses it in its Setting app. I have much things to write […]