Andrew Overton 1e167e2376
[ButtonBar] Deprecate MDCButtonBarColorThemer (#9155)
Associated CL: [cl/284204381](http://cl/284204381)
Related to #9138
Related to #9137
2019-12-06 15:17:32 -05:00
..

Button bar

Button Bar

The Button Bar is a view that represents a list of UIBarButtonItems as horizontally aligned buttons.


Overview

A Button Bar is similar in concept to a UIToolbar, but Button Bars are not a drop-in API replacement for UIToolbar. Button Bars are slightly more versatile in that one might use a Button Bar to create a Toolbar or a Navigation Bar (left/right button bars).

Button Bar supports a subset of UIBarButtonItem's properties. Learn more by reading the section on UIBarButtonItem properties.

Installation

Usage

Extensions