1

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,

AP.
  • 5,205
  • 7
  • 50
  • 94

1 Answers1

1

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.

Community
  • 1
  • 1
dvs
  • 12,324
  • 6
  • 38
  • 45