mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
AlertController not showing up with warning: Attempt to present UIAlertController on UINavigationController whose view is not in the window hierarchy! #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sandeepbol on GitHub (May 15, 2018).
I am notifying Armchair of a significant event from a callback of a async request as follows
but Alertcontroller is not shown and debugger shows
@sandeepbol commented on GitHub (May 15, 2018):
I got around the issue by moving Armchair.userDidSignificantEvent(true) to viewDidAppear:
But will be happy to hear what might be more clean and best approach.