Skip to content

自定义带箭头(带border)的圆角view,箭头可偏移

License

Notifications You must be signed in to change notification settings

zengxianshu/ArrowRadiusView

Repository files navigation

ArrowRadiusView

Build Status Swift 3.0 Platform Version License

effect

Requirements

Installation

ArrowRadiusView is available through CocoaPods. To install it, simply add the following line to your Podfile:

use_frameworks!
pod 'ArrowRadiusView' :git => 'https://github.com/zengxianshu/ArrowRadiusView.git'

self.topArrowRadiusView.arrowDirection = .top
self.topArrowRadiusView.arrowOffset = CGPoint.init(x: 10, y: 0)
self.topArrowRadiusView.arrowSize = CGSize.init(width: 10, height: 8)
self.topArrowRadiusView.backGroundgColor = .lightGray
self.topArrowRadiusView.boderWidth = 1.0
self.topArrowRadiusView.borderColor = .black
self.topArrowRadiusView.cornerRadius = 3.0

Author

曾墨, [email protected]

License

ArrowRadiusView is available under the MIT license. See the LICENSE file for more info.

About

自定义带箭头(带border)的圆角view,箭头可偏移

Resources

License

Stars

Watchers

Forks

Packages

No packages published