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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:00:30+00:00 2026-06-07T10:00:30+00:00

My iOS app has a welcome screen (not to be confused with the default

  • 0

My iOS app has a welcome screen (not to be confused with the default view). The view controller downloads and parses an XML file using NSXMLParser. When it completes it’s task it makes a button visible, which when clicked calls “presentViewController” which takes the user into the actual app. This worked fine.

I then decided that I would just like the the app to automatically transition, and so I removed the button altogether and moved the call to presentViewController into the “parserDidEndDocument” delegate method. The method gets called but nothing happens. I suspect it has something to do with the context, but when I log “self” it prints an instance of the welcome view controller. What am I doing wrong? How should I fix this?

  • 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-07T10:00:32+00:00Added an answer on June 7, 2026 at 10:00 am

    Try dispatching it to the main thread. Async objects like NSXmlParser work on separate threads, but UIKit updates must be done on the main thread.

    dispatch_async(dispatch_get_main_queue(), ^{
        [self presentViewController]; //Or whatever
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our iOS app has a Web View that is rendering pages from file: URLs.
I'd like to build a preferences screen in my iOS app that has a
I have a universal iOS app with a custom view that has three buttons,
I am designing an iOS app using XCode 4.2's storyboard feature. The app has
Can an iOS app read a file that has been placed on that device
My iOS app has a need to uniquely identify each device so it can
Almost every ios app now has something like Feed option. Programming that usually includes
I have a Rails app that has 2 clients -- an iOS app reads/writes
I'm making an iOS app using AIR 3.1 and Flex 4.5.1, and if I
I'm developing an iOS app. Its working properly on simulator. I'm using phonegap and

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.