提交
This commit is contained in:
25
QXLive/Third/ZLCollectionViewFlowLayout/ZLCellFakeView.h
Normal file
25
QXLive/Third/ZLCollectionViewFlowLayout/ZLCellFakeView.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// ZLCellFakeView.h
|
||||
// ZLCollectionView
|
||||
//
|
||||
// Created by zhaoliang chen on 2018/7/25.
|
||||
// Copyright © 2018年 zhaoliang chen. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface ZLCellFakeView : UIView
|
||||
|
||||
@property (nonatomic, weak)UICollectionViewCell *cell;
|
||||
@property (nonatomic, strong)UIImageView *cellFakeImageView;
|
||||
@property (nonatomic, strong)UIImageView *cellFakeHightedView;
|
||||
@property (nonatomic, strong)NSIndexPath *indexPath;
|
||||
@property (nonatomic, assign)CGPoint originalCenter;
|
||||
@property (nonatomic, assign)CGRect cellFrame;
|
||||
|
||||
- (instancetype)initWithCell:(UICollectionViewCell *)cell;
|
||||
- (void)changeBoundsIfNeeded:(CGRect)bounds;
|
||||
- (void)pushFowardView;
|
||||
- (void)pushBackView:(void(^)(void))completion;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user