[][src]Module polyhorn_ios::components

iOS implementations for Polyhorn UI components.

Structs

KeyboardAvoidingView

A view that automatically adjusts its layout when the system keyboard appears, changes its dimensions or disappears.

LayoutAdjustment

Structure that contains all updates that should be made to a view's layout in response to a change in the visibility or dimensions of the system's virtual keyboard.

TextInput

Accepts user input.

Type Definitions

View

Specializes the generic View component with the iOS-specific concrete view handle.