最終更新:2017-06-06 (火) 13:38:44 (2506d)  

UIControl
Top / UIControl

http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIControl_Class/Reference/Reference.html

Tasks

Preparing and Sending Action Messages

  • sendAction:to:forEvent?
  • sendActionsForControlEvents?
  • addTarget:action:forControlEvents?
  • removeTarget:action:forControlEvents?
  • actionsForTarget:forControlEvent?
  • allTargets?
  • allControlEvents?

Setting and Getting Control Attributes

  • state? - プロパティ (UIControlState)
  • enabled? - プロパティ (BOOL)
  • selected? - プロパティ (BOOL)
  • highlighted? - プロパティ (BOOL)
  • contentVerticalAlignment? - プロパティ (UIControlContentVerticalAlignment?)
  • contentHorizontalAlignment? - プロパティ (UIControlContentHorizontalAlignment?)

Tracking Touches and Redrawing Controls

  • beginTrackingWithTouch:withEvent?
  • continueTrackingWithTouch:withEvent?
  • endTrackingWithTouch:withEvent?
  • cancelTrackingWithEvent?
  • tracking? - プロパティ (BOOL)
  • touchInside? - プロパティ (BOOL)

下位クラス