d text
Using SDK version 1.3.13 and presenting the user login screen as follows:
DBSession* session = [[DBSession alloc] initWithAppKey:kDropboxAppKeyStr
appSecret:kDropboxSecretStr
root:kDBRootDropbox];
[DBSession setSharedSession:session];
session.delegate = self;
[[DBSession sharedSession] linkFromController:viewController];
When the DB login screen is shown and the user enters their credentials, the placeholder text is not removed causing it to overlap what the user entered like this:
Surprisingly I cannot find anyone else talking about this, am I doing something wrong? This happens with both iOS 8 and 9.