BRPickerView icon indicating copy to clipboard operation
BRPickerView copied to clipboard

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

Open Liyongcong opened this issue 4 years ago • 2 comments

Liyongcong avatar Jan 29 '21 03:01 Liyongcong

支持三级联动,使用BRStringPickerView

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

agiapp avatar Feb 03 '21 08:02 agiapp

不是三级联动,是一级联动,但是是多个数据拼凑到一块的。我现在是用多个空格处理的,但是感觉这样搞不好,适配比较麻烦,比如下面图片找各种效果

------------------ 原始邮件 ------------------ 发件人: "Renbo"<[email protected]>; 发送时间: 2021年2月3日(星期三) 下午4:34 收件人: "91renb/BRPickerView"<[email protected]>; 抄送: "有bug的程序猿"<[email protected]>; "Author"<[email protected]>; 主题: Re: [91renb/BRPickerView] 你好,想问下是否支持这种功能,比如我有三列,我滑动任意一列其他列也跟着滚动,数据都是一一对应的 (#221)

支持三级联动,使用BRStringPickerView /// 字符串选择器类型 typedef NS_ENUM(NSInteger, BRStringPickerMode) { /** 单列选择器 / BRStringPickerComponentSingle, /* 多列选择器 / BRStringPickerComponentMulti, /* 多级联动选择器 */ BRStringPickerComponentLinkage };
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Liyongcong avatar Feb 03 '21 09:02 Liyongcong