I have a UITableView that I populate with data that I upload over the Internet. While the data is loading, I want to show the loading shortcut above my TableView to show users that something is really happening and there are no problems with the application. What is the best way to do this?
I think the best way to do this is to add a subview to the main view of your application. Matt Gallagher had a tutorial about this 2 days ago. It shows you how to show the type of download , as well as sample code that you can download.
- UIActivityIndicator UITableView UIView. viewDidLoad UILabel NO .
.
[NSThread detachNewThreadSelector...]
, UILabel hidden = YES, .
[self performSelectorOnMainThread...]
, .
Source: https://habr.com/ru/post/1706417/More articles:Optimizing AERAX ASP.NET AJAX controls - asp.netServer-Specific web.config на веб-сайте, размещенном на общем диске - asp.netHow to get a list of custom fields in JIRA using Perl SOAP? - soapIn C ++, how can I get a pointer to a vector? - c ++Word Mail Merge Fields - ms-wordЯвляется ли NSDocumentDirectory уникальным для данного приложения? - iphoneRequest a second url with the same HttpWebRequest obj - c #Disabling postback on TreeView nodes when expanding / collapsing - c #UIViewControllers and UIViews ... how to create simple applications - objective-cХороший учебник для Interop.Excel.PivotTable - .netAll Articles