CALayer(FWLayer)
@interface CALayer (FWLayer)
// 设置阴影颜色、偏移和半径
- (void)fw_setShadowColor:(nullable UIColor *)color
offset:(CGSize)offset
radius:(CGFloat)radius NS_REFINED_FOR_SWIFT;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)fw_setShadowColor:(nullable UIColor *)color offset:(CGSize)offset radius:(CGFloat)radius NS_REFINED_FOR_SWIFT;