V 2.7.0
-
新增 LCActionSheetConfig 类,用来统一配置 LCActionSheet 的样式(参数),使用方式见 Usage。#29 by Abel94。
-
添加
titleEdgeInsets
属性,默认值UIEdgeInsetsMake(15.0f, 15.0f, 15.0f, 15.0f)
,#29 by Abel94:@interface LCActionSheet : UIView @property (nonatomic, assign) UIEdgeInsets titleEdgeInsets; @end
-
重写 LCActionSheet 初始化逻辑。
-
重写线条和阴影效果,采用加载颜色而不是加载图片的方式。