Class UIToolbar

    • Constructor Detail

      • UIToolbar

        public UIToolbar()
      • UIToolbar

        public UIToolbar​(CGRect frame)
      • UIToolbar

        public UIToolbar​(NSCoder decoder)
    • Method Detail

      • setBarStyle

        public void setBarStyle​(UIBarStyle v)
      • isTranslucent

        public boolean isTranslucent()
        Since:
        Available in iOS 3.0 and later.
      • setTranslucent

        public void setTranslucent​(boolean v)
        Since:
        Available in iOS 3.0 and later.
      • getBarTintColor

        public UIColor getBarTintColor()
        Since:
        Available in iOS 7.0 and later.
      • setBarTintColor

        public void setBarTintColor​(UIColor v)
        Since:
        Available in iOS 7.0 and later.
      • getDelegate

        public UIToolbarDelegate getDelegate()
        Since:
        Available in iOS 7.0 and later.
      • setDelegate

        public void setDelegate​(UIToolbarDelegate v)
        Since:
        Available in iOS 7.0 and later.
      • setBackgroundImage

        public void setBackgroundImage​(UIImage backgroundImage,
                                       UIBarPosition topOrBottom,
                                       UIBarMetrics barMetrics)
        Since:
        Available in iOS 5.0 and later.
      • setShadowImage

        public void setShadowImage​(UIImage shadowImage,
                                   UIBarPosition topOrBottom)
        Since:
        Available in iOS 6.0 and later.
      • getShadowImage

        public UIImage getShadowImage​(UIBarPosition topOrBottom)
        Since:
        Available in iOS 6.0 and later.