i would like to know how can i populate/load the UIPageViewController ( the based project given in xcode 4.2 ) with a PDF file or Images. Could you help ? where should i add some code, what should i add to the project ?
Thanks a lot !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to add PDF you must add a UIWebView on your view and open pdf here
Update 1 –
Here is how you can load a local file in UIWebView.