Hey.
I have an app which is all ok, but there is one thing i'm struggling with.
It's based on a timeschedule (or what you call it) for school.
It's based on core data.
I need to group all the entities into Monday, Tuesday, Wednesday, Thursday and Friday.
The weekdays should be the title for the header in section.
There is an entity in my model which contains the weekday. For example Monday.
And all the entries that has the value Monday in the entity Day, should be in the group Monday.
But i dont know how to do that.
I have an app which is all ok, but there is one thing i'm struggling with.
It's based on a timeschedule (or what you call it) for school.
It's based on core data.
I need to group all the entities into Monday, Tuesday, Wednesday, Thursday and Friday.
The weekdays should be the title for the header in section.
There is an entity in my model which contains the weekday. For example Monday.
And all the entries that has the value Monday in the entity Day, should be in the group Monday.
But i dont know how to do that.