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

TCardView 0.1.0

TCardView 0.1.0

Maintained by tao.




TCardView 0.1.0

TCardView

CI Status Version License Platform

Example

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

Requirements

Installation

TCardView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TCardView'

Usage

TCardView *cardView = [[TCardView alloc] initWithFrame:CGRectMake(0, 60, kScreenWidth, kScreenHeight - 200)];
cardView.isOpenAutoScroll = NO;
cardView.isEditing = YES;
cardView.imageArr = @[@"pic0", @"pic1", @"pic2", @"pic3", @"pic4"];
[self.view addSubview:cardView];

Screenshots

demo1 demo2

Author

[email protected], [email protected]

License

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