iOS-畫形狀的view

#import <UIKit/UIKit.h> #import <QuartzCore/QuartzCore.h> @interface UIView (Shape) - (void)setShape:(CGPathRef)shape; @end #import "UIView+Shape.h" @implementation UIView (Shape) - (void)setSha
相關文章
相關標籤/搜索