我有选择器。选择器有2列。如何在选择器中选择两个值使用KIF? 样品: http://i.stack.imgur.com/sbwj2.png
我尝试使用下一个:
NSArray *date = @[@"Honda", @"Civic"];
[tester selectDatePickerValue:date];
和
[tester selectPickerViewRowWithTitle:@"Honda" inComponent:0];
和
[tester selectPickerViewRowsWithTitles:@[@"Toyota", @"Land Cruiser"]];
总是出错:
UIDatePicker没有预期的列数
没有任何帮助。也许我错过了什么?