AllenYL

Results 5 comments of AllenYL

你能自适应cell高度了?我的就是全部重叠到一起了,使用方法和约束都如同oc,但是swift版本就是会出错 @DemoFucker

@xiaoojun 谢谢,已经解决了

同样有问题: cell 和 model类名前都已经添加 @objcMembers了,不然返回高度的代理方法会崩溃 @lixiang1994 @gsdios 代理返回高度: return tableView.cellHeight(for: indexPath, model: goods, keyPath: "aGoods", cellClass: CustomCell.self, contentViewWidth: SCREEN_WIDTH) cell中model处理: var aGoods: GoodsModel? { didSet { let url = NSURL(string:...

根据文本自动算高好像是有这个问题,我修改了向上取整没问题了

不要写 like(keywords), 要模仿sqlite语句写成: like("%keywords%")就可以了