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 ios version onwards arc can be used?
Garbage collector in iphone?
What is latest xcode version?
What is fast enumeration?
List the devices compatible with ios 11? : IOS Architect
What are ios protocols?
Do you know what are layer objects and what do they represent?
How to export your private key from your keychain in iphone development?
What do you know about home screen of ios?
What is singleton design pattern in ios?
What is the protocol in ios?
What is gcd in ios?
What are the lifecycle events of uiviewcontroller?
What is abstract class in ios?
An app is loaded into memory but is not executing any code. In which state will it be in?