
Hello everyone in this article we are going to see how to create a cusotm table view in iOS using Swift.
What is tableview?
A table view is a simple list view which is used to represent a collection of data in a list form.It is used extensively used in iOS.For example Messages app in iOS list all the conversations which has a custom cell with sender image and sender name. Another example is iOS Phone app which list recent calls in a table view which has a default type cell with a label for phno,...
Published on March 10, 2021 08:31