polyhorn-ios 0.3.0

Polyhorn for iOS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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.

pub use polyhorn_ui::prelude::*;

pub use polyhorn_macros::poly;
pub use polyhorn_ui::components::*;
pub use polyhorn_ui_macros::{asset, style};

pub use super::{Component, Element, Manager};
pub use crate::components::{KeyboardAvoidingView, LayoutAdjustment, TextInput, View};