robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

Rounded Corners on IOS not working #94

Open poochie89 opened 3 years ago

poochie89 commented 3 years ago

When creating a togglebutton with rounded corners, it has no effect on iOS devices

robinmanuelthiel commented 3 years ago

Does the Demo Project in this repository work for you? It has rounded corners for toggle buttons...

poochie89 commented 3 years ago

The Demo Project does work. I am 0.14. I am Initializing FlexButton in AppDelegate so im quite puzzled. I copied a couple of buttons from the demo project, but in my project the rounded corners dont work Edit: when i remove the Flex project references from the Demo project and add the nuget package, the same problem appears in the demo project

poochie89 commented 3 years ago

Any updates or ideas on this?

robinmanuelthiel commented 3 years ago

You are right, the demo project does not work when using the NuGet package. Weird... I was able to reproduce and will investigate.

robinmanuelthiel commented 3 years ago

Version 0.14.1 is out and should address this issue. @poochie89, can you please check, if this solves this for you? https://www.nuget.org/packages/Forms.Controls.FlexButton/0.14.1