I need to add a label inside a toolbar item in a ContentPage
.
I would like to create a CustomRenderer
for iOS, Android and UWP,
but I can't get the toolbar view for each platform.
For example, for Android I have tried to get the ActionBar
and then add the label, but the ActionBar
is always null.
How can I create this CustomRenderer?
Thank you :D