featherless
|
32fe4e191a
|
[NavigationBar] Update layout when button bar sizes change. (#4992)
Prior to this change, changing the title of a button would often result in the button's label being clipped because the navigation bar was not updating its button bar frames when needed.
After this change, the navigation bar makes use of 471936b842e7473e51b5dc02df619a7e67a0c5b2 to react to changes in the intrinsic content size of the button bar.
## Before
| Before changing title | After changing title |
|:----------|:------------|
|  |  |
## After
| Before changing title | After changing title |
|:----------|:------------|
|  |  |
Closes https://github.com/material-components/material-components-ios/issues/1717
|
2018-09-10 16:17:23 -04:00 |
|