I want to hide text labels in tabbed page on iOS. How to perform that?
I try to create custom renderer to iterate over items and set empty title, but TabBar.Items
is always null within OnElementChanged
.
I want to hide text labels in tabbed page on iOS. How to perform that?
I try to create custom renderer to iterate over items and set empty title, but TabBar.Items
is always null within OnElementChanged
.