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.