Closed redent closed 10 years ago
Calls to this method causes a crash with the following exception:
NSInvalidArgumentException Reason: +[PXEngine updateStylesnonRecursively:]: unrecognized selector sent to class 0x43dad8
The binding should be updateStylesNonRecursively, but it is updateStylesnonRecursively at this line: https://github.com/Pixate/Xamarin-Pixate/blob/master/Source/Pixate/ApiDefinition.cs#L81
updateStylesNonRecursively
updateStylesnonRecursively
Thanks, we've corrected the typo and we'll push a new binary version shortly.
Calls to this method causes a crash with the following exception:
The binding should be
updateStylesNonRecursively
, but it isupdateStylesnonRecursively
at this line: https://github.com/Pixate/Xamarin-Pixate/blob/master/Source/Pixate/ApiDefinition.cs#L81