10-14-2010, 06:20 AM
#1 (permalink )
Registered Member
Join Date: Oct 2010
Posts: 6
PDF Flip Book App - Where to start?
I have been asked to do an iPad digital magazine app for a friend of mine who does a bi-monthly design magazine.
I have only just started native app dev coming from a web dev background; i couldn't find anything about how to best approach the project.
Embed PDF in a view, going to pages from a controller? Adding interactivity like videos on certain areas etc
Any help on how best to approach this? Are there PDF frameworks for use in xcode? How could i use the nice iPad drop down (like on the mail app)
Would welcome any help or suggestions
10-14-2010, 07:05 AM
#2 (permalink )
Registered Member
Join Date: Aug 2010
Posts: 284
Quote:
Originally Posted by
roflman79
I have been asked to do an iPad digital magazine app for a friend of mine who does a bi-monthly design magazine.
I have only just started native app dev coming from a web dev background; i couldn't find anything about how to best approach the project.
Embed PDF in a view, going to pages from a controller? Adding interactivity like videos on certain areas etc
Any help on how best to approach this? Are there PDF frameworks for use in xcode? How could i use the nice iPad drop down (like on the mail app)
Would welcome any help or suggestions
Just been through this. HTML files are better than pdf. See this thread.
http://www.iphonedevsdk.com/forum/bu...-app-sale.html
10-14-2010, 07:06 AM
#3 (permalink )
Registered Member
Join Date: Nov 2009
Location: Helsinki
Posts: 304
For starters, UIWebView can display PDF files straight out the gate, without any modifications by you. If you need more complex display capabilities I suggest you look into Core Graphics, especially CGPDFContext and related functions. That should give you a base to start from.
10-21-2010, 04:32 AM
#4 (permalink )
Registered Member
Join Date: Oct 2010
Posts: 6
Quote:
Originally Posted by
fiftysixty
For starters, UIWebView can display PDF files straight out the gate, without any modifications by you. If you need more complex display capabilities I suggest you look into Core Graphics, especially CGPDFContext and related functions. That should give you a base to start from.
Thanks very much for the help! I'll look into that...
01-03-2011, 09:04 AM
#5 (permalink )
- U haz disappoint -
Join Date: Jan 2010
Location: Belgium
Posts: 489
If still need this? let me know
01-18-2011, 03:41 AM
#6 (permalink )
- U haz disappoint -
Join Date: Jan 2010
Location: Belgium
Posts: 489
Don't mind the guy above me.
I am doing the same.
I could advice using the Leaves library on github
It's wonderfull, just what u want. good luck ^_-
01-18-2011, 05:22 AM
#7 (permalink )
Daddy Cool
iPhone Dev SDK Supporter
Join Date: Mar 2009
Location: Yorkshire, England
Age: 100
Posts: 1,616
I second Leaves, it's great!
01-18-2011, 05:59 AM
#8 (permalink )
- U haz disappoint -
Join Date: Jan 2010
Location: Belgium
Posts: 489
Currently tweaking Leaves, so if anyone has tips and tricks, please let me know too
02-25-2011, 09:06 PM
#9 (permalink )
Registered Member
Join Date: Feb 2011
Posts: 1
Hi guys, I have similar requirements to TS's, it's an iPad version of a print magazine, containing text, image, video, and image gallery. So I guess I have to use HTML files and not PDF right?
I check on Leaves, currently it only supports flipping text, image, and PDF, so any other similar page flipping effect for HTML?
Thread Tools
Display Modes
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
» Advertisements
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,895
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38