[][src]Trait uikit_sys::UIView_UIConstraintBasedLayoutLayering

pub trait UIView_UIConstraintBasedLayoutLayering: Sized + Deref {
    unsafe fn alignmentRectForFrame_(self, frame: CGRect) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn frameForAlignmentRect_(self, alignmentRect: CGRect) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewForBaselineLayout(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn invalidateIntrinsicContentSize(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentHuggingPriorityForAxis_(
        self,
        axis: UILayoutConstraintAxis
    ) -> UILayoutPriority
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContentHuggingPriority_forAxis_(
        self,
        priority: UILayoutPriority,
        axis: UILayoutConstraintAxis
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentCompressionResistancePriorityForAxis_(
        self,
        axis: UILayoutConstraintAxis
    ) -> UILayoutPriority
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContentCompressionResistancePriority_forAxis_(
        self,
        priority: UILayoutPriority,
        axis: UILayoutConstraintAxis
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn alignmentRectInsets(self) -> UIEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewForFirstBaselineLayout(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewForLastBaselineLayout(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn intrinsicContentSize(self) -> CGSize
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn alignmentRectForFrame_(self, frame: CGRect) -> CGRect where
    Self::Target: Message + Sized

unsafe fn frameForAlignmentRect_(self, alignmentRect: CGRect) -> CGRect where
    Self::Target: Message + Sized

unsafe fn viewForBaselineLayout(self) -> UIView where
    Self::Target: Message + Sized

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

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

unsafe fn setContentHuggingPriority_forAxis_(
    self,
    priority: UILayoutPriority,
    axis: UILayoutConstraintAxis
) where
    Self::Target: Message + Sized

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

unsafe fn setContentCompressionResistancePriority_forAxis_(
    self,
    priority: UILayoutPriority,
    axis: UILayoutConstraintAxis
) where
    Self::Target: Message + Sized

unsafe fn alignmentRectInsets(self) -> UIEdgeInsets where
    Self::Target: Message + Sized

unsafe fn viewForFirstBaselineLayout(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn viewForLastBaselineLayout(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn intrinsicContentSize(self) -> CGSize where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIConstraintBasedLayoutLayering for UIActionSheet[src]

impl UIView_UIConstraintBasedLayoutLayering for UIActivityIndicatorView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIAlertView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIButton[src]

impl UIView_UIConstraintBasedLayoutLayering for UICollectionReusableView[src]

impl UIView_UIConstraintBasedLayoutLayering for UICollectionView[src]

impl UIView_UIConstraintBasedLayoutLayering for UICollectionViewCell[src]

impl UIView_UIConstraintBasedLayoutLayering for UIControl[src]

impl UIView_UIConstraintBasedLayoutLayering for UIDatePicker[src]

impl UIView_UIConstraintBasedLayoutLayering for UIImageView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIInputView[src]

impl UIView_UIConstraintBasedLayoutLayering for UILabel[src]

impl UIView_UIConstraintBasedLayoutLayering for UINavigationBar[src]

impl UIView_UIConstraintBasedLayoutLayering for UIPageControl[src]

impl UIView_UIConstraintBasedLayoutLayering for UIPickerView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIPopoverBackgroundView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIProgressView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIRefreshControl[src]

impl UIView_UIConstraintBasedLayoutLayering for UIScrollView[src]

impl UIView_UIConstraintBasedLayoutLayering for UISearchBar[src]

impl UIView_UIConstraintBasedLayoutLayering for UISearchTextField[src]

impl UIView_UIConstraintBasedLayoutLayering for UISegmentedControl[src]

impl UIView_UIConstraintBasedLayoutLayering for UISlider[src]

impl UIView_UIConstraintBasedLayoutLayering for UIStackView[src]

impl UIView_UIConstraintBasedLayoutLayering for UISwitch[src]

impl UIView_UIConstraintBasedLayoutLayering for UITabBar[src]

impl UIView_UIConstraintBasedLayoutLayering for UITableView[src]

impl UIView_UIConstraintBasedLayoutLayering for UITableViewCell[src]

impl UIView_UIConstraintBasedLayoutLayering for UITableViewHeaderFooterView[src]

impl UIView_UIConstraintBasedLayoutLayering for UITextField[src]

impl UIView_UIConstraintBasedLayoutLayering for UITextView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIToolbar[src]

impl UIView_UIConstraintBasedLayoutLayering for UIView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIVisualEffectView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIWebView[src]

impl UIView_UIConstraintBasedLayoutLayering for UIWindow[src]

Loading content...