Objective C as C
C
code posted
by
Maksym
created at 27 Oct 19:28
Edit
|
Back
1 2 3 4 |
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; NSString *cellText = cell.textLabel.text; } |
216 Bytes in 2 ms with coderay