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 6326705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:08:30+00:00 2026-05-24T17:08:30+00:00

I have a tab bar controller, one tab screen contains a web view, loading

  • 0

I have a tab bar controller, one tab screen contains a web view, loading a request say google.com, when it is loading(ie before the didload delegate method call of webview), if I switch to another tab and then go back, the spinner is still running but the page is never loaded, I guess viewDidLoad is only called once, so should I put the loading code in viewDidAppear, or is there anyway to solve this?

Thanks!

  • 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-05-24T17:08:31+00:00Added an answer on May 24, 2026 at 5:08 pm

    I don’t understand why you want to refresh the WebView everytime it appears. But use - (void)viewWillAppear:animated

    Edit:

    OK, since ive got more info now, i can give you more info!

    In your .h:

    BOOL *loaded

    in your .m:

    - (void)viewWillAppear:animated {
         if (loaded == NO) {
             //load the website
         }
     }
    
    
    - (void)webViewDidFinishLoad:(UIWebView *)webView { 
         [loaded setBool:YES];
     }
    
    
    - (IBAction)loadWebsite {
        //if the user reloads or loads a new website do this:
        [loaded setBool:NO];
        //reload, or load the new website
    }
    

    To load, or reload your UITableView:

     NSString *urlAddress = urltextfield.text;
     NSURL *url = [NSURL URLWithString:urlAddress];
     NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
     [webView loadRequest:requestObj];
    

    Clarification: I am setting the BOOL to YES if the View is loaded, so when the webview has finished loading and the user switches to the other tab, and back the WebView doesn’t get reloaded. But if the WebView isn’t fully loaded the BOOl returns NO, and the WebView will get reloaded! When the WebView gets reloaded or a new Website gets loaded im setting the BOOL to NO, and that loops over and over! Note that BOOls are NO by default.

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

Sidebar

Related Questions

I have a tab bar controller with 3 tabs. In one of the tabs,
I have a tab bar controller and in both tab bar items i have
I have a Tab Bar Controller created in Interface Builder Within the Tab Bar
Let's have an example. In application I have a tab bar controller. Tab bar
I have a tab-bar and navigation controller application (like Youtube app or Contacts app).
I have a UINavigationController as one of the views inside a tab bar control.
I have a tabbar controller and on touching a button in one of view's
Have created a small two tab app, then subclassed another view controller to create
I have a tab bar app. One of the controllers is a preference page.
My iPhone app is a tab bar controller loading 3 navigation controllers: for the

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.