UIGrid offsets by 0.5 * cell size * number of cells. If your cells are perfectly centered, then it will look as you expect. If your cells use a different pivot point, such as top-left for example, then it won't. Remember, UIGrid works with transforms, not widgets.