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 ios application?
How to shut off message alerts in ios?
What is mvvm in ios?
What are the lifecycle events of uiviewcontroller?
What is dependency management tools?
What is ios viewdidload?
What is urlsession?
How do you setup/initialise a core data stack in your application?
How to start a selector on a background thread.
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
Explain me what is polymorphism?
What is datasource in ios?
Mention what is the use of po command in xcode?
What is a retain cycle?
What is the difference between retain & assign in iOS operating system?