添加某一個圓角,和某一個邊框

爲所有UIView的繼承類,切割圓角,添加任意邊框 因爲這兩個功能未必要同時使用,所以是分開的兩個文件 圓角: 需要#import "UIView+GFCorner.h" 使用代碼如下: [img cornerWithRadius:10 direction:CornerDirectionTypeBottom|CornerDirectionTypeTopRight];    效果圖: 邊框: 需要#
相關文章
相關標籤/搜索