InstagramLogin icon indicating copy to clipboard operation
InstagramLogin copied to clipboard

Inconsistency Exception

Open minaMagedNaeem opened this issue 5 years ago • 1 comments

I used it like the guide in the Readme file and this exception occured when I dismiss the view controller

'NSInternalInconsistencyException', reason: 'Cannot modify constraints for UINavigationBar managed by a controller'

Please note that I have a hidden navigation bar and i present the instagramLoginVC like this:

present(UINavigationController(rootViewController: instagramLogin), animated: true)

minaMagedNaeem avatar Mar 10 '19 09:03 minaMagedNaeem

I figured this out please remove this line from the viewWillDissappear function

if let progressView = progressView { progressView.removeFromSuperview() }

minaMagedNaeem avatar Mar 10 '19 17:03 minaMagedNaeem