Creating a CardView View in your iOS App

So how do i achieve the material design CardView  component in an app being built for iOS.
There's a lightweight swift Library which gives you a card view as  a simple UIView subclass with rounded corners and a drop shadow
This Swift Library can be downloaded here...

Comments

Popular posts from this blog

Java 8 features

Simple fun with Closures