2011-07-27 69 views

回答

0
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 
{ 
    textfield.text = [yourarry ObjectAtIndex:inexPath.row]; 
} 

使用此事件獲取所選行值..

相關問題