Save image to app album with UIActivityViewController

I am using UIActivityViewController to share and save images in my app. Right now, images get stored in global Camera roll. I want to save it to app's own album. To do that, I had to exclude UIActivityTypeSaveToCameraRoll from UIActivityViewController and add my own custom SaveImageActivity. Now problem is that the activity comes at the last. How do I change the order to bring my custom UIActivity to the front? Similar queries show that this is not possible to do. How is Dropbox app able to do it then?

链接地址: http://www.djcxy.com/p/94640.html

上一篇: 我如何定义动态和公正?

下一篇: 将图像保存到UIActivityViewController的应用程序相册