Open silviocolman opened 7 years ago
@silviocolman tu pregunta fue ya se mucho tiempo, pero la verdad no entiendo que es lo que estas preguntando en realidad. @silviocolman I know your asked this question a while back but your I can't really understand what your question is. Are you trying to load the json into the tabs?
What I try to do is that on each day of the week only the corresponding schedules are loaded, but the only thing I have achieved is to load in the tableview all the data of my json file and I want to load it in each view of days of the week the corresponding schedule. thanks for answering
Good evening, I'm making an app that will organize my class schedules for college. I do it the following way I have a JSON in dropbox which has the data of all the subjects that are dictated in the week of Monday to Friday ordered already by hour of each class, my problem is the following one when downloading the JSON that contains all the subjects I compare said days and charge in a vector only the days that would have to load the first time of my cycle which would be the Monday day and what it does until now my code is to load all the data of the JSON in every day.
Mi modelo de Datos
Mi NewViewController.swift el que se encarga de crearme todas las vistas necesarias
Y por ultimo mi contenedor de vista de tabla ContentViewController.swift
Please if you can see where I am wrong I would appreciate it too. Thank you so much!