[][src]Trait uikit_sys::NSBundle_UINibLoadingAdditions

pub trait NSBundle_UINibLoadingAdditions: Sized + Deref {
    unsafe fn loadNibNamed_owner_options_(
        self,
        name: NSString,
        owner: id,
        options: NSDictionary
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn loadNibNamed_owner_options_(
    self,
    name: NSString,
    owner: id,
    options: NSDictionary
) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSBundle_UINibLoadingAdditions for NSBundle[src]

Loading content...