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 is Task?
Is it safe to update to ios 13?
What compilers apple using ?
Describe @objc inference?
What is a view controller in ios?
Which programming languages are used for ios development?
What is datasource in ios?
Who is the developer of ios?
What is fast enumeration?
What is the current iphone ios?
Explain your process for tracing and fixing a memory leak
Does ios support multiple inheritance?