Skip to content
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

Closed
VivienGiraud opened this issue Mar 11, 2016 · 7 comments
Closed

Whistle restart application without crashing #68

VivienGiraud opened this issue Mar 11, 2016 · 7 comments

Comments

@VivienGiraud
Copy link

Hi,
If I try to call a Murmur my application restart to the Initial View Controller.

var murmur = Murmur(title: "Can you retry please?")
Whistle(murmur) //Restart if this is not commented

Same behavior with iPhone or simulator. Only tested with latest SDK iOS 9.2.0.
Any idea?

@VivienGiraud
Copy link
Author

Wherever I put this it print the Whistle then it restart the app to the Initial View Controller.
Whistle(Murmur(title: " was successfully pushed!"))
I use pod version 2.1.
Any idea?

@truongvinht
Copy link

interesting... it still occurs in Whisper 3.1.1

Any fix coming?

@VivienGiraud
Copy link
Author

@truongvinht You have the same behaviour?
That's really strange that nobody else complains, such a simple code sample can't work, weird.

@onmyway133
Copy link
Contributor

@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 restart to the Initial View Controller? Perhaps you could share some code so we can have further investigation on it

@RamonGilabert
Copy link
Contributor

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?

@RamonGilabert
Copy link
Contributor

Tried in the Swift 3 branch, everything works. Closing this for now. Feel free to reopen.

@TomasPangzi
Copy link

when Murmur is showing, I present another view controller or dismiss current view controller, application will crash without error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants