IKImageBrowserView 和 ImageTitle
我有一个 imagebrowserview 正确显示一个装满照片的文件夹,但它没有显示每张照片的图像标题...
是否有教程向我展示这是如何工作的?
问候
AGW
I have a imagebrowserview displaying a folder full of photo correctly but its not showing the image title of each of the photo ...
is there a tutorial to show me how this works?
Regards
AGW
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
即使您提供数据,默认情况下也不会显示标题。您需要通过在 IKImageBrowserView 对象上调用 setCellsStyleMask 来打开它们。
Titles are not displayed by default, even if you provide the data. You need to turn them on by calling setCellsStyleMask on the IKImageBrowserView object.
您的 IKImageBrowserItem 项目只需要提供标题和/或副标题。请查看 Apple 示例代码“ImageKitDemo”作为示例。
Your IKImageBrowserItem items simply need to supply a title and/or subtitle. Take a look at the Apple sample code "ImageKitDemo" for an example.