I am trying to use the App Bar: Bottom from Material Design in my ios project. Added the MDCBottomAppBarView() class as UIView like this:
But the bottom bar is showing in the top like this:
Can someone tell me how to access the MDCBottomAppBarView() class and customize. And also show the bar at bottom of the app.
This is how i used MDCBottomAppBarView().
First create a bottom app bar and a floating button to access the floating button which MDCBottomAppBarView() have as default.
Then you can configure your app bar and button,