cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Incorrect layout of authentication dialog on iPad

Incorrect layout of authentication dialog on iPad

Nue
Helpful | Level 6
Go to solution

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];
    }];

IMG_0341.JPG

 

 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

Thanks for the report! This is a bug on our side. We're looking into it. I'll follow up here once I have an update on that. No action is required on your part.

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution

Thanks for the report! This is a bug on our side. We're looking into it. I'll follow up here once I have an update on that. No action is required on your part.

Greg-DB
Dropbox Staff
Go to solution

This is fixed in the latest version of the official Dropbox iOS app, v232.2. Thanks again.

Need more support?