My app is a tabBar app. In the first tab there is a tableview with some data; if the user touch a row, he sees some information and he can save that informations ad \"favourite\".
I am having a serious issue with UITableView reloadData method. I have a UIViewController class, WiGiMainViewController that has a UITableView and NSMuttableArray in it. I am currently issuing network
I am trying to reload a tableView from a different class. After some NSLogs in the console, my data is being altered but not changed. Below is some code:
I have a class which implements UITableViewDelegate protocol and there is another class which handles data i.e. it implements UITableViewDataSource protocol.
i\'m working on a tableview and i am newbie in dynamically creating cells (i used to create them with IB and then link them to their tableviewcell controller etc..).
I have a UITableView that contains several cells and some of them (the ones for files that are still uploading) have both an UIActivityIndicator and an UIProgressView. The ones for files that are fini
I have been tracking a nas开发者_JAVA百科ty bug recently of which I knew it was occurring due to my multithreaded approach (I add the crashreport at the end).
I have a table view set up in IB. It\'s delegate/datasource are connected to this class: @interface EditPlayersViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
I made a mistake when using Leaks instrument that I thought total living objects is byte of memory, so I updated my post!
I would like to reload a table view conditionally based on the value of a segmented control, when a button is tapped.