iOS 实现多选框 XMMultiSelectView

码农软件 · 软件分类 · 选项卡(Tab Bar) · 2019-06-16 15:29:11

软件介绍

XMMultiSelectView 是 iOS 几行代码实现多选框效果。

示例:

NSMutableArray *countryTitleList = [NSMutableArray arrayWithArray:@[ @"Country", @"China", @"England", @"France" ]];

XMMultiSelectView *countrySelectView = [[XMMultiSelectView alloc]
initWithAllParameters:CGRectMake(startX, startY, commonWidth, commonHeight*countryTitleList.count)
itemsCount:countryTitleList.count
itemHeight:commonHeight
titleList:countryTitleList];

[self.view addSubview:countrySelectView];


具体效果请下载 demo 运行查看。

本文地址:https://www.codercto.com/soft/d/8106.html

Algorithms Unlocked

Algorithms Unlocked

Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具