ios - Open PDF file using swift -



ios - Open PDF file using swift -

how can add together pdf file app , click on button view file & when you're done screen @ ?

sorry if duplicate question couldn't find similar case here before

thanks

if want view pdf file can load uiwebview.

let url : nsurl! = nsurl(string: "http://developer.apple.com/iphone/library/documentation/uikit/reference/uiwebview_class/uiwebview_class.pdf") webview.loadrequest(nsurlrequest(url: url))

if you'd more framework pspdfkit.

ios iphone swift ios8

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -