Oleksandr
Oleksandr
Hello! I have the same problem. On the iPhone (both simulator iPhone 7 and device iPhone 7plus) I have white blank screen when try to log in. The code for...
@greg-db Instead passing `self` as parameter (`UIViewController`), I pass `self.navigationController.viewControllers[0]` and everything works well on the simulator. Then I tried to check it on the device. The problem still unresolved,...
I tried to use latest version of the Dropbox SDK. It is not helps to resolve bug. But when I used the latest version of the SDK, in the log...
@greg-db I think you can try remove all appearance configurations for UIToolbar and for UIBarButtonItem's. In this case toolbar will be not so attractive, but it not cause the bug.
Yep, you're right. Fixed this bug. Thank you! About the following bug: > and three button for sign in via facebook/google plus anima unnatural currently I haven't time to fix...