SuavePirate / BadgeView

A simple Xamarin.Forms control to display a round badge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Badge is showing a retagles instead a circle in Xamarin.Forms.IOS

leonardosys4web opened this issue · comments

I'm using BadgeView.Shared.BadgeView the componente is showing a rectangle instead a circle on Iphone.

Version: 2017.10.17

  Android View:      

image

Iphone View

image

what version of Xamarin.Forms and did you initialize the renderer so it doesn't get linked out?

Fixed it by adding CircleViewRenderer.Initialize(); in my native projects