iOS: fix the loss of Corner effect caused by tableViewCell reuse.

This commit is contained in:
吴尚昆
2021-11-17 10:23:21 +08:00
committed by osborn
parent 7bc22c6c1f
commit 8c52fe5265
2 changed files with 11 additions and 20 deletions

View File

@@ -20,7 +20,6 @@
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
typedef UIEdgeInsets DoricMargin;
typedef UIEdgeInsets DoricPadding;
@@ -123,8 +122,3 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
@property(nonatomic, strong) DoricLayout *doricLayout;
@end
@interface DoricShapeLayer : CAShapeLayer
@property CGRect viewBounds;
@property UIEdgeInsets corners;
@end