开发者

IKImageBrowserView and ImageTitle

开发者 https://www.devze.com 2023-01-19 07:02 出处:网络
I have a imagebrowserview displaying a folder full of photo correctly but its not showing the image title of each of the 开发者_JS百科photo ...

I have a imagebrowserview displaying a folder full of photo correctly but its not showing the image title of each of the 开发者_JS百科photo ...

is there a tutorial to show me how this works?

Regards

AGW


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.

[imageBrowserView setCellsStyleMask:IKCellsStyleTitled];


Your IKImageBrowserItem items simply need to supply a title and/or subtitle. Take a look at the Apple sample code "ImageKitDemo" for an example.

0

精彩评论

暂无评论...
验证码 换一张
取 消