文件名称:DFPickerView:一个带有工具栏和块的简单选择器视图
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-23 20:41:55
Objective-C
DFPickerView 用法 __block NSMutableArray *array = [NSMutableArray array]; @autoreleasepool { for(int i = 1;i < 100;i++) { [array addObject:[NSNumber numberWithInteger:i]]; } } self.pickerView = [[DFPickerView alloc] initWithStyle:DFPickerViewStyleDark]; // DFPickerViewStyleLight self.pickerView.animationDuration = 0.30f; // defaults to 0.23f [self.view add
【文件预览】:
DFPickerView-master
----.gitignore(232B)
----README.md(2KB)
----CHANGELOG.md(52B)
----Sample()
--------README.md(47B)
--------TestPicker()
--------LICENSE(1KB)
--------TestPickerTests()
--------TestPicker.xcodeproj()
----LICENSE(1KB)
----Project()
--------Podfile(104B)
----Classes()
--------ios()
--------osx()
----Rakefile(4KB)