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 |
Explain the difference between strong and retain.
Assume that system is running low on memory. What can system do for suspended apps?
What is core data in ios?
What is weak in ios?
What is nsmanagedobjectmodel?
What is difference between performblock: and performblockandwait:?
Explain about Viewcontroller lifecycle.
Whats the difference between frame and bounds?
Define content offset?
Explain about design patterns in iOS
In iphone development how to import the private key into your keychain?
How to deal with sqlite database?