How can I create UITableView with MonoTouch.Dialog which has no margins?
At the moment once you create new Section it will add margins around the table and makes elements rounded. I want the look of simple UITableView which has no margins (top, left, bottom etc.), is this achievable anyhow?
I think what you want is to create your
DialogViewControllerwith theUITableViewStyle.Plainstyle. E.g.The default style value is
UITableViewStyle.Groupedand gives each element a rounded-rect look.