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 Automatic Reference Counting (ARC) in iOS operating system?
What is viper code?
What is UIApplication?
Is it possible to write a program without using nib file
Is the object retained if I call performSelector:withObject:afterDelay:?
What is managed object context and what are its functions?
Explain the difference between nsarray and nsmutablearray?
What is memory management handled on ios?
How to use reusable cell in uitableview?
What are blocks in ios?
What is an iphone app?
What are the benefits of ios?