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

Make presenter public to fire send #701

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

ChaosCoder
Copy link
Contributor

Some properties were missing a public accessor level like the rest.

Additionally it changes the public level to open for func textView(_ textView: UITextView, shouldChangeTextIn nsRange: NSRange, replacementText text: String) as this method is commonly used to overwrite the UITextView behavior of accepting/modifying text input.

@wiruzx
Copy link
Contributor

wiruzx commented Mar 18, 2021

Thanks @ChaosCoder!

@wiruzx wiruzx merged commit 491d886 into badoo:master Mar 18, 2021
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.

2 participants