简体   繁体   中英

Finder like IKImageBrowserCell

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,

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM