bilibili11
bilibili11
在使用您的作品时,发现以下几个问题: 1:对于数据中的id,无法实现大写开头问题 2:对于数据中的子类中,可否加上类目名称的前缀 3:在生成内容后,可否直接生成到目录中,通过目录复制或拷贝文件.以及对WHC_Model判断是否引用的问题
自定义cell设置添加一个背景图层,会覆盖滑块. 而且在自定义中,会因为某种原因导致list左右滑动失效
var cellData:Any?{ didSet{ guard let cellData = cellData as? ZZZ_HomeNoisePresetList else { return } titlab.text = cellData.preset_cate_name //该段layout let layout = HDWaterFlowLayout() layout.secInset = UIEdgeInsets(top: 0, left: 20, bottom: 0,...
This method can not really achieve the same waterfall effect as collectionView, hope to improve
private let appWindow: UIWindow = UIApplication.shared.delegate! .window!! If the window is not set at appdelegate but at sceneDelegate, it will crash