[−][src]Trait uikit_sys::IUIImageAsset
Provided methods
unsafe fn init(self) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn imageWithConfiguration_(
self,
configuration: UIImageConfiguration
) -> UIImage where
Self::Target: Message + Sized,
self,
configuration: UIImageConfiguration
) -> UIImage where
Self::Target: Message + Sized,
unsafe fn registerImage_withConfiguration_(
self,
image: UIImage,
configuration: UIImageConfiguration
) where
Self::Target: Message + Sized,
self,
image: UIImage,
configuration: UIImageConfiguration
) where
Self::Target: Message + Sized,
unsafe fn unregisterImageWithConfiguration_(
self,
configuration: UIImageConfiguration
) where
Self::Target: Message + Sized,
self,
configuration: UIImageConfiguration
) where
Self::Target: Message + Sized,
unsafe fn imageWithTraitCollection_(
self,
traitCollection: UITraitCollection
) -> UIImage where
Self::Target: Message + Sized,
self,
traitCollection: UITraitCollection
) -> UIImage where
Self::Target: Message + Sized,
unsafe fn registerImage_withTraitCollection_(
self,
image: UIImage,
traitCollection: UITraitCollection
) where
Self::Target: Message + Sized,
self,
image: UIImage,
traitCollection: UITraitCollection
) where
Self::Target: Message + Sized,
unsafe fn unregisterImageWithTraitCollection_(
self,
traitCollection: UITraitCollection
) where
Self::Target: Message + Sized,
self,
traitCollection: UITraitCollection
) where
Self::Target: Message + Sized,