UIAlertController iOS9

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ //取出模型 CarGroup * group = self.dataArray[indexPath.section]; carModel * model = group.cars
相关文章
相关标签/搜索