[][src]Trait uikit_sys::UIView_UIConstraintBasedLayoutCoreMethods

pub trait UIView_UIConstraintBasedLayoutCoreMethods: Sized + Deref {
    unsafe fn updateConstraintsIfNeeded(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn updateConstraints(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn needsUpdateConstraints(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setNeedsUpdateConstraints(self)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn updateConstraintsIfNeeded(self) where
    Self::Target: Message + Sized

unsafe fn updateConstraints(self) where
    Self::Target: Message + Sized

unsafe fn needsUpdateConstraints(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setNeedsUpdateConstraints(self) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIConstraintBasedLayoutCoreMethods for UIActionSheet[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIActivityIndicatorView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIAlertView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIButton[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UICollectionReusableView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UICollectionView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UICollectionViewCell[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIControl[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIDatePicker[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIImageView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIInputView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UILabel[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UINavigationBar[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIPageControl[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIPickerView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIPopoverBackgroundView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIProgressView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIRefreshControl[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIScrollView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISearchBar[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISearchTextField[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISegmentedControl[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISlider[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIStackView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UISwitch[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITabBar[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITableView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITableViewCell[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITableViewHeaderFooterView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITextField[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UITextView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIToolbar[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIVisualEffectView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIWebView[src]

impl UIView_UIConstraintBasedLayoutCoreMethods for UIWindow[src]

Loading content...