ibooks

Downloading & Viewing ePub Books

I have the following requirements for an iPad App and would like to know if it's possible to implement them: Download ePub books and view them in iPads iBooks reader Install the downloaded book in the devices itunes library, so that they are accessibly from the iBooks applications ...

Help with an iPad iBookstore-like Interface

I am building an iPad application that needs to list books in a manner similar to the way Apple does it in their iBookstore application and how Marvel does it in their iPad application. I'm not talking about the main featured rotating images but rather the book listing below that. My question is looking at the book list, how are they b...

AQGridView: Making a Selection

I am using AQGridView to build an iPad app that incorporates a flexible grid like that found in the Apple iBooks app or the Marvel and DC Comics apps. My question is has anyone used AQGridView and can help me with sheding some light on how to make a grid cell selection. It supposedly just makes a sub-class of UITableView but I can't seem...

How does iBooks do this?

I am currently displaying text in a uiwebview. However, I would like to allow a user to select text and perform some action with the selected text (google it). Apple has done this sort of thing with iBooks. When you click on a word you can choose to look up the word in a dictionary. How can I do the same thing with Webview? UIMenuContro...

is there any new api to create functionality like iBook

Hi all. As we all knew that apple has put new iBook to read ebooks and for that they have provided so many good functionalities. my questions is have they provided any new api or sample to add such kind of functionality in our applications?? another things like page curling effect for the web views ,as it is not possible to give such ...

[iPhone] how to link to iBook?

Hey guys I am making an app for an author (patrick rothfuss) and i would like to be able to link to his book in the itunes store by clicking a ui button. while I think i can set up the button and everything myself, I can't seem to find out what the link is. anyone have any idea how to do this? Thanks ...

Problem with ebook reader application

I am working on a ebook reader application... i can able to work exactly as iBooks application does. I have used : CFURLRef pdfURL = CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("paper.pdf"), NULL, NULL); pdf = CGPDFDocumentCreateWithURL((CFURLRef)pdfURL); CFRelease(pdfURL); - (void) renderPageAtIndexNSUInteger)index inCon...

export to epub format in php

Does anyone know of a php class that can create/export ePub files? I have a book stored in a mysql database and I wish to publish it as an ePub format book? It's a very basic book, simple text and chapters, and a few images. Any suggestions? ...

open iBooks from my app

I am have some PDFs in my app. I want to provide an option to open those in other third party e-readers that might be installed on the device, like Stanza and iBooks. Dropbox application has successfully implemented this feature and I can't find any information on how to detect what other e-readers are available on the device or what t...

Using UITapGestureRecognizer to show/hide menus

Hi, I'm trying to find a good way to make a tap show/hide my menus, in the same way as iBooks. I set up UITapGestureRecognizer to do this, but unfortunately it means then that none of the buttons on the screen work. I know I can use tapRecognizer.cancelsTouchesInView = NO; in order to allow the touches to go through, but then of cour...

CSS3 Page floats {float: top page} in iBooks?

Is there a way to achieve in iBooks an effect of Page float: http://www.w3.org/TR/css3-gcpm/#page-floats I tried using {float: top page} but didn't work. Seems that is not supported. Would be very helpful for figures and pictures. Thanks ...

How to devide a UIWebView into multiple pages (like iBooks)

I am trying to build an application in which I need to divide the webpage into multiple pages. These pages will then be shown as the pages in a book, like the iBooks animation. First problem to tackle is to divide the webpage into multiple pages and able to view it separately. Any inputs will be helpful. ...

How to show Book Opening and loading animation as in iBooks?

I am trying to show a book opening animation as in iBooks. Any inputs will be helpful. ...

iBooks library like effect!

Can someone tell me how to achieve iBooks Library turning effect.(Not the pages). Could that be achieved via Core Animation perhaps? ...

How Do I Create A Page Scroller Like In Apple's iBooks?

You guys get what I mean. I have no idea how to do this. There are no tutorials anywhere and so far I've spent about 4 hours on this to no avail. Can anyone point me to anything useful or give me a quick run down on how I would achieve this? Cheers. ...

ibook, stanza like ebook reader app implementation for iphone

Hi, any hints to implement ibook, stanza like iphone app? as ibook used private api then how about stanza, kobo? any documentation or sample code to refer? Thank you all... ...

Is the "X" delete button on the homescreen part of the SDK?

So when you want to delete an app from the Home Screen, or delete a book from iBooks, when you get into "Edit Mode" there is a little itty bitty X in the upper left hand corner of the app icon/book/whatever. Is this button part of the SDK? And... if not (I'm pretty sure it isn't), does anybody know an Apple sample project that might c...

iBooks like PDF reader for iPhone

Does anyone know of an open source project or code samples that works like the PDF reader in iBooks? ...

Accessing English dictionary on iOS

I want users to be able to look up word definitions from inside my iPad App. Is there a way to access the English dictionary in iOS, the way iBooks does, or do I need to go to an outside API? ...