#29.用 UIBezierPath 設計特別形狀的圖片

#5–9.HomeWork (製作斜邊遮罩)

主要學習目的:透過建立 【Cocoa Touch Class】的檔案,使用UIBezierPath與SharpImageView的搭配,以及遮罩效果來製作斜邊或圓型的圖片。

重點 1:新增 Cocoa Touch Class 的檔案,記得 Subclass of (父類別) 要設為 UIImageView。

重點 2:在要套用的 image view 的 Class(類別)設為 SharpImageView。

重點 3:在 SharpImageView.swift 裡加入製造斜邊的程式碼。

實作參考

程式碼

--

--