Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你好,想问下是否支持这种功能,比如我有三列,我滑动任意一列其他列也跟着滚动,数据都是一一对应的 #221

Open
Liyongcong opened this issue Jan 29, 2021 · 2 comments

Comments

@Liyongcong
Copy link

No description provided.

@agiapp
Copy link
Owner

agiapp commented Feb 3, 2021

支持三级联动,使用BRStringPickerView

/// 字符串选择器类型
typedef NS_ENUM(NSInteger, BRStringPickerMode) {
    /** 单列选择器 */
    BRStringPickerComponentSingle,
    /** 多列选择器 */
    BRStringPickerComponentMulti,
    /** 多级联动选择器 */
    BRStringPickerComponentLinkage
};

@Liyongcong
Copy link
Author

Liyongcong commented Feb 3, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants