Skip to content

SJComboxView(弹出视图) UIButton封装 使用方便

Notifications You must be signed in to change notification settings

sunjie19921111/SJComboxDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SJCombox

弹出视图使用说明: //初始化 SJComboxView *comboxView = [[SJComboxView alloc] initWithFrame:CGRectMake(100, 100, 200, 44)]; comboxView.dataSource = dataSource; //赋值 [self.view addSubview:comboxView]; //添加视图 comboxView.contentBlock = ^(NSString *string) { NSLog(@"%@",string); //选中数据。 };

About

SJComboxView(弹出视图) UIButton封装 使用方便

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published