Shannon Yang

Results 7 comments of Shannon Yang

你的cell继承FSPagerViewCell,然后: self.contentView.backgroundColor = UIColor.clear self.backgroundColor = UIColor.clear self.contentView.layer.shadowColor = UIColor.clear.cgColor self.contentView.layer.shadowRadius = 0 self.contentView.layer.shadowOpacity = 0.75 self.contentView.layer.shadowOffset = .zero

> 试试AAChartView 中的下面这个方法 > > ```objc > /// Update the X axis Extremes > /// @param min X axis minimum > /// @param max X axis maximum > - (void)aa_updateXAxisExtremesWithMin:(NSUInteger)min...

追加问题:请问是否可以设置AAChartView的bounces属性,回弹效果不是我想要的,我通过设置 ```swift self.chartView.scrollView.showsVerticalScrollIndicator = false self.chartView.scrollView.showsHorizontalScrollIndicator = false self.chartView.scrollView.bounces = false ``` 但好像没有起作用

You can set a constraint on the maximum width of your Label @haiderTkxel

I'm having the same problem, any updates?

@HamGuy 👍👍👍👍