Ray啊

Results 3 issues of Ray啊

我使用了咱们的柱状范围图, 正常情况下图表绘制均正常. 但是当用户后台挂起应用几分钟后再切APP. 该图表的x,y轴正常显示, 但是原本显示的范围柱子变成了空白, 刷新后重新渲染图表又正常.

helpful

博主您好, 我在项目中使用了您的该轮子, 高度适配有问题, 是每个cell都需要重新tagTextCollectionView控件吗? 下面是我的代码: class ArchivesCustomTagTabCell: UITableViewCell { override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { super.init(style: style, reuseIdentifier: reuseIdentifier) self.selectionStyle = .none self.backgroundColor = .background1 contentView.backgroundColor = .background1 setBaseUI() }...