SimplicityMobile / Simplicity

A simple way to implement Facebook and Google login in your iOS apps.
Apache License 2.0
681 stars 66 forks source link

Issue regarding presenting safari viewcontroller from root view controller #23

Closed Dharin-shah closed 7 years ago

Dharin-shah commented 7 years ago

I have a login view controller that is presented modally which uses the simplicity. But since the root view controllers view is not currently on top of the window stack the system throws a warning that the view controller (safari) cannot be presented since the view is not visible. I did fix it. Do you mind if i issue a pull request.

edjiang commented 7 years ago

Sure! I think @pherret tried to fix it in #22 -- can you please see if that fixed it? Otherwise go for it!

edjiang commented 7 years ago

I believe this is solved now, since I can't replicate any issues here. If not, please reopen this issue!