We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfRating does not work

Hi all,

i have tried to get the SfRating Xamarin Forms Control to work in iOS, with no success :-(

I have added the References (Syncfusion.SfRating.iOS, Syncfusion.SfRating.XForms, Syncfusion.SfRating.XForms.iOS) to the Project and also initialised the Renderer in FinishedLaunching.
Used Syncfusion version is 14.0.3.52.
 
AppDelegate.cs:
...
new SfRatingRenderer();
...

Source:
SfRating sfRating = new SfRating();
sfRating.VerticalOptions = LayoutOptions.FillAndExpand;
sfRating.HorizontalOptions = LayoutOptions.FillAndExpand;
sfRating.ItemCount = 5;
sfRating.ItemSize = 100;
sfRating.Value = 2;
sfRating.Precision = Precision.Exact;
ContentLayout.Children.Add(sfRating);


The control simply does not show.

A try with the SfRangeSlider works like a charm.

Any hints?

Regarads

Sven



1 Reply

PK Pavendhan Kumar Syncfusion Team October 31, 2016 07:32 AM UTC

Hi Sven,

Thank you for contacting Syncfusion support.

We were unable to reproduce the reported behaviour at our end. We have prepared a simple sample from given code snippet. Please download the same from the following link.

Link: http://www.syncfusion.com/downloads/support/forum/127153/ze/Rating_127152-1470204491 

Please let us know whether the given sample meets your requirement or not.

Regards,
Pavendhan K. 


Loader.
Live Chat Icon For mobile
Up arrow icon