What is UITableView?



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

Post New Answer

More Apple iOS Interview Questions

What is messaging? What is message forwarding?

0 Answers  


What are the App states in iOS operating system? Explain them

0 Answers   UGC Corporation,


What is App Bundle in iOS operating system?

0 Answers   TryTechnicals Pvt Ltd,


Which programming languages are used for ios development?

0 Answers  


“BgTask “ ? how long execute?

1 Answers  


How to delete images in ios?

0 Answers  


Does ios support multitasking?

0 Answers  


What is nslayoutanchor?

0 Answers  


Explain UIView life cycles

1 Answers  


Is realm db free?

0 Answers  


What does exc_bad_access mean?

0 Answers  


Whats the difference between  NSArray and  NSMutableArray?

1 Answers  


Categories