Inherits from OALAction
Declared in OALUtilityActions.h

Overview

Ignores whatever target it was invoked upon and applies the specified action on the target specified at creation time.

Tasks

Properties

forcedTarget

The target which this action will actually be invoked upon.

@property (readwrite, assign, nonatomic) id forcedTarget

Declared In

OALUtilityActions.h

Class Methods

actionWithTarget:action:

Create an action.

+ (id)actionWithTarget:(id)target action:(OALAction *)action

Parameters

target

The target to run the action upon.

action

The action to run.

Return Value

A new action.

Declared In

OALUtilityActions.h

Instance Methods

initWithTarget:action:

Initialize an action.

- (id)initWithTarget:(id)target action:(OALAction *)action

Parameters

target

The target to run the action upon.

action

The action to run.

Return Value

The initialized action.

Declared In

OALUtilityActions.h