ios - display a NSString in cell.accessoryView instead of a UIImageView? -


how can assign string accessory view of cell instead of uiimageview?

thanks!

a string not view. perhaps want display uilabel?

the accessoryview property uiview, can assign uiview subclass it.

cell.accessoryview = mylabel work fine.


Comments