CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Nathan Walker

1pod

MaterialCard

An iOS CocoaPod that provides a MaterialCard class for creating Card Views based on the Material Design spec. swift let card = MaterialCard(frame: CGRect(x: 10, y: UIApplication.shared.statusBarFrame.size.height + 10, width: UIApplication.shared.statusBarFrame.size.width - 20, height: 100)) view.addSubview(card)

License: MIT

  • Swift