Is it possible to have different scroll directions for different sections? Or would it be better to add two different collection views on the page instead with one direction horizontal and the other vertical?
Took me a little while to dive into all the code to see how it all works but I think I have pretty good grasp on it. I donโt think I would have a problem if I were pulling data from a file like the tutorial shows. Instead, I am using core data for users to place photos into different categories. When I introduced sections, the deleting aspect has given me fits. Here is my error: โInvalid update: invalid number of sections. The number of sections contained in the collection view after the update (0) must be equal to the number of sections contained in the collection view before the update (1), plus or minus the number of sections inserted or deleted (0 inserted, 0 deleted).โ Any direction you could provide?