Top "Reloaddata" questions

This tag covers reloadData methods on UITableView, UICollectionView and NSTableView in Apple's UIKit and AppKit frameworks.

Animate [tableView reloadData]

I have a UITableViewCell that expands and adds a label on click. Logic: I added a label in cellForRowAtIndexPath to …

ios objective-c uitableview reloaddata
iOS: How to know reloadData() was completed its task?

I want to scroll to a given index (self.boldRowPath), but when I debug scrollToRow is performed before reloadData(). How …

ios swift uitableview reloaddata
self.tableView reloadData not working after successful call in AFNetworking

I have a class that runs similar to the AFHTTPSessionManager component of this tutorial http://www.raywenderlich.com/59255/afnetworking-2-0…

ios objective-c uitableview afnetworking reloaddata
Reload a table view's data without clearing its selection state

I have a table view with selectable rows. When I reload the table view some new rows might be added (…

ios uitableview reloaddata
Angular 7 - Reload / refresh data different components

How to refresh data in different component 1 when changes made in component 2. These two components are not under same parentnode. …

angular angular-services angular-components reloaddata
iPhone, why isn't UITableView reloadData working?

I've enclosed a screen dump to make things easier to follow. I've attached my outlets for datasource and delegate and …

uitableview ios reloaddata
[tableView reloadData]; doesn't work until I scroll the tableView

I have a simple app that downloads search results in XML when the user types in a UISearchBar. The download+…

ios uitableview reloaddata
UITableView reloadData - cellForRowAtIndexPath not fired

I have splitViewController which has as MasterViewController some viewController and as DetailViewController some tableViewController. When I push a button on …

iphone uitableview reloaddata
UITableView prevent reloading while scrolling

I have implemented an UITableView with load more functionality. The tableView loads big images from a sometimes slow server. I'm …

ios objective-c uitableview reloaddata
How to reload data in a TableView from a different ViewController in Swift

In a ViewController, I'm trying to reload data in a TableView in another ViewController like so: (self.presentedViewController as! tableViewController).…

ios swift uiviewcontroller reloaddata