Questions tagged [ibooks]

iBooks is an e-book application by Apple Inc.

iBooks is an e-book application by Apple Inc. for their iOS operating system and devices. It was announced in conjunction with the iPad on January 27, 2010.

283 questions
-1
votes
1 answer

How could I create a solid, professional PDF book reader along the lines of iBooks?

Months ago I was intensly interested in this topic and construted a really crappy, horribly bogged down version of a pdf reader uising uiwebviews. However this obviously cannot be the best way to create a pdf view. All I could do was view the pdfs…
Nate
  • 51
  • 2
-1
votes
1 answer

How can I configure a read aloud book for use in iBooks?

I created an EPUB book for use in iBooks. To do so, I followed this guide. When I go to load the book I created into iBooks, it appears as a text-only ebook. The EPUB validator maintained by the IDPF (epubcheck) says that my book has no errors. What…
-1
votes
1 answer

Save PDF to iBooks issue with xCode7

func downloadPDF() { // Running operations that takes a long time in a background thread is recommended dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), { () -> Void in // Get the PDF data…
Octavious
  • 11
  • 3
-1
votes
1 answer

is there a way to flush the page cache? (window.init and audio autoplay won't work)

If I have an interactive widget that has something like window.init = function() {alert('foo');}; or then when I close the interactive widget and bring it back up again, the init() doesn't run…
slugolicious
  • 15,824
  • 2
  • 29
  • 43
-1
votes
1 answer

UIScrollView with pagingEnabled = YES and a very large contentSize, the same issue as the iBooks

I met this weird problem when I had an UIScrollView with pagingEnable = YES and a very large contentSize (let's say over 20000000). Basically I want to write a PDF viewer just like the iBooks (showing one page in the screen). So the bounds of the…
Keyser
  • 21
  • 4
-1
votes
1 answer

iOS App that open .ibook file in iBook

My app will download some .ibook file to the iphone in the application support directory. Now want to open this .ibook file using the iBook App by opening URL like "itms-books://xxxxxxx" My question is what should be the correct path for my .ibook…
Bowie
  • 992
  • 3
  • 10
  • 25
-2
votes
1 answer

Handwriting widget for iBooks Author

I am looking for a widget (HTML5, Dashcode, Javascript, whatever) that will allow the user of a textbook published from iBooks Author to use their finger or stylus to hand write notes within the textbook itself. I am not sure if it is even…
-2
votes
0 answers

Want to create readin screen like ibook in react native

I want to create reading screen like ibook. Data is in horizonal paging. Based on font sizes variable content is shown and remaining contents move to next screen. I know that I can show karwani the contents intially by calculation of screen height.…
-2
votes
1 answer

How do i open PDFs with iBooks on iOS using Appcelerator ?

I am trying to open pdfs in my application using ibooks but i could not find any solution for this. I am using Appcelerator for this. Please share code with me.
-2
votes
1 answer

How to upload a book to server selected from iBooks from my iPhone Application?

I wanted to upload a pdf selected from iBooks from my iPhone application. Just like selecting a photo from gallery and uploading it. Is there any classes just like UIImagePickerController for selecting a book from ibooks ?
-2
votes
1 answer

Creating reminders using HTML widgets in iBooks Author

I'm writing a book in iBooks Author. I want to be able to tap on a widget and create reminders in the Reminders app, preferably without using another app as a middleman. Any ideas how I might be able to accomplish this? Edit: I've found an…
-2
votes
1 answer

How to open the iBook file without use the third party apps?

I want to open the iBook file in my device without use the third party apps like iBook App.I have read many articles and suggests use of UIDocumentInterectionController class. See the SO answer How to open a file on iBooks When I use…
Deepesh
  • 8,065
  • 3
  • 28
  • 45
-3
votes
1 answer

iAd in iBooks - is this possible?

Looking at including iAds within an iBook. Is this at all possible as I don't seem to be able to find reference to this option anywhere.
1 2 3
18
19