最終更新:2013-01-11 (金) 05:45:48 (4122d)  

UILabel
Top / UILabel

Tasks

Accessing the Text Attributes

Sizing the Label’s Text

  • adjustsFontSizeToFitWidth? - プロパティ (BOOL)
  • adjustsLetterSpacingToFitWidth? - プロパティ (BOOL)
  • baselineAdjustment? - プロパティ (UIBaselineAdjustment?)
  • minimumScaleFactor? - プロパティ (CGFloat)
  • numberOfLines? - プロパティ (NSInteger)
  • minimumFontSize? - プロパティ (CGFloat) - Deprecated in iOS 6.0

Managing Highlight Values

  • highlightedTextColor? - プロパティ (UIColor)
  • highlighted? - プロパティ (BOOL)

Drawing a Shadow

  • shadowColor? - プロパティ (UIColor)
  • shadowOffset? - プロパティ (CGSize)

Drawing and Positioning Overrides

  • textRectForBounds:limitedToNumberOfLines?
  • drawTextInRect?

Setting and Getting Attributes

  • userInteractionEnabled? - プロパティ (BOOL)

Getting the Layout Constraints

  • preferredMaxLayoutWidth? - プロパティ (CGFloat)