Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #89 from el-hoshino/version/3.0.2
Browse files Browse the repository at this point in the history
Version/3.0.2
  • Loading branch information
Elvis Shi committed May 17, 2018
2 parents 25252bf + 54f26c5 commit e395b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NotAutoLayout/NotAutoLayout/Layout/ViewPinGuide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ extension ViewPinGuides.Point.Guide: PointPinGuideRepresentable {
}

public func pointAt(x coordinateX: Float, y coordinateY: Float) -> Point {
return self.rect.pointGeometryAt(x: coordinateX, y: coordinateX)
return self.rect.pointGeometryAt(x: coordinateX, y: coordinateY)
}

public var topLeading: Point {
Expand Down
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/el-hoshino/NotAutoLayout/develop/CONTRIBUTING.md)
* [ ] I have searched for a similar pull request in the [project](https://github.com/el-hoshino/NotAutoLayout/pulls) and found none

* [ ] I have updated this branch with the latest develop to avoid conflicts (via merge from develop or rebase)
* [ ] I have updated this branch with the target version branch to avoid conflicts (via merge from version or rebase)
* [ ] I have added the required tests to prove the fix/feature I am adding
* [ ] I have run the tests and they pass

This merge request fixes / reffers to the following issues: ...
This pull request fixes / reffers to the following issues: ...

### Pull Request Description

Expand Down

0 comments on commit e395b07

Please sign in to comment.