where is Apple documentation for TableViewCell View Modes (that 开发者_开发百科appear in Interface Builder)?
I can't seem to find them - the modes include options such as:
- scale to fit
- aspect fit
- aspect fill
- redraw
- centre . . .
UIView
's contentMode
is what you're after. UITableViewCell just inherits this property from UIView.
UIView - contentMode
精彩评论