swift3 - Can I add PDFView through Storyboard in iOS 11 -


i creating pdf reader kind of app , using pdfkit show pdf file in app.

i able add pdfview through code , working fine.

but possible can add pdfview through storyboard , outlet assign pdf file view ?

you can create uiview in storyboard , give class pdfview in identity inspector. can connect view usual via outlets. connecting methods goback actions should possible.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -