ImageViewer
ImageViewer copied to clipboard
An image viewer à la Twitter
Devices that do not have home buttons instead have a greater safe zone at the bottom of the screen. When playing a video, this safe zone is ignored and the...
I had issues with Carthage and the new xcode12. It looks like that Carthage currently no more is usable with Xcode12 and iOS simulator. When you build the frameworks with...
Please add support for adding dependencies with Swift Package Manager 🙏
Can you add posibility change backgroundColor in ThumbnailsViewController?
I see this in the source code. // DATASOURCE/DELEGATE fileprivate let itemsDelegate: GalleryItemsDelegate? fileprivate let itemsDataSource: GalleryItemsDataSource fileprivate let pagingDataSource: GalleryPagingDataSource Shouldn't they be weak?
Current implementation does not calculate frame in screen coordinates.
When testing our app with iOS 13 we see that hiding the status bar no longer works. Looking into the source code I can see you move the application window...
mimicking twitter behavior of background blurred effect .
Hello! Calling the `galleryViewController.page(toIndex: index)` method triggers an animated transition, but the image changes only after the transition is complete.
In IOS 13 window property is deprecated and `SceneDelegate` is being used. The following code crashes ``` static var applicationWindow: UIWindow { return (UIApplication.shared.delegate?.window?.flatMap { $0 })! } ```