Anthony Drendel

Results 2 comments of Anthony Drendel

This is related to https://github.com/apptekstudios/ASCollectionView/issues/112. That issue seemed to have closed without a resolution, though.

Thanks a lot for merging it. I changed the `PhotoGridScreen` initialization line in `MainView.swift` to the following: ```swift NavigationLink(destination: PhotoGridScreen().background(Color.green).edgesIgnoringSafeArea(.all)) ``` Unfortunately, this approach doesn't seem to be workable, either....