Hi,
I create a custom view for the header and set it for the table with the code below. The header overlaps the table cell items
DishDetailHeaderView view = new DishDetailHeaderView (); dishDetailTable = new UITableView(View.Bounds); dishDetailTable.TableHeaderView = view; dishDetailTable.TableHeaderView.SizeToFit ();
Any advice would be appreciated. This custom header view has dynamic height, not a fixed height.
Thanks, magn