Just read an article about customising BottomAppBar in Material Components for Android and now I wonder how to do the same for iOS.
Actually I need to change fabCradleDiameter
, fabCradleRoundedCornerRadius
, fabCradleVerticalOffset
and FAB radius.
Article above shows that on Android it's done via app:* parameters in some layout xml. But there is no such xml in iOS.
look to do it in iOS touch to create the component in execution time, to do it you do it in the following way:
NOTE: the above code is tested in Swift 5.0