Alexander Dushkin
Alexander Dushkin
В контроллере: ``` let VK_APP_ID = "-------" @IBAction func vkAuth(_ sender: UIButton) { VKSdk.authorize([VK_PER_EMAIL]) } func vkSdkAccessAuthorizationFinished(with result: VKAuthorizationResult!) { print(result) } func vkSdkUserAuthorizationFailed() { print("error") } func vkSdkAccessTokenUpdated(_ newToken:...
When a user bids, he doesn't get to know how much his bid is worth in USD or any other currency. It would be convenient to let a user choose...
**Describe the bug** Canon M50 Mark II and R100 sporadically take >6 seconds to capture the image and issue a "file added" event. It happens every couple of hours on...