vijay
Wednesday, April 3, 2013
Get custom cell label text on didSelectRowAtIndexPath IOS....
- (
void
)tableView:(
UITableView
*)tableView didSelectRowAtIndexPath:(
NSIndexPath
*)indexPath{
myCustomCell
*cell = (
myCustomCell
*)[tableView
cellForRowAtIndexPath
:indexPath];
NSLog(@"cell label text...%@",cell.textLabel.text);
}
1 comment:
Unknown
June 18, 2014 at 4:10 AM
Good one!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Good one!
ReplyDelete