Hi,
I'm using Syncfusion SfPdfViewer (18.1.0.57) to view and take annotations on a Pdf on iOS. I'm using Xamarin.iOS (latest version, 13.18.2.1) and Visual Studio for Mac with Xcode 11.5.
Using the following code, I get this exception:
- NSObjectNotAvailableException Reason: UIAlertView is deprecated and unavailable for UIScene based applications, please use UIAlertController!
var pdfViewer = new SfPdfViewer();
Am I missing something?
Thanks for the support.
Regards,
Peter