Dashboard data
Our dashboard has a lot of data inside of it and this is all stuff you should be familiar with if you have worked with iOS before. I am not going to go step by step and cover every file for the dashboard, but I will go over one section and let you set up the rest. If you have any issues with this process, you can look inside the project files for my data models. We are going to work on getting the Latest Video section set up so that we can gather data, as well as get it to play videos.
Latest video
Next, we are going to set up the latest video section so that you can set up the remaining modules. Let's take a look at the JSON structure for our dashboard.json
in the feeds
folder:
“videogallery_mod”:{ “id”:”20000900”, “title”:”LATEST”, “sub_title”:”VIDEOS”, “videos”:[...] }
Our videogallery_mod...