Skip to content

V 2.7.1

Compare
Choose a tag to compare
@iTofu iTofu released this 03 Jan 10:42
· 213 commits to master since this release
  • 新年快乐~

  • 添加 separatorColor 属性,默认值 RGBA(170/255.0f, 170/255.0f, 170/255.0f, 0.5f)#30 by Abel94

    @interface LCActionSheet : UIView
    
    @property (nonatomic, strong) UIColor *separatorColor;
    
    @end