The authentication dialog displayed by the code of Objective-C SDK below is incorrect in layout as shown in the attached photo on iOS iPad. (Note that the layout is correct on iPhone.)
Please tell me how to fix this.
[DBClientsManager authorizeFromController:[UIApplication sharedApplication]
controller:[[self class] topMostController]
openURL:^(NSURL *url) {
[[UIApplication sharedApplication] openURL:url
options:@{} completionHandler:nil];
}];
