Welcome to the Xamarin.iOS feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.iOS, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Creating a new
UIView with the latter having the 64px offset. Both break in similar fashions.
Code Snippit
_pdfViewControl = new SfPdfViewer();
_pdfViewControl.Frame = new CoreGraphics.CGRect(View.Frame.X, View.Frame.Y + 64, View.Frame.Width, View.Frame.Height - 64);
View.AddSubview(_pdfViewControl);