Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9240713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:14:20+00:00 2026-06-18T08:14:20+00:00

i have a html file that contains some data,since i display this in a

  • 0

i have a html file that contains some data,since i display this in a webview the user has to scroll down to view the information,what i want to know is whether i can provide a page curl animation to view the contents of the html so that it becomes easier for the user to read the information by swiping across pages,

should i use pageviewcontroller? or are there any other libraries that let me have the page curl effect on a custom(webview)? how do i proceed? is it possible to show some amount of html information on one page and then user turns to the next page? how do i achieve that,its a single html file

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:14:21+00:00Added an answer on June 18, 2026 at 8:14 am

    If you want that sort of paging, then maybe you could try the leaves library https://github.com/brow/leaves You can use it to page through various UIWebView’s
    As you can see in the leaves sample you have to render the page in the renderPageAtIndex.
    You can then use something like:

    - (void) renderPageAtIndex:(NSUInteger)index inContext:(CGContextRef)ctx {
    

    CGSize screensize = CGSizeMake(320,480);

    UIGraphicsBeginImageContext(screensize);
    CGContextRef context = UIGraphicsGetCurrentContext();
    CGFloat scalingFactor = screensize.width/webView.frame.size.width;
    CGContextScaleCTM(context, scalingFactor,scalingFactor);

    [webView.layer renderInContext: ctx];
    }

    You do have to load the webview first.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a HTML that includes a Javascript file. This script contains a special
I have a file that contains this: <html> <head> <title> Hello! - {{ today
I have a html file that contains urls that start with ftps, http, https,
I have a html file that has invoice details I would like to know
I have an HTML (App) file that reads another HTML (data) file via jQuery.ajax()
First I have a PHP file that gets data and file from a HTML
i have html form with ENCTYPE=multipart/form-data .It just contains the textbox of type 'file'
I have a single HTML file that contains three div elements in it, Each
I have an html file that gets loaded when a user connects a flash
I have a html file that I want to trim. I want to remove

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.