[][src]Trait uikit_sys::UIColor_DynamicColors

pub trait UIColor_DynamicColors: Sized + Deref {
    unsafe fn initWithDynamicProvider_(
        self,
        dynamicProvider: _bindgen_ty_id_156868
    ) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn resolvedColorWithTraitCollection_(
        self,
        traitCollection: UITraitCollection
    ) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn colorWithDynamicProvider_(
        dynamicProvider: _bindgen_ty_id_156860
    ) -> UIColor
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithDynamicProvider_(
    self,
    dynamicProvider: _bindgen_ty_id_156868
) -> UIColor where
    Self::Target: Message + Sized

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

unsafe fn colorWithDynamicProvider_(
    dynamicProvider: _bindgen_ty_id_156860
) -> UIColor where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIColor_DynamicColors for UIColor[src]

Loading content...