Hi,
I'm trying to create a xcdatamodel for my applicationa and I wanted to know how I could design the schedule timing with the course...to be more clear, I'm going to allow users to enter the day of the week and the start time and end time their course is on. and users can add as many courses. Can someone provide me with the best solution in terms of data types I should use..because this is the only issue I'm stuck on, thanks!
Here is how my model looks like so far
[Program ] code name mark
[Schedule] day endtime starttime roomno
how can i Link the relationship as well?