i had found the page flipper code AFKPageFlipper from github. i want to show image instead of pdf pages which is shown in code example. guys have you any idea how to replace pdf pages into images.
please suggest me.
thanks
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.
Have a look at the example included in the project. You have to implement
- (UIView *) viewForPage:(NSInteger) page inFlipper:(AFKPageFlipper *) pageFlipperin theAFKPageFlipperDataSource. In the MainController.m (from the example) you can find a example.Your new code for images could look like this: