What is UITableView?

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


Please Help Members By Posting Answers For Below Questions

What is ios application?

638


How to shut off message alerts in ios?

628


What is mvvm in ios?

663


What are the lifecycle events of uiviewcontroller?

630


What is dependency management tools?

594


What is ios viewdidload?

594


What is urlsession?

590


How do you setup/initialise a core data stack in your application?

625


How to start a selector on a background thread.

587


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?

575


Explain me what is polymorphism?

628


What is datasource in ios?

606


Mention what is the use of po command in xcode?

570


What is a retain cycle?

566


What is the difference between retain & assign in iOS operating system?

719