NikeKov

Results 118 comments of 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...

Write a comment in order to prioritize this feature 👍