messier16 / Forms.Controls

Home of all Messier16 Xamarin.Forms controls 😁 (now .NET standarized)
MIT License
20 stars 8 forks source link

Exeption rating in iOS #13

Open ivanteles opened 3 years ago

ivanteles commented 3 years ago

System.Exception: 'Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil. It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.' iOS Version: 14.3

<messier16:RatingBar FilledImage="estrela.png"
                                 Image="estrelapreenchida.png"  Rating="{Binding Nota, Mode=TwoWay}"
                                 MaxRating="5" WidthRequest="50"
                                 FillColor="Gray"
                                 HeightRequest="50" />

images are in the resource folder and marked as bundleresource