Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 885 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 885 Bytes

VKTableView

Hello All! I was working on an app where I had to show information about 10-12 different entities and each entity details are
to be shown in a UICollectionView. Thought of adding some fancy element and I came up with this project.
Would love your feedback. Please have a look at GIF attached to have a better idea of what I have come up with.

This project covers:

  1. Compress bigger sized images and put in a nice UICollectionView with parallax effect.
  2. It also covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View.
  3. Animating Autolayout Constraints with nice spring effects.

Written in Swift 4 Syntax.

hello