NikeKov
NikeKov
Was the same task, maybe this helps ``` //BACK UITapGestureRecognizer *tapToGoBack; if (tapToGoBack == nil) { tapToGoBack = [[UITapGestureRecognizer alloc] initWithTarget: self action: @selector(goBackTap)]; [tapToGoBack setNumberOfTapsRequired: 1]; } [self.collectionView addGestureRecognizer:...
Поправлено в ветке fix-additional-screen-if-app-auth-cancelled в https://github.com/NikKovIos/SwiftyVK.git Кто хочет может использовать pod 'SwiftyVK', :git => 'https://github.com/NikKovIos/SwiftyVK.git', :branch => 'fix-additional-screen-if-app-auth-cancelled'
It's a pity. Cocoapods works well if know how to use it. Like Core Data :) Btw cocoapods now downloads from cdn so the repo is not needed to download...
Any updates?
Write a comment in order to prioritize this feature 👍
Leaks could be, I think
@west0r лови https://github.com/SwiftyVK/SwiftyVK/pull/183