2
imgView是作爲子視圖添加到自定義UITableViewCell類的UIImageView。點擊圖像時不會調用該動作。如何將UIGestureRecognizer添加到UITableViewCell子視圖?
[imgView addGestureRecognizer:[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(openMedia:)]];
:P這是一個容易犯的錯誤。感謝提示泄漏...忘了autorelease – 2010-07-30 16:58:06
謝謝,這正是我的問題 – ribeto 2011-10-17 22:28:04