nick

Results 3 comments of nick

Yes, I just checked again. Is this probably related to https://github.com/fastlane/fastlane/issues/4391? I get the confirmation code push message displayed every time I try to open the Heroku app-page and there...

Still occurring. Did you find a fix for it?

You can achieve this by cancelling the pan when the drag offset becomes negative. class HalfModalPresentationController: UIPresentationController { // ... func onPan(pan: UIPanGestureRecognizer) -> Void { let endPoint = pan.translation(in:...