is there a way to automatically sync the content or some of the content of a website to the iOS app? The content is being added on daily bases, such as archive, videos....etc. It would extremly time saving to be able to do such.
You may want to look into adding the content in to a JSON file that would be on the website, and then use the json decoding commands to update any content that the website may or may not have inside your app.
For an idea of what I mean. go on YouTube here: https://www.youtube.com/results?search_query=json+decoding+swift
Dan Uff