Amari Duran
Amari Duran
Is the app version support iOS 13+? Regarding unifying the UI into a single storyboard, I would highly suggest otherwise. This increases the complexity for a team of developers working...
I'm having the same issue. Any suggestions on how to fix vertical alignment?
2. Sure is possible. Here's how: ``` let galleryVC = GalleryViewController(startIndex: 0, itemsDataSource: nil, itemsDelegate: nil, displacedViewsDataSource: nil, configuration: galleryConfiguration()) presentImageGallery(galleryVC) ``` ``` private func galleryConfiguration() -> GalleryConfiguration { return...