how to implemet Digital picture frame in ios app? [closed]

懵懂的女人 提交于 2019-12-17 21:34:50

问题


I want to develop an application which shows photos like digital picture frame (One by one photo slides automatically and shows animation).

How to do it ? Is there any sdk available or I have to do it by my own logic ? Please help me if anyone can suggest any reference link.


回答1:


This is not exactly an answer but might help

You can install cocoa pods using sudo gem install cocoapods

then go to

https://cocoapods.org/

and search for the components you need. most of the pods will have necessary info how to use it

You can also visit

https://github.com/vsouza/awesome-ios

this will have a curated list of awesome pods

Hope it helps :)



来源:https://stackoverflow.com/questions/33889683/how-to-implemet-digital-picture-frame-in-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!