常规选择器 PPScroll
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/cbangchen/PPScroll-OC
- 软件文档: https://github.com/cbangchen/PPScroll-OC
软件介绍
奇数行:
横排:
Swift 版本:PPScroll-Swift
使用:
PPScroll *picker = [[PPScroll alloc]initWithFrame:frame]; picker.delegate = self; [self.view addSubview:picker];
- (void)scroll:(PPScroll *)scroll selectedIndexDic:(NSMutableDictionary *)selectedIndexDic;//所有已选择的index - (void)scroll:(PPScroll *)scroll index:(NSInteger)index;//目标行的index
