StarWars.iOS
StarWars.iOS copied to clipboard
This component implements transition animation to crumble view-controller into tiny pieces.
After dismissing view, could not get back first view controller's View as screen returns black
I try make the snapshots in dismiss animation have blurEffect and corner. `let snapshot = (fromViewSnapshot!.resizableSnapshotView(from: snapshotRegion, afterScreenUpdates: false, withCapInsets: UIEdgeInsets.zero))!` blurEffect: I just add UIVisualEffectView to fromView and then...
I noticed that on the Android implementation of this lib, there is an API for triggering the animation on any view... ``` java mTilesFrameLayout.startAnimation(); ``` Is it possible to do...
Added Xcode 8 or up and Swift 4 or Up