I'm trying to recreate the Tag people functionality in Instagram. Where a carousel of media the user has selected is displayed to them. They can then go through and tag people to the media. I'm trying to achieve this (but with food items instead of people) with TagView using PHAssets however the result is some funky behaviour I'm pulling my hair out trying to understand. The items are tagging correctly but the scroll feature on the TabView works sporadically. It occasionally scrolls fine but all of a sudden won't let me scroll past one image..
I'm pretty new to coding and very new to SwiftUI if you couldn't already tell.
Here's the project: https://github.com/SamNwangwu/testingground.git
Any help would be greatly appreciated