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 'private', 'protected' and 'public' ?
Procedure to push the app in appstore?
What are the features of iphone 3gs?
Explain the difference between stack and heap memory?
What is the 'implementation'?
Describe the functionality of accelerometer of an iphone ?
What is viper code?
What is bundle id?
Do you know which json framework is supported by ios?
What is a thread in ios?
Push notification working in ios?
what are the controllers are available in objective C