Tutorial by Topics: uitableview

A simple, widely-used, yet very powerful view that can present data in a list form using rows and a single column. Users may scroll vertically through the items in a table view, and optionally manipulate and select content. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPat...
This section provides an overview of what uitableview is, and why a developer might want to use it. It should also mention any large subjects within uitableview, and link out to the related topics. Since the Documentation for uitableview is new, you may need to create initial versions of those r...
Object References: UITableView table; TableSource tableSource; List tableItems; UISearchBar searchBar; To fork the complete sample: https://github.com/adiiaditya/Xamarin.iOS-Samples/tree/master/SearchBarWithTableView
Object References: UITableView table; TableSource tableSource; bool useRefreshControl = false; UIRefreshControl RefreshControl; List tableItems; TableSource and TableItem are user-defined classes For the complete sample you can fork: https://github.com/adiiaditya/Xamarin.iOS-Samples/tree/m...
Advance ways to manage selections of UITableViewCell. Examples when simple didSelect... form UITableViewDelegate is not enough to achieve something.
Load custom cell xib file uses the cell category class, no need to register the nib file
UITableViewController controller object that manages a table view. For some certain scenario it will be recommended to use UITableViewController, for example if you have lot of cells and some have UITextfield.

Page 1 of 1