[][src]Trait polyhorn_ios::Container

pub trait Container: AsAny + 'static {
    fn mount(&mut self, child: &mut OpaqueContainer);
fn unmount(&mut self); fn to_view(&self) -> Option<UIView> { ... }
fn to_view_controller(&self) -> Option<UIViewController> { ... }
fn to_window(&self) -> Option<UIWindow> { ... } }

Required methods

fn mount(&mut self, child: &mut OpaqueContainer)

fn unmount(&mut self)

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl Container for UIApplication[src]

impl Container for UIImageView[src]

impl Container for UIKeyboardAvoidingView[src]

impl Container for UIViewController[src]

impl Container for UIScrollView[src]

impl Container for UILabel[src]

impl Container for UITextInputView[src]

impl Container for UIView[src]

impl Container for UIWindow[src]

Loading content...

Implementors

Loading content...