This tag covers reloadData methods on UITableView, UICollectionView and NSTableView in Apple's UIKit and AppKit frameworks.
I have a UITableViewCell that expands and adds a label on click. Logic: I added a label in cellForRowAtIndexPath to …
ios objective-c uitableview reloaddataI want to scroll to a given index (self.boldRowPath), but when I debug scrollToRow is performed before reloadData(). How …
ios swift uitableview reloaddataI 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 reloaddataI have a table view with selectable rows. When I reload the table view some new rows might be added (…
ios uitableview reloaddataHow 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 reloaddataI've enclosed a screen dump to make things easier to follow. I've attached my outlets for datasource and delegate and …
uitableview ios reloaddataI have a simple app that downloads search results in XML when the user types in a UISearchBar. The download+…
ios uitableview reloaddataI have splitViewController which has as MasterViewController some viewController and as DetailViewController some tableViewController. When I push a button on …
iphone uitableview reloaddataI have implemented an UITableView with load more functionality. The tableView loads big images from a sometimes slow server. I'm …
ios objective-c uitableview reloaddataIn a ViewController, I'm trying to reload data in a TableView in another ViewController like so: (self.presentedViewController as! tableViewController).…
ios swift uiviewcontroller reloaddata