当点击并按住uitableviewcell,如在iphone中的ipod中录制歌曲时,会出现气泡

时间:2012-04-11 11:56:45

标签: iphone sdk ipod

我正在制作一个音乐应用程序,我们可以从iPod导入音乐并在iPhone IOS 5中的原生应用程序(iPod)中播放,当点击并按住任何歌曲或播放列表时,气泡会显示信息,我想实现该功能我的表视图单元格中的功能,但不知道如何操作。

1 个答案:

答案 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

希望有所帮助