Couchbase for IOS Table's with Sections

Does someone have any pointers on how Couchbase for IOS (xamarin plugin) can have tables displayed with grouping into sec ions (i.e. with section headers)…

I have done this before with no problems by coding the table, but cannot find an easy way to do this with the Couchbase Table Delegate CBLUITableDelegate

CBLUITableSource doesn’t support grouping. It’s a convenience; it’s not intended to do everything you could ever want to do with a table view. You can pretty easily copy its source code and adapt it to do what you want.