Skip to content

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 th…

syntaxerror1972/UITableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

About

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 th…

Topics

Stars

Watchers

Forks

Packages

No packages published