[][src]Trait uikit_sys::UIView_UILayoutGuideSupport

pub trait UIView_UILayoutGuideSupport: Sized + Deref {
    unsafe fn addLayoutGuide_(self, layoutGuide: UILayoutGuide)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeLayoutGuide_(self, layoutGuide: UILayoutGuide)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layoutGuides(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addLayoutGuide_(self, layoutGuide: UILayoutGuide) where
    Self::Target: Message + Sized

unsafe fn removeLayoutGuide_(self, layoutGuide: UILayoutGuide) where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl UIView_UILayoutGuideSupport for UIActionSheet[src]

impl UIView_UILayoutGuideSupport for UIActivityIndicatorView[src]

impl UIView_UILayoutGuideSupport for UIAlertView[src]

impl UIView_UILayoutGuideSupport for UIButton[src]

impl UIView_UILayoutGuideSupport for UICollectionReusableView[src]

impl UIView_UILayoutGuideSupport for UICollectionView[src]

impl UIView_UILayoutGuideSupport for UICollectionViewCell[src]

impl UIView_UILayoutGuideSupport for UIControl[src]

impl UIView_UILayoutGuideSupport for UIDatePicker[src]

impl UIView_UILayoutGuideSupport for UIImageView[src]

impl UIView_UILayoutGuideSupport for UIInputView[src]

impl UIView_UILayoutGuideSupport for UILabel[src]

impl UIView_UILayoutGuideSupport for UINavigationBar[src]

impl UIView_UILayoutGuideSupport for UIPageControl[src]

impl UIView_UILayoutGuideSupport for UIPickerView[src]

impl UIView_UILayoutGuideSupport for UIPopoverBackgroundView[src]

impl UIView_UILayoutGuideSupport for UIProgressView[src]

impl UIView_UILayoutGuideSupport for UIRefreshControl[src]

impl UIView_UILayoutGuideSupport for UIScrollView[src]

impl UIView_UILayoutGuideSupport for UISearchBar[src]

impl UIView_UILayoutGuideSupport for UISearchTextField[src]

impl UIView_UILayoutGuideSupport for UISegmentedControl[src]

impl UIView_UILayoutGuideSupport for UISlider[src]

impl UIView_UILayoutGuideSupport for UIStackView[src]

impl UIView_UILayoutGuideSupport for UISwitch[src]

impl UIView_UILayoutGuideSupport for UITabBar[src]

impl UIView_UILayoutGuideSupport for UITableView[src]

impl UIView_UILayoutGuideSupport for UITableViewCell[src]

impl UIView_UILayoutGuideSupport for UITableViewHeaderFooterView[src]

impl UIView_UILayoutGuideSupport for UITextField[src]

impl UIView_UILayoutGuideSupport for UITextView[src]

impl UIView_UILayoutGuideSupport for UIToolbar[src]

impl UIView_UILayoutGuideSupport for UIView[src]

impl UIView_UILayoutGuideSupport for UIVisualEffectView[src]

impl UIView_UILayoutGuideSupport for UIWebView[src]

impl UIView_UILayoutGuideSupport for UIWindow[src]

Loading content...