如何从网络保存.m4a并将其复制到剪贴板? [英] How do I save an .m4a from web and copy to clipboard?

查看:113
本文介绍了如何从网络保存.m4a并将其复制到剪贴板?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在从iOS设备上的URL下载.m4a,然后复制到剪贴板.到目前为止,这就是我所拥有的:

I am downloading a .m4a from a url on an iOS device then copying to clipboard. So far, this is what I have:

NSArray *preview = [JSON valueForKey:@"results.previewUrl"];
NSURL *previewUrl = [NSURL URLWithString:[preview objectAtIndex:0]];
NSData *previewData = [NSData dataWithContentsOfURL:previewUrl];

如何将.m4a复制到剪贴板?我相信有一种方法可以复制.mp3s和.mp4s(.m4a与.mp4相同). results.previewUrl是

How do I copy that .m4a to clipboard? I believe there is a way to copy .mp3s and .mp4s (.m4a is same as .mp4). results.previewUrl is http://a281.phobos.apple.com/us/r1000/119/Music/v4/f1/7b/d6/f17bd6e3-55c0-b7e0-9863-bc522900e950/mzaf_5153970109972844579.aac.m4a

推荐答案

我相信您感兴趣的是要点以获取一些示例

I believe what you are interested in is UIPasteBoard. It seems to fit your needs. Check this gist for some examples

这篇关于如何从网络保存.m4a并将其复制到剪贴板?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆