ios - How to transition from UICollectionView to UIViewController like Pinterest/Evernote -


i have uicollectionview , when item selected, i'd animate full screen. transition size of cell full screen , become uiviewcontroller. pinterest , evernote both have behavior tapping on cell transitions cell full screen view controller.

are there example of how done? i've searched several projects, haven't found illustrating on transitioning cell full screen view controller.

pinterest discusses here: http://engineering.pinterest.com/post/67769846580/behind-the-pins-building-pinterest-3-0-for-ios

enter image description here

it's not difficult implement transition. article said, custom transition implement uiviewcontrolleranimatedtransitioning protocol, nothing besides. need calculate new size position imageview tapped animate. that's it.

this our 2 apps, implement similar transition effect method above.

https://itunes.apple.com/app/hua-ban-quan-qiu-you-mei-tu/id494813494?mt=8

and one:

https://itunes.apple.com/app/mei-tu-sou-sou-wan-zhuan-wei/id781146829?mt=8


i'd created repo several days before. , swift, finished transition beside little issue, first practised demo project based swift. it's not hard understand if you're not freshman in ios dev , you'd learn swift btw. i'll finish , fix bugs later.

in real project it's more complex demo one, that, maybe you'd knew how achieve kind of transition.

good luck.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -