[][src]Trait uikit_sys::PUIPopoverBackgroundViewMethods

pub trait PUIPopoverBackgroundViewMethods: Sized + Deref {
    unsafe fn arrowBase() -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentViewInsets() -> UIEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrowHeight() -> CGFloat
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn arrowBase() -> CGFloat where
    Self::Target: Message + Sized

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

unsafe fn arrowHeight() -> CGFloat where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIPopoverBackgroundViewMethods for UIPopoverBackgroundView[src]

Loading content...