[][src]Trait uikit_sys::IUIBarAppearance

pub trait IUIBarAppearance: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithIdiom_(self, idiom: UIUserInterfaceIdiom) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithBarAppearance_(
        self,
        barAppearance: UIBarAppearance
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn copy(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configureWithDefaultBackground(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configureWithOpaqueBackground(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configureWithTransparentBackground(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn idiom(self) -> UIUserInterfaceIdiom
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundEffect(self) -> UIBlurEffect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundEffect_(self, backgroundEffect: UIBlurEffect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundColor(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundColor_(self, backgroundColor: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundImage(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundImage_(self, backgroundImage: UIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundImageContentMode(self) -> UIViewContentMode
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundImageContentMode_(
        self,
        backgroundImageContentMode: UIViewContentMode
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shadowColor(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setShadowColor_(self, shadowColor: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shadowImage(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setShadowImage_(self, shadowImage: UIImage)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithIdiom_(self, idiom: UIUserInterfaceIdiom) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithBarAppearance_(
    self,
    barAppearance: UIBarAppearance
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

unsafe fn copy(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configureWithDefaultBackground(self) where
    Self::Target: Message + Sized

unsafe fn configureWithOpaqueBackground(self) where
    Self::Target: Message + Sized

unsafe fn configureWithTransparentBackground(self) where
    Self::Target: Message + Sized

unsafe fn idiom(self) -> UIUserInterfaceIdiom where
    Self::Target: Message + Sized

unsafe fn backgroundEffect(self) -> UIBlurEffect where
    Self::Target: Message + Sized

unsafe fn setBackgroundEffect_(self, backgroundEffect: UIBlurEffect) where
    Self::Target: Message + Sized

unsafe fn backgroundColor(self) -> UIColor where
    Self::Target: Message + Sized

unsafe fn setBackgroundColor_(self, backgroundColor: UIColor) where
    Self::Target: Message + Sized

unsafe fn backgroundImage(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setBackgroundImage_(self, backgroundImage: UIImage) where
    Self::Target: Message + Sized

unsafe fn backgroundImageContentMode(self) -> UIViewContentMode where
    Self::Target: Message + Sized

unsafe fn setBackgroundImageContentMode_(
    self,
    backgroundImageContentMode: UIViewContentMode
) where
    Self::Target: Message + Sized

unsafe fn shadowColor(self) -> UIColor where
    Self::Target: Message + Sized

unsafe fn setShadowColor_(self, shadowColor: UIColor) where
    Self::Target: Message + Sized

unsafe fn shadowImage(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setShadowImage_(self, shadowImage: UIImage) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIBarAppearance for UIBarAppearance[src]

impl IUIBarAppearance for UINavigationBarAppearance[src]

impl IUIBarAppearance for UITabBarAppearance[src]

impl IUIBarAppearance for UIToolbarAppearance[src]

Loading content...