Kenny
Results
3
issues of
Kenny
``` UIView *contentView = [[UIView alloc] initWithFrame:CGRectMake(0, 100, 280, 300)]; contentView.backgroundColor = UIColor.whiteColor; [self.view addSubview:contentView]; BRStringPickerView *stringPickerView = [[BRStringPickerView alloc]init]; stringPickerView.pickerMode = BRStringPickerComponentSingle; stringPickerView.title = @"请选择学历"; stringPickerView.plistName = @"testData.plist"; stringPickerView.isAutoSelect...