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 is the difference strong and weak reference?
Explain the different types of ios application states.
How do I create a class in xcode?
What are ios categories?
Define content offset?
Explain ios 7 airdrop?
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
What are the app states in ios?
What is the difference between atomic and non-atomic properties? Which is the default for synthesized properties? When would you use one over the other?
What are some common execution states in ios?
What is difference between unit tests and ui test in xcode?
What is the difference between cocoa and cocoa touch?
Who calls the dealloc strategy? Would we be able to implement dealloc in arc? In the event that indeed, what is the need to do that?
What is nspersistentstore?
What does ios stand for apple?