iOS Lightning外接U盘如何进行file操作


通过external accessory连接上lightning接口的U盘(已通过MFI)后
如何进行创建文件夹 文件浏览 iPhone和flash之间文件互拷等操作?没有找到类似的api文档

ios

百战百胜雪风号 9 years, 3 months ago

这方面资料很少
以前搞过一次
你看看
https://developer.apple.com/library/ios/samplecode/EADemo/Introduction/Intro.html
这个Demo吧
你只能用External Accessory Framework这个库
读读文档看看我上面的Demo 不难 就几个回调

artemo answered 9 years, 3 months ago

Your Answer