MMCardView

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

IOS 8.0+ Xcode 8.0+ Swift 3.0+Copy the code

Style

 public enum SequenceStyle:Int {
   case normal
   case cover
 }
Copy the code

Other

1.BottomCount when Expand

card.expandBottomCount(count:Int)
Copy the code

2.Flip ViewController

card.presentViewController(to: vc)
Copy the code

3.Set show height for every cell (Default is 56.0)

card.setCardTitleHeight(heihgt: 56)
Copy the code

Author

Millman, [email protected]

License

MMCardView is available under the MIT license. See the LICENSE file for more info.

You can’t perform that action at this time.