[][src]Trait uikit_sys::UIScreen_UISnapshotting

pub trait UIScreen_UISnapshotting: Sized + Deref {
    unsafe fn snapshotViewAfterScreenUpdates_(
        self,
        afterUpdates: BOOL
    ) -> UIView
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn snapshotViewAfterScreenUpdates_(self, afterUpdates: BOOL) -> UIView where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIScreen_UISnapshotting for UIScreen[src]

Loading content...