Hi folks, is possible insert a AccessoryView in Group Header(equal the print)? i know how make this in TableCells using this code:
UITableViewCell cell = tableView.DequeueReusableCell(cellIdentifier); image = new UIImageView(UIImage.FromBundle("drawable/limpar20.png")); cell.AccessoryView = image;
Follow my print bellow to illustrate. I wish this accessory in all group headers.