BezierRowView Code
Brought to you by:
yaphets
| File | Date | Author | Commit |
|---|---|---|---|
| BezierRowView | 2018-06-30 |
|
[206bfe] Finish create basic logic for Bezier Path UIView |
| Example | 2018-07-01 |
|
[1a5453] update swift language |
| .gitignore | 2018-06-30 |
|
[206bfe] Finish create basic logic for Bezier Path UIView |
| .ruby-version | 2018-07-01 |
|
[27d33a] update for build travis |
| .travis.yml | 2018-07-01 |
|
[1a5453] update swift language |
| BezierRowView.podspec | 2018-07-01 |
|
[b75bc6] update version cocoapod |
| LICENSE | 2018-06-30 |
|
[206bfe] Finish create basic logic for Bezier Path UIView |
| README.md | 2018-07-01 |
|
[1a5453] update swift language |
| _Pods.xcodeproj | 2018-06-30 |
|
[206bfe] Finish create basic logic for Bezier Path UIView |
To run the example project, clone the repo, and run pod install from the Example directory first.


Its simply creator custom UIView with BezierPath. It keep you to write easy code for grid of photos without difficulties. Obtaining images based on the URL or your Photo Model, as well as track the click events on a specific layer of this mask and understand where the user clicked. In callback you can get your Model or URL.
BezierRowView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'BezierRowView'
| Here's an example | In Action |
|---|---|
| Define UIView ... | ![]() |
@IBOutlet weak var bez: BezierRowUIView! |
|
| ... then bind the shape path, model or any URL and callback to your view | |
bez.setupBind(p: typeOfMaskThreeShape.r308,
m: ["URL", "URL", "URL"]) { item in
print(item)
}
bez.setNeedsDisplay()
|
436910463q@gmail.com, Dmitry Marinin
BezierRowView is available under the MIT license. See the LICENSE file for more info.