How to write method for UITableView didSelectRowAtIndexPath?

How to write method for UITableView didSelectRowAtIndexPath?

Hi,

Please tell me how to write method for UITableView didSelectRowAtIndexPath?

Thanks

View Answers

January 15, 2011 at 4:23 PM

HI,

Here is the code:

-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 
{
    NSLog(@"didSelectRowAtIndexPath get called");

}

Thanks









Related Tutorials/Questions & Answers:
How to write method for UITableView didSelectRowAtIndexPath?
UITableView delegate method
Advertisements
UITableView delegate method
How i write a function/method in jsp?
tow method to read and write .
UITableView heightForRowAtIndexPath
uitableview edit done button
UITableView Array
Disable UITableView Scrolling
can we write a method in JSP - JSP-Servlet
UITableView Background Image
UITableView alloc and deallocating
UITableView Background Color
how to write this program
UITableview show more
Use of write method of CheckedOutputStream class in java.
How to write Java Program
How to write in File in Java
Custom Cell View UITableview
How to write file by line in Java
How to write to file using FileOutputStream
How to Write To File BufferedWriter in Java
How to write in File in Java
how to write code for this output?
How to write image in Jmagick
How to Write to file in Java?
How to write text on image
how to write in xml? - XML
uitableview inside uiviewcontroller
how formBackingObject() method will work.
How to write calculator in J2ME program?
how to write servlet program in eclipse?
how to write store procedure in sql
How to write file text In New Line
how to write to file primitive type double
how to write java data - XML
how to write to file at the end of the line
how to write file from FileInputStream
how to call static method
how to call static method
how to call static method
how to call static method
how to call static method
how to call static method
How to write a loop and a while loop
How to write first example in Ajax?
how to write append file in Java
How to write into CSV file in Java
How to write to xml file in Java?
How to Write to a File in Java

Ads