[][src]Trait uikit_sys::UIView_UIConstraintBasedLayoutInstallingConstraints

pub trait UIView_UIConstraintBasedLayoutInstallingConstraints: Sized + Deref {
    unsafe fn addConstraint_(self, constraint: NSLayoutConstraint)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn addConstraints_(self, constraints: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeConstraint_(self, constraint: NSLayoutConstraint)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeConstraints_(self, constraints: NSArray)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraints(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addConstraint_(self, constraint: NSLayoutConstraint) where
    Self::Target: Message + Sized

unsafe fn addConstraints_(self, constraints: NSArray) where
    Self::Target: Message + Sized

unsafe fn removeConstraint_(self, constraint: NSLayoutConstraint) where
    Self::Target: Message + Sized

unsafe fn removeConstraints_(self, constraints: NSArray) where
    Self::Target: Message + Sized

unsafe fn constraints(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIActionSheet[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIActivityIndicatorView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIAlertView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIButton[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UICollectionReusableView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UICollectionView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UICollectionViewCell[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIControl[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIDatePicker[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIImageView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIInputView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UILabel[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UINavigationBar[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIPageControl[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIPickerView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIPopoverBackgroundView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIProgressView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIRefreshControl[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIScrollView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISearchBar[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISearchTextField[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISegmentedControl[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISlider[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIStackView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UISwitch[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITabBar[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITableView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITableViewCell[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITableViewHeaderFooterView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITextField[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UITextView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIToolbar[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIVisualEffectView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIWebView[src]

impl UIView_UIConstraintBasedLayoutInstallingConstraints for UIWindow[src]

Loading content...