luoyuant / MOFSPickerManagerDemo

iOS PickerView整合,一行代码调用(省市区三级联动+日期选择+普通选择)
MIT License
136 stars 27 forks source link

当选过一次之后,下次点击会默认上次的,这个能不要这个默认吗 #6

Open xDongGe opened 6 years ago

xDongGe commented 6 years ago

求帮组

Pineapple8662 commented 6 years ago

一样啊,我也需要这个功能,多数还是我不想记录的。

Pineapple8662 commented 6 years ago

我为了让 tag 不冲突。。。

[[MOFSPickerManager shareManger] showPickerViewWithDataArray:self.introductionModel.sizes[self.introductionModel.tempSizeIndex].express tag:self.introductionModel.id.integerValue + 10000000000 title:@"请选择配送方式" cancelTitle:@"取消" commitTitle:@"确定" commitBlock:^(NSString * _Nonnull string) {

} cancelBlock:nil];

tag值 写到了 10000000000。。。

luoyuant commented 6 years ago

@xDongGe @CoderSimonWong 不好意思,让你们困扰了。已经提交最新版本,已经添加了不需要tag的方法。当然也可以自行创建MOFSPickerView的实例来解决。

Pineapple8662 commented 6 years ago

Nice,祝年薪百万