Anton Polyakov
Anton Polyakov
@snoozemoose I saw your solution. Very interesting idea, but it not works in this case: ``` // Random swap 2 sections let i1 = Int.random(in: 0..
I don't know why, but the problem is in this lines: ``` public var diff: (Value, Value) -> (String, [XCTAttachment])? ``` ``` public typealias SnapshotTestCase = XCTestCase ``` ``` init(...
The same thing is here: https://github.com/Quick/Quick/issues/961
@mariusfanu The only solution (dirty) that I found is to hide any public declaration of XCTestCase XCTAttachment. For example change XCTAttachment to Any and check type inside function (I know...
May be It will help you. The problem is in presentationTransitionWillBegin method and in adjustPresentedViewFrame. If for example wrap this method in DispatchQueue.main.async this will fix the bug. Something like...
Did someone realise this functionality by custom rules?