测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2017年2月 |
由 KBvsMJ--description=add cocoapods with EBTBarChartView 维护。
NSArray *result = @[@"option0",@"option1",@"option2",@"option3",@"option4",@"option5",@"option6"];
[EBTTextFieldDropDownView showDrowpDownListInView:self.textField withOptionArray:result withCompleteHandler:^(NSInteger selectIndex,NSString *selectOption) {
self.textField.text = nil;
self.textField.text = [NSString stringWithFormat:@"第%ld行,内容=%@",selectIndex,selectOption];
NSLog(@"option=%@,index =%ld",selectOption,selectIndex);
}];