[][src]Crate polyhorn_ios

This crate implements Polyhorn for iOS.

Modules

color
components

iOS implementations for Polyhorn UI components.

font
geometry
handles

Implementations of Polyhorn UI handles that can be used to run imperative code against components.

hooks

Re-exports of hooks provided by Polyhorn Core and Polyhorn UI.

layout
linalg
prelude

This is the Polyhorn for iOS prelude. It includes every type and function of Polyhorn UI with the exception that it defines its own Component, Element and Manager that are specialized for the iOS platform.

raw

Internal APIs used by Polyhorn for iOS.

styles

Structs

Context
ContextProvider
Key
Reference
State

Traits

Component

Platform-specific component trait.

Functions

render

Type Definitions

Element

Polyhorn core element type that is specialized for the iOS platform.

Instance

Polyhorn core instance type that is specialized for the iOS platform.

Manager

Polyhorn core manager type that is specialized for the iOS platform.