【发布时间】:2012-01-10 09:12:14
【问题描述】:
大家好,我有一个表格视图,当我单击单元格时它会弹出一个视图,它对我来说工作正常,但我的问题是,我想点击 2 秒钟以弹出窗口。也就是说,如果我点击单元格 2 秒然后只有弹出应用程序。这可能吗?我该怎么做?
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[self.view addSubview:MainPopupView];
//MainPopView is the popup that i want to display after2 minit
}
提前致谢。
【问题讨论】:
标签: iphone