MCTopView
-(void)mcShowSelfViewTopView:(NSInteger)style{
MCTopView *topView = [MCTopView mcDefaultMCPickViewController:self setFrame:CGRectMake(0,100, self.view.bounds.size.width, 30)];
[topView mcDefaultSetColor:[UIColor yellowColor]];
switch (style){
case 1:{
[topView mcDataArray:pls JsonKey:nil SelendColor:[UIColor redColor] isPage:NO cellSizeSpacing:10 CellStyle:MCTopViewStateDividing ReturnData:^(NSInteger selend, id data){
NSLog(@"%@",data);
}];
}
break;
default:
break;
}
}
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/a0db7e46bf99f7e567a957ba9cccc9f2.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论