[][src]Trait uikit_sys::UILayoutGuide_UIConstraintBasedLayoutDebugging

pub trait UILayoutGuide_UIConstraintBasedLayoutDebugging: Sized + Deref {
    unsafe fn constraintsAffectingLayoutForAxis_(
        self,
        axis: UILayoutConstraintAxis
    ) -> NSArray
    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 hasAmbiguousLayout(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UILayoutGuide_UIConstraintBasedLayoutDebugging for UIFocusGuide[src]

impl UILayoutGuide_UIConstraintBasedLayoutDebugging for UILayoutGuide[src]

Loading content...