TCardView
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
Author
[email protected], [email protected]
License
TCardView is available under the MIT license. See the LICENSE file for more info.