类似 IKImageBrowserCell 的查找器

发布于 2024-11-04 07:35:40 字数 112 浏览 6 评论 0原文

我正在尝试自定义 IKImageBrowserCell 以使其接近 Finder。

目前我的问题是标题要分成两行。您是否有过需要修改哪些内容才能实现这一目标的经验?

谢谢和问候,

I am trying to customize an IKImageBrowserCell to have something close to the Finder.

For the moment my issue is to have a title in 2 lines. Do you have any experience of what need to be modified in order to achieve this?

Thanks and regards,

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

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

发布评论

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

评论(1

少女七分熟 2024-11-11 07:35:40

是的,这可以通过在子类 IKImageBrowserCell< 的 - (CALayer *)layerForType:(NSString *)type 方法返回的 CALayer 上绘制标题来实现。 /代码>。

请参阅我的回答此处

Yes, this is possible by drawing your title on a CALayer returned from the - (CALayer *)layerForType:(NSString *)type method of a subclassed IKImageBrowserCell.

See my answer here.

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