4 Commits

Author SHA1 Message Date
Robert Moore
62c5097a7a
[BottomNavigation] Example is self-contained. (#6480)
The BottomNavigationController example was depending on other components'
example classes. Instead, it should use self-contained (or at least within
BottomNavigation) classes.

|Before|After|
|---|---|
|![simulator screen shot - iphone 7 - 2019-01-25 at 14 52 58](https://user-images.githubusercontent.com/1753199/51769399-ec29b500-20b0-11e9-8a35-cceda7ede773.png)|![simulator screen shot - iphone 7 - 2019-01-25 at 14 52 16](https://user-images.githubusercontent.com/1753199/51769373-e0d68980-20b0-11e9-807a-c5aecf8b9719.png)|

Part of #4160
2019-01-28 10:48:43 -05:00
Eric Lee
d8fed59535 [BottomNavigation] Elevates the BottomNavigationBarController to beta status and re-adds its unit tests. (#6311)
Contributes to #4160
2019-01-24 07:47:40 -05:00
Eric Lee
f119f22226 [BottomNavigation] Sets the selected view controller to the first view controller in the given array when the bottom navigation controller's view controllers are set. (#6284)
This is to mimic the behavior of UITabBarController.

Contributes to: #4160
2019-01-13 15:24:12 -05:00
Eric Lee
9e7b8eed76 [BottomNavigation] Added an example for MDCBottomNavigationBarController (#6082) 2018-12-20 16:36:42 -05:00