1. 程式人生 > >ios中TableView的長按觸發事件

ios中TableView的長按觸發事件

UIAlertView * addView = [[UIAlertView alloc] initWithTitle:@"提示" message:@"加入書籤,是否繼續?" delegate:self cancelButtonTitle:@"確定" otherButtonTitles:@"取消",nil];