What is UITableView?
Answer / babu
An instance of UITableView (or simply, a table view) is a means for displaying and editing hierarchical lists of information.
A table view displays a list of items in a single column. UITableView is a subclass of UIScrollView, which allows users to scroll through the table, although UITableView allows vertical scrolling only. The cells comprising the individual items of the table are UITableViewCell objects; UITableView uses these objects to draw the visible rows of the table.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are design patterns in ios?
Which programming languages are used for ios development?
Define decoding or deserialization and encoding or serialization?
What is the difference between synchronous & asynchronous task in ios?
What is a struct in iOS operating system?
What is the difference between synchronous & asynchronous task ?
What is a weak var?
What is application lifecycle in ios?
What is lazy loading?
What is the maximum byte-size for a push notification to apple server?
How to download something from the internet?
What is thread in ios?