Andreas Neusuess
Andreas Neusuess
I wrote the combination of UICollectionView and UIDynamics in swift as an exercise. It even contains the same comments as the original one (written in Objective-C).
Fixes #39 Changes proposed in this pull request: - Do not set a view to be hidden ('isHidden = true') as the StackView needs to re-calculate its layout. - Instead,...
### Setup One or multiple ImageViews are contained in a StackView. When an image is tapped, the SimpleImageViewer should do its transition. ### Expected behavior Opening and closing transitions as...