Beispiel #1
0
 void ConfigureView()
 {
     if (SuperVC.LedgerOrderObj.LedgerOrderItems == null)
     {
         SuperVC.LedgerOrderObj.LedgerOrderItems = new List <LedgerOrderItem>();
     }
     ContntTbl.RegisterNibForCellReuse(AddOrderSecondTVCell.Nib, AddOrderSecondTVCell.Key);
     ContntTbl.TableFooterView    = new UIView();
     ContntTbl.EstimatedRowHeight = HeightConstants.CellHeight70;
     ContntTbl.RowHeight          = UITableView.AutomaticDimension;
     ContntTbl.ReloadData();
     IosUtility.setcornerRadius(BtnAdd);
     IosUtility.setcornerRadius(BtnNext);
 }