Hello,
I'm trying to implement a custom view for a section, but can't figure out how to do so. In iOS, I would use viewForHeaderInSection, but it doesn't appear to be supported within Xamarin? I expected there to be a GetViewForHeaderInSection method in the UITableViewSource, but there isn't... If it is support, how do I set it up?
Thanks.