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
Explain parent-child context setup?
What three types of navigation styles are used 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?
If you use location services in your app, will it drain your battery.if yes? How can we avoid?
What is the meaning of 'strong'keyword?
is code completion is active by default in iphone development?
How to hide images in ios?
What is difference between core data and sqlite in ios?
what’s accessibilityhint?
Explain which all events will perform an ios application in background
Explain application states
What is view object in iOS operating system?
What is messaging? How does the runtime handle message passing?
How could you setup live rendering ?
Explain the difference between inheritance and category?