IKImageBrowserView 内部填充

发布于 2024-10-24 21:50:36 字数 316 浏览 1 评论 0原文

我正在自定义 IKImageBrowserView 并且我想更改单元格之间的空间。

我正在使用此方法 [_imageBrowser setIntercellSpacing:NSMakeSize(0, 0)] 将单元格之间的间距设置为 0 像素,并且它有效。

但我注意到 IKImageBrowserView 中有 10 个像素的内部填充:

Here

有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆离笙 2024-10-31 21:50:36

-setIntercellSpacing:仅处理之间的单元格

我在垂直方向使用 IKImageBrowserView,请注意这只发生在 CONTAINER 之间的边缘。

累了从IKImageBrowserView.h找原因

-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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文