Version 5.1
Code refactoring, modernization, localizable strings, and new methods and properties.
API Changes
- The
updateContentmethod is now public, and allows for a forced content update - The
logoutOfDropboxmethod is now public. Calling this method will sign out the current user and dismiss the app's privileges. You app must request permission to use Dropbox again after logging out. - The
currentPathproperty is now readonly. Changing this property from readonly could have unexpected behavior. - The
fileNamemethod has been deprecated. Use thecurrentFileNameproperty (readonly) instead.
Code Refactoring
- Refactored code to modern Objective-C Syntax
- Changed
idtoinstancetypeand moved init method declarations to the header - Converted
typedef enumtotypedef NS_ENUM(NSInteger, kConstant) - Fully auto-synthesize properties
- NSDictionary and NSArray syntax updates
Resource Updates
- Moved file icons from the Graphics folder to an XCAssets Catalog named, DropboxMedia.xcasset.
Localization
- All DropboxBrowser user interface strings are now
NSLocalizableStrings. This provides developers with the opportunity to localize DropboxBrowser.
Known Issues
No known issues