Can I provide a download button for content in an iPhone app? -


I am working on an iPhone application called IYoga-Classic which will provide high quality video for instructions. I want to add a download option to the video so that users can download their desired posts even when they are offline? Is there a way to do this?

Sure! Create a button, and in its implementation, download the content later, when the user goes to see it, see that it has already been downloaded and it is showing what it is.


Comments