Anton Polyakov
Anton Polyakov
Could you explain why we need to use DiffAware protocol when Hashable do the same thing and there is a lot of helper functional out-of-the-box like Hasher etc. For example,...
In our team we have no opportunity to import swift-snapshot-testing using GitHub. And we decided to build a binary version of xcframework and put it inside project. But when we...
I've tried to present panviewcontroller without animation in example project and it doesn't work. For example if we change animated: **true** ``` present(viewControllerToPresent, animated: true, completion: completion) ``` to animated:...
The problem is in missing decoding idToken before sending it in verifying block. It needs to change idToken annotation to "string" in TypeScript interface and return it without decoding or...
Why allValues property of xcassets template now is deprecated?