欢迎光临
我们一直在努力

简洁的日期选择器

建站超值云服务器,限时71元/月

简洁的日期选择器

项目介绍:

LWTDatePickerView

img

show The PickerView

    LWTDatePickerView *pickerView = [[LWTDatePickerView alloc] initWithPickerViewWithCenterTitle:@"选择期限" LimitMaxIndex:50];  

自动滚动到特定行数

    [pickerView pickerViewDidSelectRowWithLeftIndex:_minIndex andRightIndex:_maxIndex];  

点击事件   

    [pickerView pickerVIewClickCancelBtnBlock:^{  

        NSLog(@"=====clickTheCancel=======");  

    } sureBtClcik:^(NSInteger leftIndex, NSInteger rightIndex, NSString *leftAndRightString) {  

        _dateLabel.text = leftAndRightString;  
        _minIndex = leftIndex;  
        _maxIndex = rightIndex;  
        //  
    }];  

github:https://github.com/winterLiao/LWTDatePickerView
code4app

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 简洁的日期选择器
分享到: 更多 (0)