jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

FillColor property of ImageCirclePlugin is not working in iOS device #32

Closed sandeshacharya7 closed 6 years ago

sandeshacharya7 commented 7 years ago

Hi @jamesmontemagno

Thank you for this wonderful plugin.

I am using nuget package of this plugin(version 1.8.1).

FillColor property of ImageCirclePlugin is woking fine in Android device but not working in iOS device. iOS device doesn't display FillColor.

Is there any workaround for this?

prashantvc commented 6 years ago

@sandeshacharya7 do you see this issue with new version of plugin? Could you share the code snippet to reproduce this issue?

jamesmontemagno commented 6 years ago

Works for me just fine:

Control.BackgroundColor = ((CircleImage)Element).FillColor.ToUIColor(); is the code. it is there.