Top "Didselectrowatindexpath" questions

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

App crashes on call to 'tableView endUpdates'

I'm currently working on an implementation of an inline UIDate picker inside of a UITableViewCell. I'm able to show and …

ios objective-c uitableview didselectrowatindexpath
UINavigationController - Application tried to push a nil view controller on target, what am I missing?

I am having problems to get my Navigation Controller to run properly! If I click in the cell of the …

ios uinavigationcontroller didselectrowatindexpath
Expandable Sections UITableView IndexPath SWIFT

Im pretty new to coding, I only know Swift. I have found several tutorials to produce drop down sections in …

swift uitableview didselectrowatindexpath expandable
Unable to pushViewController for subview

I have a UINavigationController and I have seperate UIViews that I switch between using a UISegmentControl. On switching the views, …

iphone uitableview uinavigationcontroller didselectrowatindexpath
didSelectRowAtIndexPath not get called

I have a UITableView inside a UIViewController like so: .h @interface OutageListViewController : UIViewController<UITableViewDelegate,UITableViewDataSource> { IBOutlet UITableView *outageTable; .…

iphone objective-c ios cocoa-touch didselectrowatindexpath
swift, convert NSIndexpath to Int

I have a tableview with a button in each cell. When that is tapped I have a didselectrow function. I …

arrays uitableview int didselectrowatindexpath
Passing Data Between View Controllers DidSelectRowsAtIndexPath Storyboards

In a simple test app, i have tried to pass an array object named "thisArray" from the MasterViewController to the …

ios objective-c uitableview storyboard didselectrowatindexpath
didSelectRowAtIndexPath is not getting called

I am adding UIScrollView in UITableViewCell, but when I am click on scroll view did select method is not getting …

ios uitableview uiscrollview didselectrowatindexpath