Top "Didselectrowatindexpath" questions

iOS - didSelectRowAtIndexPath: is a UITableView delegate method which is called when the user selects a row on a table view.

-didSelectRowAtIndexPath: not being called

I'm writing an iOS app with a table view inside a tab view. In my UITableViewController, I implemented -tableView:didSelectRowAtIndexPath:, …

ios uitableview cocoa-touch didselectrowatindexpath
UITableView didSelectRowAtIndexPath: not being called on first tap

I'm having an issue with UITableView's didSelectRowAtIndexPath. My table is setup so that when I select row it initializes a …

uitableview cocoa-touch uikit didselectrowatindexpath
didSelectRowAtIndexPath: not being called

I have a UITableView as a subview of my UIScrollVIew, which is the main view controlled by my MainViewController. In …

iphone ios uitableview didselectrowatindexpath
Swift: UICollectionView selecting cell indexPath issues

I am trying to do a Collection View whereby someone selects a cell and for each selection it takes them …

swift uicollectionview uicollectionviewcell didselectrowatindexpath
To Segue or to didSelectRowAtIndexPath?

Below is the code that I am currently running. I have a storyboard setup with a nav controller and tableview …

ios objective-c uitableview didselectrowatindexpath detailview
Get row number of UITableview with multiple sections

I have a UITableView, with multiple sections in it, and each section has multiple rows. I want to get the …

ios objective-c uitableview didselectrowatindexpath
Multiple checkMark when row selected in UITableView IOS

I have a UITableView that displays checkmarks when a row is selected. The problem is that When i select a …

ios objective-c uitableview didselectrowatindexpath
How do you change the textLabel when UITableViewCell is selected?

I want to change the textLabel and detailTextLabel of a cell when it has been selected. I've tried the following, …

iphone uitableview didselectrowatindexpath
Swift. Change Color of Custom Tableview Cell Label when selected

I have a Custom Tableview cell in swift and in that cell a label. I want to be able to …

ios swift uitableview custom-cell didselectrowatindexpath
UITableView didSelectRowAtIndexPath get instance of selected section

Is there a way to get the instance of the section in which a row was selected? It is possible …

swift uitableview didselectrowatindexpath