Declared in TiViewProxy.h

Overview

Protocol for views that can receive keyboard focus.

Tasks

Properties

keyboardAccessoryHeight

Returns keyboard accessory height.

@property (nonatomic, readonly) CGFloat keyboardAccessoryHeight

Declared In

TiViewProxy.h

keyboardAccessoryView

Returns keyboard accessory view.

@property (nonatomic, readonly) UIView *keyboardAccessoryView

Declared In

TiViewProxy.h

suppressFocusEvents

Tells the view to stop generating focus/blur events. This should not be JS-accessable, and is meant to handle tableview and layout issues.

@property (nonatomic, readwrite, assign) BOOL suppressFocusEvents

Declared In

TiViewProxy.h

Instance Methods

blur:

Tells the view to blur.

- (void)blur:(id)args

Parameters

args

Unused.

Declared In

TiViewProxy.h

focus:

Tells the view to focus.

- (void)focus:(id)args

Parameters

args

Unused.

Declared In

TiViewProxy.h

focused

Tells if this proxy is currently focused

- (BOOL)focused

Declared In

TiViewProxy.h