//
// NBLPickerView.h
//
//
// Created by HTJT-yangjh on 2019/1/16.
// Copyright © 2019 HTJT-yangjh. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface NBLPickerView : UIView
@property (weak, nonatomic) IBOutlet UILabel *labelTitle;
@property (weak, nonatomic) IBOutlet UIButton *buttonLeft;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *constraintLeftButtonWidth;
@property (weak, nonatomic) IBOutlet UIButton *buttonRight;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *constraintRightButtonWidth;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *constraintPickerViewHeight;
@property (nonatomic, strong) UIColor *titleBackgroundColor;
@property (nonatomic, strong) UIColor *separatorColor;
@property (nonatomic, readonly) NSArray<NSString *> *optionList;
// 返回YES则关闭视图
@property (nonatomic, strong) BOOL (^blockClickLeftButton)(NSInteger index);
@property (nonatomic, strong) BOOL (^blockClickRightButton)(NSInteger index);
+ (instancetype)showOptionList:(NSArray<NSString *> *)list
withIndexSel:(NSInteger)indexSel;
+ (instancetype)showOptionList:(NSString* (^)(NSInteger row))blockOptionTitle
withOptionCount:(NSUInteger)optionCount
andIndexSel:(NSInteger)indexSel;
- (NSInteger)getSelectedIndex;
@end
NS_ASSUME_NONNULL_END
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Object-C-基于UIPickerView的列表选择.zip Object-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPickerView的列表选择.zipObject-C-基于UIPi
资源推荐
资源详情
资源评论
收起资源包目录
Object-C。基于UIPickerView的列表选择.zip (62个子文件)
NBLPickerView-master
screenshots
screenshots_2.png 151KB
screenshots_1.png 130KB
.travis.yml 557B
NBLPickerView
Assets
NBLPickerView.xib 12KB
.gitkeep 0B
Classes
NBLPickerView.m 6KB
NBLPickerView.h 1KB
.gitkeep 0B
Example
Podfile 189B
NBLPickerView.xcodeproj
xcshareddata
xcschemes
NBLPickerView-Example.xcscheme 4KB
project.pbxproj 28KB
project.xcworkspace
contents.xcworkspacedata 158B
NBLPickerView
Images.xcassets
AppIcon.appiconset
Contents.json 2KB
NBLViewController.h 217B
Base.lproj
Main.storyboard 6KB
LaunchScreen.storyboard 2KB
main.m 338B
NBLAppDelegate.m 2KB
NBLViewController.m 2KB
NBLAppDelegate.h 279B
NBLPickerView-Info.plist 2KB
NBLPickerView-Prefix.pch 321B
en.lproj
InfoPlist.strings 45B
NBLPickerView.xcworkspace
xcshareddata
IDEWorkspaceChecks.plist 238B
contents.xcworkspacedata 231B
Pods
Pods.xcodeproj
project.pbxproj 42KB
Manifest.lock 285B
Local Podspecs
NBLPickerView.podspec.json 1011B
Target Support Files
NBLPickerView
NBLPickerView-prefix.pch 195B
ResourceBundle-NBLPickerView-NBLPickerView-Info.plist 733B
NBLPickerView.release.xcconfig 598B
NBLPickerView.xcconfig 409B
NBLPickerView-dummy.m 130B
NBLPickerView-umbrella.h 344B
NBLPickerView-Info.plist 828B
NBLPickerView.modulemap 116B
NBLPickerView.debug.xcconfig 598B
Pods-NBLPickerView_Tests
Pods-NBLPickerView_Tests-acknowledgements.plist 805B
Pods-NBLPickerView_Tests.release.xcconfig 689B
Pods-NBLPickerView_Tests-umbrella.h 340B
Pods-NBLPickerView_Tests-Info.plist 828B
Pods-NBLPickerView_Tests.modulemap 138B
Pods-NBLPickerView_Tests-acknowledgements.markdown 133B
Pods-NBLPickerView_Tests.debug.xcconfig 689B
Pods-NBLPickerView_Tests-dummy.m 152B
Pods-NBLPickerView_Example
Pods-NBLPickerView_Example-Info.plist 828B
Pods-NBLPickerView_Example-dummy.m 156B
Pods-NBLPickerView_Example-acknowledgements.plist 2KB
Pods-NBLPickerView_Example-umbrella.h 344B
Pods-NBLPickerView_Example.debug.xcconfig 784B
Pods-NBLPickerView_Example.release.xcconfig 784B
Pods-NBLPickerView_Example.modulemap 142B
Pods-NBLPickerView_Example-acknowledgements.markdown 1KB
Pods-NBLPickerView_Example-frameworks.sh 8KB
Tests
Tests-Prefix.pch 132B
Tests-Info.plist 674B
en.lproj
InfoPlist.strings 45B
Tests.m 624B
Podfile.lock 285B
_Pods.xcodeproj 27B
NBLPickerView.podspec 2KB
.gitignore 738B
共 62 条
- 1
资源评论
盈梓的博客
- 粉丝: 9295
- 资源: 2203
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功