如何使用Swift 5使用DropDown实现多选?

问题描述

这是单选的当前操作,请提出一种使用DropDown实现多选的方法,我的Xcode版本是10

empProfLeaveDropDown.selectionAction = { [unowned self] (index: Int,item: String) in
             print("Selected item: \(item) at index: \(index)")
             self.leaveTypeLabel1.text = item
    }

Image for above code

解决方法

Here you go,create instance of this class and use class methods for single selection and multi selection dropdown,for best practices I also added reusable view class for sample

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...