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 |
What is messaging? What is message forwarding?
What are the App states in iOS operating system? Explain them
What is App Bundle in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
Which programming languages are used for ios development?
“BgTask “ ? how long execute?
How to delete images in ios?
Does ios support multitasking?
What is nslayoutanchor?
Explain UIView life cycles
Is realm db free?
What does exc_bad_access mean?
Whats the difference between NSArray and NSMutableArray?