Skip to content

Conversation

@rnystrom
Copy link
Member

No description provided.

@rnystrom rnystrom merged commit ca6935c into master Jul 29, 2018
@rnystrom rnystrom deleted the center-button-last-line branch July 29, 2018 16:35
@lohenyumnam
Copy link

This changes seems to introduce a bug in which the button is push down as shown in the image below,
image

This line.
let buttonYStarter = textViewMaxY - textViewInset.bottom - (pointSize - descender)/2
when replace with this line fix the bug
let buttonYStarter = textViewMaxY - textViewInset.bottom - pointSize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants