Menu

Tree [b75bc6] master 0.1.1 /
 History

HTTPS access


File Date Author Commit
 BezierRowView 2018-06-30 dmitry marinin dmitry marinin [206bfe] Finish create basic logic for Bezier Path UIView
 Example 2018-07-01 dmitry marinin dmitry marinin [1a5453] update swift language
 .gitignore 2018-06-30 dmitry marinin dmitry marinin [206bfe] Finish create basic logic for Bezier Path UIView
 .ruby-version 2018-07-01 dmitry marinin dmitry marinin [27d33a] update for build travis
 .travis.yml 2018-07-01 dmitry marinin dmitry marinin [1a5453] update swift language
 BezierRowView.podspec 2018-07-01 dmitry marinin dmitry marinin [b75bc6] update version cocoapod
 LICENSE 2018-06-30 dmitry marinin dmitry marinin [206bfe] Finish create basic logic for Bezier Path UIView
 README.md 2018-07-01 dmitry marinin dmitry marinin [1a5453] update swift language
 _Pods.xcodeproj 2018-06-30 dmitry marinin dmitry marinin [206bfe] Finish create basic logic for Bezier Path UIView

Read Me

BezierRowView

CI Status
Version
License
Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • [x] Xcode 9.0
  • [x] Swift 3.x

Results

ScreenShot
ScreenShot

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.

Installation

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

pod 'BezierRowView'

Usage

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()

Author

436910463q@gmail.com, Dmitry Marinin

License

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

MongoDB Logo MongoDB