文件名称:是运行代码的_结果-intel单cpu芯片组上电时序
文件大小:20.35MB
文件格式:PDF
更新时间:2024-07-30 20:55:26
iOS动画, core animation, 核心动画
设置属性的值。不过,在这个示例中,代码能够表示得更清楚。图4.2是运行代码的 结果 清单4.1 设置 cornerRadius 和 masksToBounds @interface ViewController () @property (nonatomic, weak) IBOutlet UIView *layerView1; @property (nonatomic, weak) IBOutlet UIView *layerView2; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; //set the corner radius on our layers self.layerView1.layer.cornerRadius = 20.0f; self.layerView2.layer.cornerRadius = 20.0f; //enable clipping on the second layer self.layerView2.layer.masksToBounds = YES; } @end ios核心动画高级技巧 59圆角