ListView for Xamarin.iOS: Grouping
ListView may be set up to display items in groups divided visually by section headers and footers. There are two ways to implement grouping with TKListView - manually implementing the required methods of the TKListViewDataSource delegate or using TLKDataSource and let it do the dirty work for you.
Displaying grouped data using TKDataSource
In case you need more flexibility you may implement grouping manualy as follows.
Displaying grouped data using a TKListViewDataSource delegate methods
Here is the code:
ListView Grouping example can be found in our Native Xamarin.iOS examples.