How to set badge counter above the toolbaritem in Xamarin.Forms?
问题 I am creating an application where I need to implement a badge counter above the icon in ToolbarItem . I am creating a dependancy service for IOS and Android. I reference this URL. After implementing this I am getting a perfect result in Android, but when I try to run it on an IOS device I'm not able to use that. In that var rightButtonItems = vc?.ParentViewController?.NavigationItem?.RightBarButtonItems; always returns null so I am not able to use and set badge counter above the application.