iOS動畫:Layer動畫(3)

首先介紹一下CALayer的一些屬性。 bounds: 圖層大小 position: 圖層中心點的位置,類似與UIView的center;用來設置CALayer在父層中的位置;以父層的左上角爲原點(0,0) transform: 用於圖層的移動、縮放、旋轉等 borderColor: 圖層邊框顏色 borderWidth: 圖層邊框寬度 cornerRadius: 圖層圓角半徑 shadowOff
相關文章
相關標籤/搜索