开发者

where is Apple documentation for TableViewCell View Modes (that appear in Interface Builder)?

开发者 https://www.devze.com 2023-02-14 01:23 出处:网络
where is Apple documentation for TableViewCell View Modes (that 开发者_开发百科appear in Interface Builder)?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消