VKCaptchaViewController Class Reference
| Inherits from | UIViewController |
| Declared in | VKCaptchaViewController.h VKCaptchaViewController.m |
Overview
Controller fo displaying captcha. Example use: @code VKCaptchaViewController * vc = [VKCaptchaViewController captchaControllerWithError:captchaError]; [vc presentIn:someController]; @endcode
Class Methods
captchaControllerWithError:
Initializes controller with captcha url
+ (instancetype)captchaControllerWithError:(VKError *)errorParameters
- error
error for request that causes captcha-check
Return Value
Prepared controller. Best way to use it - use presentIn: method
Declared In
VKCaptchaViewController.h