[][src]Trait uikit_sys::UITraitCollection_DynamicAppearance

pub trait UITraitCollection_DynamicAppearance: Sized + Deref {
    unsafe fn hasDifferentColorAppearanceComparedToTraitCollection_(
        self,
        traitCollection: UITraitCollection
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn hasDifferentColorAppearanceComparedToTraitCollection_(
    self,
    traitCollection: UITraitCollection
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UITraitCollection_DynamicAppearance for UITraitCollection[src]

Loading content...