摘要:
我是效果图 实现如图这效果一般会直接通过多张图进行切换进行完成。但这样的处理,会浪费App的资源存储空间,而且效率也不高。那么今天我们用CAShapeLayer实现以下吧。 拆分: 添加图层和视图 实现代码 改变大小的代码 阅读全文
摘要:
_demoView = [[UIView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)]; [self.view addSubview:_demoView]; CAShapeLayer *shapeLayer = [CAShapeLayer layer]; shapeLayer.frame = _... 阅读全文