[][src]Trait uikit_sys::IUIApplicationShortcutIcon

pub trait IUIApplicationShortcutIcon: Sized + Deref {
    unsafe fn iconWithType_(
        type_: UIApplicationShortcutIconType
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn iconWithTemplateImageName_(
        templateImageName: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn iconWithSystemImageName_(
        systemImageName: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn iconWithType_(type_: UIApplicationShortcutIconType) -> instancetype where
    Self::Target: Message + Sized

unsafe fn iconWithTemplateImageName_(
    templateImageName: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn iconWithSystemImageName_(systemImageName: NSString) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIApplicationShortcutIcon for UIApplicationShortcutIcon[src]

Loading content...