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

  • SEARCH
  • Home
  • 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 8975659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:56:08+00:00 2026-06-15T18:56:08+00:00

So, I have this code in one of my methods, which generates a new

  • 0

So, I have this code in one of my methods, which generates a new random word, displays it in a web view, then animates a page curl to transition from the current word to that new one. Ideally this should curl away the old view, and display the new one on the page beneath.

At present, the animation occurs (the page curls), then the new content loads after it’s finished curling (meaning that the page below the curl has the old word on it until the curl is done, at which point the new one appears). I have no idea why this is, anyone able to explain it to me? Is it something to do with the data not coming back from my [dictionary] object fast enough, perhaps?

NSString *word = [dictionary randomWord];
NSString *htmlDefinition = [dictionary getHTMLFor: word];
[self.randomDefinitionWebView loadHTMLString: htmlDefinition baseURL: nil];

[UIView transitionWithView: self.randomDefinitionWebView
                      duration: 1.5
                       options: UIViewAnimationOptionTransitionCurlDown
                    animations: ^ { }
                    completion: nil];
}
  • 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-15T18:56:09+00:00Added an answer on June 15, 2026 at 6:56 pm

    UIWebview loads HTML in another thread. And when it finishes, it tells its delegate webViewDidFinishLoad:

    So the animations will be shown first.

    You can set the webview’s delegate to yourself and do animations in webViewDidFinishLoad:

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

Sidebar

Related Questions

I have this code: s(x => x.Open()); s is a method which calls one
I have this code in one of my controllers to get access to eventful.
I have this code that has one button that let's me choose an entry
I am creating a rails app and have used this code in one of
I have this code that where I would normally use one line: if (tableView
I have this code to open multiple files one at a time that is
I have this HTML code multiple times one after the other: <li> <img src=path/to/my/picture.jpg
In one page of our site, I have this code: $_SESSION['returnURL'] = /store/checkout/onepage; and
Ok, this one is weird, i have this code: $('#nps').submit(function(e) { e.preventDefault(); var images
i have this css code, and i want to shorten it. #one{ background: #6cab26;

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.