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 xib?
How is it possible to improve battery life during execution of an application?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
When would you say that an app is not in a running state?
What is 1x 2x and 3x in ios?
What is the difference between atomic and nonatomic properties? Which is the default for synthesized properties?
What is difference between shallow copy and deep copy in ios ? : IOS Architect
Does ios have garbage collection?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?
How core data works to save data in persistent storage?
What is weak and strong in ios?
What does ios mean on my iphone?