Skip to content

V 3.1.1

Compare
Choose a tag to compare
@iTofu iTofu released this 26 Apr 11:17
· 129 commits to master since this release
  • 新增属性:

    @interface LCActionSheetConfig : NSObject
    
    // LCActionSheetConfig shared instance.
    @property (class, nonatomic, strong, readonly) LCActionSheetConfig *config;
    
    @end
  • 下列方法已不推荐使用,建议使用新的属性代替:

    @interface LCActionSheetConfig : NSObject
    
    // LCActionSheetConfig shared instance.
    + (instancetype)shared __deprecated_msg("Method deprecated. Use property `config` instead.");
    
    @end