Answer Posted / 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 |
Post New Answer View All Answers
What are b-trees?
Can java run on ios?
What is dispatch queue in ios swift?
What does ios mean on my iphone?
What are the features of ios?
What is an ios framework?
What is ios selector?
How do you usually persist data on ios? : IOS Architect
What is a difference between stack and heap memory?
Define fast enumeration?
What is iphone screen size?
What are advantages of arc over mrc?
What is tableview datasource?
Explain what is a framework?
Implement the following methods: retain, release, auto release in iOS operating system?