When the user initiates a network request, such as attempting to create an account, login, reset or change their password, there is no indication that the app is performing a network request, which can leave the user wondering if their request is being handled or not.
I'd prefer to fix this without incurring a dependency on one of the obvious libraries like MBProgressHUD or SVProgressHUD.
When the user initiates a network request, such as attempting to create an account, login, reset or change their password, there is no indication that the app is performing a network request, which can leave the user wondering if their request is being handled or not.
I'd prefer to fix this without incurring a dependency on one of the obvious libraries like MBProgressHUD or SVProgressHUD.