ios - Mimic Apple's iBooks pages? -
i'm trying find solution display ton of formatted text in iphone/ipad app. absolute user-friendly way use paginated view, apple's ibooks does. data located in core data, book-long text should formatted headers ( , few table-like elements , images). have far tableview job, makes scrolling , breeze, due reuse of table cells etc., isn't preferred visual style (plus, want display magazine-like columns on ipad version).
now if wanted implement uipageviewcontroller-driven solution (plus page "scrubber" on bottom), i'd need pre-render pages that
a) jumping next pages using scrubber , b) showing current section of text in scrubber subview possible.
so core text powerful enough fill amount of views in matter of seconds (like ibooks -> can see dots on bottom getting darker after quick jumping becomes available) or need reconsider concept? don't want end wasting amount of coding because of unforeseeable memory/processing power issues...
many thanks
in our book , magazine app, quite large, have our data in core data, , load paging scroll view. use css's nice display. slick , responsive swipe chapter chapter, has taken great deal of work make so.
doing tricks preloading adjacent chapters make more responsive.
so bottom line? absolutely can done, take great deal of effort smooth , responsive.
Comments
Post a Comment