You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wfpaopao
changed the title
只配置一列数据时,onPickerConfirm/onPickerCancel/onPickerSelect第二个参数index返回空数据
只配置一列数据时,onPickerConfirm/onPickerCancel/onPickerSelect第二个参数index返回空数组
Feb 9, 2017
self.dataDry=[self.pickerDic objectForKey:@"pickerData"];
id firstobject=[self.dataDry firstObject];
// It help
_seleNum = 1;
if ([firstobject isKindOfClass:[NSArray class]]) {
`
modify in BzwPicker.m simply add a default value(it means 1) for _seleNum.
shexiaoheng
changed the title
只配置一列数据时,onPickerConfirm/onPickerCancel/onPickerSelect第二个参数index返回空数组
[iOS]只配置一列数据时,onPickerConfirm/onPickerCancel/onPickerSelect第二个参数index返回空数组
Feb 10, 2017
如题
The text was updated successfully, but these errors were encountered: