I try to translate this code:
[[VKSdk instance] setUiDelegate:self];
i tried so:
VKSdk.instance().setUiDelegate(self)
But this is wrong! Please help!
I try to translate this code:
[[VKSdk instance] setUiDelegate:self];
i tried so:
VKSdk.instance().setUiDelegate(self)
But this is wrong! Please help!
Copyright © 2021 Jogjafile Inc.
From where do you have the Objective-C code above? I have quickly read over the frameworks.h file and did not find something like that.
But I did find this:
Is that what you are searching for? Or does it have to be the
setUIDelegate?UPDATE
Wait I have found something else...
VKSdkUIDelegate Protocol.Please try this:
VK iOS SDK