So there's this UITableView that has a TableViewSource defined for it and all seems to be fine. One section only in this table. Went to add a header view to the table. Overrode TitleForHeader and that works fine, as expected. But want something different...more custom...
So removed TitleForHeader and overrode GetHeightForHeader and GetViewForHeader. Execution never gets into these methods, and nothing ever shows up for a header. Is there a master chicken switch somewhere I'm missing? -- View this message in context: http://monotouch.2284126.n4.nabble.com/custom-header-view-for-uitableview-not-showing-tp4657990.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
