-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whistle restart application without crashing #68
Comments
Wherever I put this it print the Whistle then it restart the app to the Initial View Controller. |
interesting... it still occurs in Whisper 3.1.1 Any fix coming? |
@truongvinht You have the same behaviour? |
@miasma87 Hi, have you run the Whisper demo app? Is showing whistle a problem with you there? let murmur = Murmur(title: "This is a small whistle...", backgroundColor: UIColor(red: 0.975, green: 0.975, blue: 0.975, alpha: 1))
show(whistle: murmur) What do you mean by |
Hey @miasma87, tried to run the demo and it worked fine. Also tried to run it in one of the apps we are doing. It works too. I find this specially weird. Does this happen in all the cases? |
Tried in the Swift 3 branch, everything works. Closing this for now. Feel free to reopen. |
when Murmur is showing, I present another view controller or dismiss current view controller, application will crash without error |
Hi,
If I try to call a Murmur my application restart to the Initial View Controller.
Same behavior with iPhone or simulator. Only tested with latest SDK iOS 9.2.0.
Any idea?
The text was updated successfully, but these errors were encountered: