You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a crash when you try to swipe past the last page in the iOS demo app. (I was not able to test the OS X version so I'm not sure if exists there also.)
I am new to the ePub format but it seems like the spine count seems is off by 1 because it includes the the root element from the content.opf file.
In the tolstoy example:
self.contentModel.spine[0] shows "ncx" in the debugger which matches
self.contentModel.spine[1] shows "titlepage" in the debugger
Here is what the contents of the content.opf file contains:
Perhaps this is by design? Everything else seems to be working great. The demo is super helpful also.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed a crash when you try to swipe past the last page in the iOS demo app. (I was not able to test the OS X version so I'm not sure if exists there also.)
I am new to the ePub format but it seems like the spine count seems is off by 1 because it includes the the root element from the content.opf file.
Here is what the contents of the content.opf file contains:
Perhaps this is by design? Everything else seems to be working great. The demo is super helpful also.
Thanks!
The text was updated successfully, but these errors were encountered: