How to make table cells and separator full width in iOS 8 with Xamarin?
According to this post you need to do this on the UITableView
and on your UITableViewCell
subclasses.
Another person (same post) overrode the LayoutMargins
property on the UITableViewCell
subclass to always return UIEdgeInsets.Zero
.