UICollectionView实现书本翻页布局
立即下载
资源介绍:
UICollectionView实现书本翻页布局
//
// BookCell.h
// Mood
//
// Created by hehe on 15/9/19.
// Copyright (c) 2015年 lanou. All rights reserved.
//
#import
@interface BookCell : UICollectionViewCell
@property (strong, nonatomic) UIView *bgView;
@property (strong, nonatomic) UILabel *textLabel;
@property (strong, nonatomic) UIImageView *imageView;
@end
资源文件列表:
TestOfPageCollection.zip 大约有196个文件