Can you confirm that the selectedView's frame is inset a handful of points? See attached image where the selectedView is yellow (ignore the cornerRadius).
http://i.glui.me/1DRldNe
If the inset is coming from the IGGrid, is there any way to set to zero?
Not exactly.
So, yes the a default cell will use the content inset on it's text label.
However, if you're using a custom cell and are laying out your subviews, then the content inset will take no effect, unless you're actually trying to resolve the grid's cellContentInset.
-SteveZ
I haven't experimented yet, but does this mean that if I want the selectedView inset to be zero, then I'd have to setup a subview to make sure all the content remained inset at the default? I don't want my content zero-inset, just the selectedView. Make sense?
Hi Caylan,
It's applying from the grid's cellContentInset property:
gridView.cellContentInset = UIEdgeInsetsMake(0, 0, 0, 0);