Author
Description
It is same like Google News Stand Animation with Customise Configuration file in Swift iOS Technology.
This is the hot spot animation (with 4 swipe Gestures up,Down,Left,right) where user can see his/her information in only single page rather than making multiple views for showing data with Header card + Header card Detail .
Suppose you want to search a weather report of 4 cities A,B,C,D Respectively .
UP/DOWN Swip Gesture Use . 1.User can se A header + A header detail on the same view when he/she will swip the view Up & Down on same screen with animation.(no need to create extra views)
2.User can se B header + B header detail on the same view when he/she will swip the view Up & Down on same screen with animation.(no need to create extra views)
3.User can se C header + C header detail on the same view when he/she will swip the view Up & Down on same screen with animation.(no need to create extra views)
4.User can se D header + D header detail on the same view when he/she will swip the view Up & Down on same screen with animation.(no need to create extra views)
Left/Right Swip Gesture Use . 1. When user will swipe left from A section he/she can see next neighbour B Section and it will done till end D Section respectively with Animation effect.
- When user will swipe Right from D section he/she can see next neighbour C Section and it will done till end A Section respectively with Animation effect.
So by this approach here we gave only 4 views in a scroll container which is doing work of 8 table view listing with beautiful animation effect .