user3570727
user3570727

Reputation: 10213

Presenting a modal view from a UITabBarController

I checked the various answers here and could not find one which works. I have a regular TabBarController based application. I want to show a login screen at launch. What I did was

Once this runs there are 2 things happening : 1. The login view never shows up 2. The log has this : Warning: Attempt to present on whose view is not in the window hierarchy!

What am I missing?

Upvotes: 0

Views: 564

Answers (1)

user3570727
user3570727

Reputation: 10213

rdelmar answer fixed the warning, that is do the presentation in the viewDidAppear. Thanks!

Upvotes: 0

Related Questions