Hello all, I have a UITableViewCell in a table with a UILabel for an accessoryView. After assigning the label as the accessory view, I use the sizeToFit method on it to space it out nicely. Unfortunately, when the accessory view is quite long (and, possibly, the main label as well), the label of the UITableViewCell is cropped to make room for the accessoryView label. This results in things like:
Though I'd like the main label (which fully says "Engineer") to take priority, and have the accessory label be something like "Ingenieurbuero St...", etc.
I've tried going into the cell using by finding the UITableViewCell's relevant subviews and resizing them, but it doesn't appear to make any effect...
Thanks for any help!

Though I'd like the main label (which fully says "Engineer") to take priority, and have the accessory label be something like "Ingenieurbuero St...", etc.
I've tried going into the cell using by finding the UITableViewCell's relevant subviews and resizing them, but it doesn't appear to make any effect...
Thanks for any help!