-
Notifications
You must be signed in to change notification settings - Fork 742
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
EarlGrey 1.x | UITextView notifications are not triggered when using replaceText #771
base: master
Are you sure you want to change the base?
Conversation
Simon-Kaz
commented
Nov 12, 2018
- Updated replaceText to trigger UITextView notifications
- added sample tests to exercise the changes
- added a character counter label for simple assertions in the UI Tests.
… tests to exercise the changes and a character counter label for simple assertions
@@ -1,13 +1,17 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="NO"> | |||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I ask which Xcode you used? Just want to confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xcode 10.0 on MacOS Mojave!
LG Otherwise! Thanks for this @Simon-Kaz ! |
@Simon-Kaz - would you mind sending this fix for EG 2 as well? |
I'll definitely try! :) |
Hi @tirodkar , I've added the fix for EG2 as well. I also pushed a small fix for an incorrect selector just now, should be all good now 👌 |