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

Suggestion: Add Loading Progress Indicator #1

Open
jefflinwood opened this issue May 5, 2014 · 1 comment
Open

Suggestion: Add Loading Progress Indicator #1

jefflinwood opened this issue May 5, 2014 · 1 comment
Assignees

Comments

@jefflinwood
Copy link

If you add a loading progress indicator to the view controller, it will show the user progress while downloading.

I suggest using SVProgressHUD (https://github.com/samvermette/SVProgressHUD) to show a progress indicator if there is no data to load, and then to dismiss it when the rows of data load.

@vivekvpandya vivekvpandya self-assigned this May 5, 2014
@vivekvpandya
Copy link
Owner

As far as this network activity indicator is concern and If we talk about TipViewController class than all fetching of data is already done when we do segue (unless there is already an error has occurred) but In future extension we can consider as project progress and we need to load something like comments related to a node etc. And instead of using any third party library for this I will try to use native api i.e UIActivityIndicatorView first.

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