[][src]Trait uikit_sys::IUINib

pub trait IUINib: Sized + Deref {
    unsafe fn instantiateWithOwner_options_(
        self,
        ownerOrNil: id,
        optionsOrNil: NSDictionary
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn nibWithNibName_bundle_(
        name: NSString,
        bundleOrNil: NSBundle
    ) -> UINib
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn nibWithData_bundle_(data: NSData, bundleOrNil: NSBundle) -> UINib
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn instantiateWithOwner_options_(
    self,
    ownerOrNil: id,
    optionsOrNil: NSDictionary
) -> NSArray where
    Self::Target: Message + Sized

unsafe fn nibWithNibName_bundle_(name: NSString, bundleOrNil: NSBundle) -> UINib where
    Self::Target: Message + Sized

unsafe fn nibWithData_bundle_(data: NSData, bundleOrNil: NSBundle) -> UINib where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUINib for UINib[src]

Loading content...