I'm currently building an app that allows for me and my fellow classmates to access our grades with ease.
This is what the main interface looks like:
What I'm planning on doing is to detect when the user clicks on one of the Course Cells, which will then trigger an expansion showing more details. Here's an example of what I'd like to achieve:
I thought about inserting a new custom CollectionViewCell beneath the cell that was tapped on, but that didn't work out well, tossing Inconsistency Exceptions at me.
What's the best way to do this?
Thanks in advance!