/AnimateImage

This is an IOS Application implemented using Swift. Display a square with a size of the side of 25 pixels. Initially the square should be displayed on the top left corner of the screen. The square should be filled with blue colour. When the application starts, the square should move downwards with a speed of 150px/second with updates every 0.1 second. When it reaches the bottom of the screen it should stop. Add a functionality to your app by swipe gestures so the square continues moving around the screen clockwise or counter-clockwise depending on the left or right gesture and when it reaches its initial position from where it started, it stops and moves in the opposite direction.

Primary LanguageSwift

Stargazers

No one’s star this repository yet.