我正在制作一个音乐应用程序,我们可以从iPod导入音乐并在iPhone IOS 5中的原生应用程序(iPod)中播放,当点击并按住任何歌曲或播放列表时,气泡会显示信息,我想实现该功能我的表视图单元格中的功能,但不知道如何操作。
答案 0 :(得分:0)
实施这三种方法,它应该与你想要的类似。
-(BOOL)tableView:(UITableView *)tableView shouldShowMenuForRowAtIndexPath:(NSIndexPath *)indexPath
-(BOOL)tableView:(UITableView *)tableView canPerformAction:(SEL)action forRowAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
-(void)tableView:(UITableView *)tableView performAction:(SEL)action forRowAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
希望有所帮助