[][src]Trait uikit_sys::UIView_UIConstraintBasedLayoutDebugging

pub trait UIView_UIConstraintBasedLayoutDebugging: Sized + Deref {
    unsafe fn constraintsAffectingLayoutForAxis_(
        self,
        axis: UILayoutConstraintAxis
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn exerciseAmbiguityInLayout(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasAmbiguousLayout(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn constraintsAffectingLayoutForAxis_(
    self,
    axis: UILayoutConstraintAxis
) -> NSArray where
    Self::Target: Message + Sized

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

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

Loading content...

Implementors

impl UIView_UIConstraintBasedLayoutDebugging for UIActionSheet[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIActivityIndicatorView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIAlertView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIButton[src]

impl UIView_UIConstraintBasedLayoutDebugging for UICollectionReusableView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UICollectionView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UICollectionViewCell[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIControl[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIDatePicker[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIImageView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIInputView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UILabel[src]

impl UIView_UIConstraintBasedLayoutDebugging for UINavigationBar[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIPageControl[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIPickerView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIPopoverBackgroundView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIProgressView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIRefreshControl[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIScrollView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISearchBar[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISearchTextField[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISegmentedControl[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISlider[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIStackView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UISwitch[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITabBar[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITableView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITableViewCell[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITableViewHeaderFooterView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITextField[src]

impl UIView_UIConstraintBasedLayoutDebugging for UITextView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIToolbar[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIVisualEffectView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIWebView[src]

impl UIView_UIConstraintBasedLayoutDebugging for UIWindow[src]

Loading content...