[][src]Trait uikit_sys::UIView_UISnapshotting

pub trait UIView_UISnapshotting: Sized + Deref {
    unsafe fn snapshotViewAfterScreenUpdates_(
        self,
        afterUpdates: BOOL
    ) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn resizableSnapshotViewFromRect_afterScreenUpdates_withCapInsets_(
        self,
        rect: CGRect,
        afterUpdates: BOOL,
        capInsets: UIEdgeInsets
    ) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn drawViewHierarchyInRect_afterScreenUpdates_(
        self,
        rect: CGRect,
        afterUpdates: BOOL
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn resizableSnapshotViewFromRect_afterScreenUpdates_withCapInsets_(
    self,
    rect: CGRect,
    afterUpdates: BOOL,
    capInsets: UIEdgeInsets
) -> UIView where
    Self::Target: Message + Sized

unsafe fn drawViewHierarchyInRect_afterScreenUpdates_(
    self,
    rect: CGRect,
    afterUpdates: BOOL
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UISnapshotting for UIActionSheet[src]

impl UIView_UISnapshotting for UIActivityIndicatorView[src]

impl UIView_UISnapshotting for UIAlertView[src]

impl UIView_UISnapshotting for UIButton[src]

impl UIView_UISnapshotting for UICollectionReusableView[src]

impl UIView_UISnapshotting for UICollectionView[src]

impl UIView_UISnapshotting for UICollectionViewCell[src]

impl UIView_UISnapshotting for UIControl[src]

impl UIView_UISnapshotting for UIDatePicker[src]

impl UIView_UISnapshotting for UIImageView[src]

impl UIView_UISnapshotting for UIInputView[src]

impl UIView_UISnapshotting for UILabel[src]

impl UIView_UISnapshotting for UINavigationBar[src]

impl UIView_UISnapshotting for UIPageControl[src]

impl UIView_UISnapshotting for UIPickerView[src]

impl UIView_UISnapshotting for UIPopoverBackgroundView[src]

impl UIView_UISnapshotting for UIProgressView[src]

impl UIView_UISnapshotting for UIRefreshControl[src]

impl UIView_UISnapshotting for UIScrollView[src]

impl UIView_UISnapshotting for UISearchBar[src]

impl UIView_UISnapshotting for UISearchTextField[src]

impl UIView_UISnapshotting for UISegmentedControl[src]

impl UIView_UISnapshotting for UISlider[src]

impl UIView_UISnapshotting for UIStackView[src]

impl UIView_UISnapshotting for UISwitch[src]

impl UIView_UISnapshotting for UITabBar[src]

impl UIView_UISnapshotting for UITableView[src]

impl UIView_UISnapshotting for UITableViewCell[src]

impl UIView_UISnapshotting for UITableViewHeaderFooterView[src]

impl UIView_UISnapshotting for UITextField[src]

impl UIView_UISnapshotting for UITextView[src]

impl UIView_UISnapshotting for UIToolbar[src]

impl UIView_UISnapshotting for UIView[src]

impl UIView_UISnapshotting for UIVisualEffectView[src]

impl UIView_UISnapshotting for UIWebView[src]

impl UIView_UISnapshotting for UIWindow[src]

Loading content...