Alek Åström
Alek Åström
I'd like to re-visit this issue. Sure document reference are really just syntactic sugar for a path string but Firestore, including the official client SDKs, have a DocumentReference type on...
@bijoutrouvaille thanks for the quick reply & clarification. Personally, I find great value in using Fireward for compiling rules but I'd also love to expand on the case of generating...
@bijoutrouvaille That's true (re: DocumentReference). Perhaps a typealias could be used instead. It would be easy for anyone to expand on using it to create instances of DocumentReference classes. `type...
@bijoutrouvaille Not out of the box but it can be done with generics. Here's an example implementation: https://pub.dev/packages/union
This only happens in the simulator, never on a real device, at least for me.
Closing issue since I can't reproduce it and haven't got more reports on it.
Wierd, I'll have a look at it. Thanks for the report!
Yeah this issue is definitely still present in iOS 9. See comments on pull https://github.com/MrAlek/AWPercentDrivenInteractiveTransition/pull/5.
As the comment I've written on #5 implies, I don't think it's a good enough solution. I would much rather have the underlying problem fixed which is that `UIView` animations...
And regarding the second comment, I agree with you in some sense. It should actually be the `UIViewControllerTransitionCoordinator`'s job. Especially if you have other animations going alongside the transition. >...