FWPopupMenuPath
@interface FWPopupMenuPath : NSObject
+ (CAShapeLayer *)maskLayerWithRect:(CGRect)rect
rectCorner:(UIRectCorner)rectCorner
cornerRadius:(CGFloat)cornerRadius
arrowWidth:(CGFloat)arrowWidth
arrowHeight:(CGFloat)arrowHeight
arrowPosition:(CGFloat)arrowPosition
arrowDirection:(FWPopupMenuArrowDirection)arrowDirection;
+ (UIBezierPath *)bezierPathWithRect:(CGRect)rect
rectCorner:(UIRectCorner)rectCorner
cornerRadius:(CGFloat)cornerRadius
borderWidth:(CGFloat)borderWidth
borderColor:(nullable UIColor *)borderColor
backgroundColor:(nullable UIColor *)backgroundColor
arrowWidth:(CGFloat)arrowWidth
arrowHeight:(CGFloat)arrowHeight
arrowPosition:(CGFloat)arrowPosition
arrowDirection:(FWPopupMenuArrowDirection)arrowDirection;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (CAShapeLayer *)maskLayerWithRect:(CGRect)rect rectCorner:(UIRectCorner)rectCorner cornerRadius:(CGFloat)cornerRadius arrowWidth:(CGFloat)arrowWidth arrowHeight:(CGFloat)arrowHeight arrowPosition:(CGFloat)arrowPosition arrowDirection:(FWPopupMenuArrowDirection)arrowDirection;
-
+bezierPathWithRect:
rectCorner: cornerRadius: borderWidth: borderColor: backgroundColor: arrowWidth: arrowHeight: arrowPosition: arrowDirection: Undocumented
Declaration
Objective-C
+ (UIBezierPath *)bezierPathWithRect:(CGRect)rect rectCorner:(UIRectCorner)rectCorner cornerRadius:(CGFloat)cornerRadius borderWidth:(CGFloat)borderWidth borderColor:(nullable UIColor *)borderColor backgroundColor:(nullable UIColor *)backgroundColor arrowWidth:(CGFloat)arrowWidth arrowHeight:(CGFloat)arrowHeight arrowPosition:(CGFloat)arrowPosition arrowDirection:(FWPopupMenuArrowDirection)arrowDirection;