IKImageBrowserView inside padding
Asked Answered
G

1

8

I'm customizing an IKImageBrowserView and I would like to change the space between cells.

I'm using this method [_imageBrowser setIntercellSpacing:NSMakeSize(0, 0)] to set the spacing between cells to 0 pixels and it works.

But I notice an inside padding of 10 pixels in the IKImageBrowserView :

Here

Any Idea?

Gunplay answered 18/3, 2011 at 21:11 Comment(2)
Anyone knows if it's possible ?Gunplay
In a case where I had a browser view inside a scrolling view, I had some success by messing around with the frame rectangle of the browser view and the bounds rectangle of the clip view, but I didn't get it to work right in all cases.Guibert
H
0

-setIntercellSpacing: only handle cell in between.

I use IKImageBrowserView in vertical, notice this only happened edge between CONTAINER.

tired to find the reason from IKImageBrowserView.h

Hydrophobia answered 12/10, 2011 at 21:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.