wcb133

Results 4 issues of wcb133

When the implementation of the right button click trigger event, set the cell on the left of the unselected control hidden YES, does not work, because the UI control beyond...

比如这段代码 YYTextLayout *layout = [YYTextLayout layoutWithContainerSize:CGSizeMake(200, MAXFLOAT) text:str]; _contentLabel.textVerticalAlignment = YYTextVerticalAlignmentCenter; CGSize size = layout.textBoundingSize; _contentLabel.textLayout = layout; 设定最大宽度为200,但是当文本有多行的时候,计算出来的size 的width是有可能小于200的,也就是说没达到最大宽度就换行了,伟大的YYText作者,求助呀

大佬,这个睡眠图会串色,就是正常的应该是紫色的,就是最右边的那个颜色,这个怎么处理呢 设置代码如下: ```swift let option = AAOptions() .chart(AAChart() .type(.xrange) .margin(top: 0, right: 0, bottom: 25, left: 0)) .title(AATitle().text("")) .colors(["#4026E5","#AC60DF","#E1907B","#EEC967"]) .xAxis(AAXAxis().visible(false)) .yAxis(AAYAxis().visible(false) .title(AATitle() .text("")) .categories(["","","",""]) .gridLineWidth(0)) .legend(AALegend() .enabled(false)) .tooltip(AATooltip() .enabled(false)) .plotOptions(AAPlotOptions()...