Jeff

Results 13 comments of Jeff

I had a similar problem (I had specific requirements for visual adjustments to the draggable preview image) that I solved by adding some delegate methods. See my pull request (#60)....

As the code is currently written, in `- (void)handleLongPressGesture:(UILongPressGestureRecognizer *)gestureRecognizer` the case for `UIGestureRecognizerStateBegan` does not check the return value for `indexPathForItemAtPoint`. If it is an accessory view, it will...

The title is "The _Complete_ Android Activity/Fragment Lifecycle". I feel leaving it out makes it incomplete. I'm already printing this thing on 18" x 24" paper at Kinkos, so feel...

No problem. I wasn't sure what the right thing to do was. I'd honestly prefer incremental diffs. :)

Oh, but github does have a little "compare" link next to each force-push, which I hadn't realized.

> Something else for you to consider: we should have instructions somewhere (perhaps in a dedicated .md file in Documentation/) showing how to build swift-testing from source using CMake. Added....

@grynspan any further concerns on your side?

> Oh—please update the file lists before merging. There are a number of new files added since you opened this PR. Done!

> @jeffdav I know you folks obviously work with Windows. The Windows failure we're seeing is a compiler bug unrelated to your PR. If you're comfortable with merging the PR...