Sample Useful Animations Swift 3
Xcode 8 and Swift 3
Bunch of useful animation used in daily life for a devleoper
- Pan Gesture In this animation, you will get to learn simple and basic knowledge about how a pan gesture work with an example.
- Core Animation Core Animation is most used animation in our day to day life. We generally came across small featured animation in our mobile app. There is a simple illustration of core animation with an example.
- Custom Transition Animation To make present and dismiss our view controller beautifully we use custom transitions. There is a sample of view controller transition for both presenting and dismmising view in most simple way you never thought of.
- Custom Actionsheet Action sheet is generally used to show multiple option in our mobile app. There is a customized well functioning actionsheet with suitable example to illustrate more about action sheets.
- Collection View Collection View is generally used to show multiple photos in a grid or card layout. In the example, its illustrating run time row change of collection view.
- Popover Popover is something very new design in iOS family. Showing some view controller as a popup inside another view controller in more fascinating way.
- Gradient Color Gradient is a mixture of two or more color with perfect design and layout. Gradient color makes a view or imageview looks more awesome.
Any suggestion and feedback invited: Facebook, Github, Twitter, LinkedIn
This project is licensed under the MIT License - see the LICENSE.md file for details