Skip to content

自定义单列滚动选择器,一行代码,简单调用。

License

Notifications You must be signed in to change notification settings

houdangdang/PickerView

Repository files navigation

PickerView

自定义单列滚动选择器,一行代码,简单调用。

后期会增加多列选择,滚轮联动

image

如何使用

[[[HDPickerView alloc] initPickerViewWithDataSource:dataSource
                                        selectVaule:^(NSString *value, NSInteger component, NSInteger row) {
                                            // TODO:...
                                        }] show];

About

自定义单列滚动选择器,一行代码,简单调用。

Resources

License

Stars

Watchers

Forks

Packages

No packages published