You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let layoutAttributes = self.collectionView!.layoutAttributesForItemAtIndexPath(indexPath)
27
+
let areaRect = self.collectionView!.convertRect(layoutAttributes!.frame, toView: self.collectionView!.superview)
28
+
let toVC = ......
29
+
toVC.coverRectInSuperview = areaRect
26
30
...
27
31
}
28
32
@@ -31,7 +35,8 @@ Drag files in "Classes" folder into your project.
31
35
32
36
## Requirements
33
37
34
-
- iOS 7.0+
38
+
- iOS 8.0+
39
+
- Swift 2.0
35
40
36
41
Thanks for [@CezaryKopacz](https://github.com/CezaryKopacz/CKWaveCollectionViewTransition), [@ColinEberhardt](https://github.com/ColinEberhardt/VCTransitionsLibrary). I learn a lot from their repo.
37
42
And thanks for [ Vincent Ngo](http://www.raywenderlich.com/94565/how-to-create-an-ios-book-open-animation-part-1) very much, I find the key to resolve the problem of pinching to push.
0 commit comments