Arthur Hammer

Results 4 comments of Arthur Hammer

It looks like this commit is missing `TodayViewController.h`? It doesn't build at this point.

I'm currently playing with a Today Widget and this is indeed an issue there. The widget has an enable/disable toggle, an increase (orangeness) and a decrease button. When you hit...

There are a couple of differences but conceptually the APIs are very similar. Sounds good. When the Swift 3 PR lands I'll try working on a PR! On 12 October...

As you said, when that happens `didPanWith(gestureRecognizer:)` is called with gesture state `.ended` before `startInteractiveTransition` is called. In my case, I guard against this by using a `gestureEndedBeforeTransitionStarted` flag and...