CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

LBYearMonthPickerVC 1.0.1

LBYearMonthPickerVC 1.0.1

Maintained by A1129434577.



  • By
  • 刘彬

LBYearMonthPickerVC

LBYearMonthPickerVC *vc = [[LBYearMonthPickerVC alloc] init];
vc.eachYearDefaultLikeMonths = @{@0:@"全部"};
vc.view.layer.cornerRadius = 10;
[self presentViewController:vc animated:YES completion:nil];
vc.pickerViewSelectDate = ^(NSString * _Nonnull yearString, NSString * _Nonnull monthString) {
    NSLog(@"%@年%@月",yearString,monthString);
};