From 76148794403abdf4d9ff361be12c2276f384bfe1 Mon Sep 17 00:00:00 2001 From: Yonas Date: Sat, 15 Apr 2017 03:30:09 +0800 Subject: [PATCH] Completed custom page transition --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 99c9667..562b3fa 100644 --- a/readme.md +++ b/readme.md @@ -33,11 +33,20 @@ Things I learn: - Custom page tab navigation with underline border that animates to selected page (For You, Homes, Experience, Places) - Nested UICollectionView inside UITableView +### Project 4 - Custom Page Transition + +![page transition](https://media.giphy.com/media/xUPGcGbkRirK3V7344/giphy.gif) + +Things I learn: + - A lot from here: https://www.raywenderlich.com/110536/custom-uiviewcontroller-transitions and here: http://blog.matthewcheok.com/design-teardown-preview-expanding-cells/ + - How to slice and snapshot views to animate transition on present and dismiss + - New AirbnbReview component + # Coming Soon This is an ongoing project and a lot of things already planned! -- Page transition animation on selecting home item +- ~~Page transition animation on selecting home item~~ - The map view! (that all other booking apps copy :D) - Home detail screen - My trips screen