Свойство | Тип | Описание | |
---|---|---|---|
FocusGuide | UIFocusGuide |
Свойство | Тип | Описание | |
---|---|---|---|
BuyButton_PrimaryActionTriggered | void | ||
BuyButton_PrimaryActionTriggered | void | ||
MoreInfoButton_PrimaryActionTriggered | void | ||
MoreInfoButton_PrimaryActionTriggered | void | ||
ReleaseDesignerOutlets | void |
Метод | Описание | |
---|---|---|
DidUpdateFocus ( UIFocusUpdateContext context, UIFocusAnimationCoordinator coordinator ) : void |
Called after the Focus Engine has been called to change the Focus from an existing item to a new item. We are telling the Focus Guide where to move focus to from this method. |
|
ViewController ( |
Initializes a new instance of the T:tvFocus.ViewController class.
|
|
ViewDidLoad ( ) : void |
Called directly after the VIew has been loaded into memory and allows you to initialize the view. We are building the Focus Guide here and attaching it to the view. |
Метод | Описание | |
---|---|---|
BuyButton_PrimaryActionTriggered ( UIButton sender ) : void |
This action is triggered when the Buy button is clicked using the Apple Remote.
|
|
BuyButton_PrimaryActionTriggered ( UIKit sender ) : void | ||
MoreInfoButton_PrimaryActionTriggered ( UIButton sender ) : void |
This action is triggered when the More Info button is clicked using the Apple Remote.
|
|
MoreInfoButton_PrimaryActionTriggered ( UIKit sender ) : void | ||
ReleaseDesignerOutlets ( ) : void |
public DidUpdateFocus ( UIFocusUpdateContext context, UIFocusAnimationCoordinator coordinator ) : void | ||
context | UIFocusUpdateContext | The context of the movement. |
coordinator | UIFocusAnimationCoordinator | An Animation Coordinator that you can use to animat the focus change. |
Результат | void |
public ViewController ( |
||
handle | Handle. | |
Результат | System |