UIView裁剪任意边

.hpost #import <UIKit/UIKit.h> @interface UIView (Corner) /** * 切任意角 */ - (void)cornerWithSize:(CGSize)size andCornerPostation:(NSInteger)postation; @end .mcode #import "UIView+Corner.h" @im
相关文章
相关标签/搜索