[][src]Trait uikit_sys::PUIAppearance

pub trait PUIAppearance: Sized + Deref {
    unsafe fn appearance() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appearanceWhenContainedIn_(
        ContainerClass: *mut u64
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appearanceWhenContainedInInstancesOfClasses_(
        containerTypes: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appearanceForTraitCollection_(
        trait_: UITraitCollection
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appearanceForTraitCollection_whenContainedIn_(
        trait_: UITraitCollection,
        ContainerClass: *mut u64
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn appearanceForTraitCollection_whenContainedInInstancesOfClasses_(
        trait_: UITraitCollection,
        containerTypes: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn appearance() -> instancetype where
    Self::Target: Message + Sized

unsafe fn appearanceWhenContainedIn_(ContainerClass: *mut u64) -> instancetype where
    Self::Target: Message + Sized

unsafe fn appearanceWhenContainedInInstancesOfClasses_(
    containerTypes: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn appearanceForTraitCollection_(
    trait_: UITraitCollection
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn appearanceForTraitCollection_whenContainedIn_(
    trait_: UITraitCollection,
    ContainerClass: *mut u64
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn appearanceForTraitCollection_whenContainedInInstancesOfClasses_(
    trait_: UITraitCollection,
    containerTypes: NSArray
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIAppearance for UIBarItem[src]

impl PUIAppearance for UIView[src]

Loading content...