[][src]Trait uikit_sys::UIColor_UIColorNamedColors

pub trait UIColor_UIColorNamedColors: Sized + Deref {
    unsafe fn colorNamed_(name: NSString) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn colorNamed_inBundle_compatibleWithTraitCollection_(
        name: NSString,
        bundle: NSBundle,
        traitCollection: UITraitCollection
    ) -> UIColor
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn colorNamed_(name: NSString) -> UIColor where
    Self::Target: Message + Sized

unsafe fn colorNamed_inBundle_compatibleWithTraitCollection_(
    name: NSString,
    bundle: NSBundle,
    traitCollection: UITraitCollection
) -> UIColor where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIColor_UIColorNamedColors for UIColor[src]

Loading content...