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

Eventual Connectivity Management #28

Closed
jhlake opened this issue Nov 24, 2019 · 1 comment
Closed

Eventual Connectivity Management #28

jhlake opened this issue Nov 24, 2019 · 1 comment

Comments

@jhlake
Copy link

jhlake commented Nov 24, 2019

Is your feature request related to a problem? Please describe.
We were using the app and decided to test how it reacted to loss of internet mid use. If we suddenly lost internet connection, there was no feedback.

Describe the solution you'd like
We suggest to add a constant Network Manager (a singleton class) that informs the user when he is out of internet. This is just as a reminder, because if a user tries to use the app but doesn’t have internet, he could be waiting forever for it to load.

Describe alternatives you've considered
We developed a version that works for our apps in Swift 5.0. We tried implementing it in SwiftHub to do a Pull Request but since it’s Swift 4.0, it had some issues. I’m adding some screenshots of our solution. The “Toast” class is simply a way to present messages in a Toast fashion like Android.

Additional context
WhatsApp Image 2019-11-23 at 8 47 25 PM

@khoren93
Copy link
Owner

Hi @jhlake
Thanks for your feedback, i added this feature in the project :)

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

2 participants