I am creating a PDF reader kind of App and for that, I am using PDFKit
to show PDF files in that app.
I am able to add PDFView
through code and it's working fine.
But is it possible that I can add PDFView
through storyboard
and then by Outlet I will assign a PDF file to that view?