Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4 #2

Closed
wants to merge 6 commits into from
Closed

Swift 4 #2

wants to merge 6 commits into from

Conversation

fespinoza
Copy link

@fespinoza fespinoza commented Nov 10, 2017

i've converted the project to swift 4

this also closes #1

As I explained in c5f1c0b I slightly changed the behavior of the pod

compiled with xcode 9.1
The `textBoundingBox` is the rectangle that is needed to display the full attributed text in the cell and has the right dimensions, but the point is relative to the `frame` coordinates so the `point` is never contained in the in the `textBoundingBox` because *it represents the size of the text in the label, **but not the position of the text in the label**.*

So this code is giving false negative checks
@fespinoza
Copy link
Author

any comment @ProjectDent ?

i need your input regarding the todos :)

@oliviertouron-playster
Copy link

TouchGestureRecognizer is not correct for Swift 4

@fespinoza fespinoza changed the title [WIP] Swift 4 Swift 4 Jan 25, 2018
@fespinoza
Copy link
Author

hi @oliviertouron-playster sorry for taking so long to come back. But what's the issue with TouchGestureRecognizer and swift 4 that you mention?. Regarding syntax i changed to use inferred type context

@fespinoza
Copy link
Author

@PabloDomine
Copy link

Thanks @fespinoza !
@ProjectDent @oliviertouron-playster why isn't this merged yet? 🤔

@fespinoza fespinoza closed this Sep 16, 2019
@fespinoza fespinoza deleted the swift-4 branch September 16, 2019 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo not work
3 participants