Peter Steinberger

Results 100 comments of Peter Steinberger

I'm just using an embedded view controller to connect it - this is easy with SwiftUI.

I need this as well and replaced the json with data in my fork.

This is like a 10 minute edit. My fork contains far more changes done specifically for my purpose, makes no sense to open source.

I'm doing some investigation here; it seems `UITouch` has been changed quite a bit. KIF is facing the same issue: https://github.com/kif-framework/KIF/issues/1152 Just commenting out `setIsTap:` and `_setIsFirstTouchForView:` doesn't fix the...

This seems to be an okay replacement - need more testing tho: (See the PSPDFKit marked part) ```objc @implementation UITouch (GREYAdditions) - (id)initAtPoint:(CGPoint)point relativeToWindow:(UIWindow *)window { GREYThrowOnNilParameter(window); point = CGPointAfterRemovingFractionalPixels(point);...

Curious with what workaround you came up with. Our EarlGrey v1 fork now passes all tests again with above change.

@ThreeFingerCoder Yup, just a private header to allow calling the function.

We're using v1 with iOS 13 as well on a few hundred production test, it works really really well.

@echamberlain Can you add me as well? [email protected] https://groups.google.com/forum/#!forum/earlgrey-discuss

Hi! Are there any blockers left for merging this?