Hello,
The Documentation is Out for date for iOS 10 APIv2. It requires a completion handler.
Does anyone have this method in Objective-C?
#import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h>
- (void)myButtonInControllerPressed {
[DBClientsManager authorizeFromController:[UIApplication sharedApplication]
controller:self
openURL:^(NSURL *url) {
[[UIApplication sharedApplication] openURL:url];
}
browserAuth:YES];
}
Thanks,