-
Hi again 🙂
I'm having trouble with updating a class that extends CAShapeLayer. The log says it has been injected, but the app does do not reflect its changes.
The class is as simple as this:
``…
-
Capturing some differences as noted using CoreAnimationTest --> CAShapeLayer menu option. Note some of these differences may be expected gaps. I thought it was still useful to capture them.
Running…
-
JJCollectionViewRoundConfigModel 考虑支持maskedCorners吗?设置部分角是圆角;
更进一步可以使用CAShapeLayer和CGPathRef来设置大小不一的圆角;
wv-y updated
4 months ago
-
this fixed a bug where the component didn't update proper on tint color change
```
- (void)setTintColor:(UIColor *)tintColor {
if (![_tintColor isEqual:tintColor]) {
_tintColor = tin…
-
The **biggest** performance hit in this project comes from the application of the `MessageStyle`.
### Thoughts on improving this:
- We use `CAShapeLayer` to create the bubble on all `TextMessageCe…
-
- (void)updateChartData:(NSArray *)data {
_chartData = data;
[self prepareYLabelsWithData:data];
[self calculateChartPath:_chartPath
andPointsPath:_pointPath
…
IDOKN updated
4 years ago
-
https://stackoverflow.com/questions/53729132/animate-cashapelayer-path-with-caspringanimation
https://stackoverflow.com/questions/38464864/cashapelayer-path-spring-animation-not-overshooting
htt…
-
[あんま読んでない](http://www.theappguruz.com/blog/ios-create-gradient-view)
[結局ここっから](https://stackoverflow.com/questions/26907352/how-to-draw-radial-gradients-in-a-calayer)
``` .swift
class MaskView:…
-
This is about why Core Graphics was chosen to draw the charts instead of using CAShapeLayer on a View ?
The reason why I am asking this since overriding **drawRect** stores the backing image befo…
-
How do I apply fill color for the SVGImage in swift
```
let namSvgImgVar = SVGKImage(named: namSvgImg)
namSvgImgVar.setFilColor()
```
I am trying this and getting error
```
extension SVGK…