box-ios-browse-sdk icon indicating copy to clipboard operation
box-ios-browse-sdk copied to clipboard

Results 14 box-ios-browse-sdk issues
Sort by recently updated
recently updated
newest added

The code should leverage NSByteCountFormatter instead of attempting to localize byte counts manually.

There is a string that is not being localized ("%@, %@" where the comma character, or order of elements might be different in different languages/locales).

We should use constants for the colors used instead of setting the full RGB value (UIColor colorWithRed:green:blue:alpha:) every time. This will be more readable and will allow us to reuse...

Should use preferredFontForTextStyle: instead of systemFontOfSize: etc. to fully support dynamic type. Will also want to listen for UIContentSizeCategoryDidChangeNotification to update the UI to pick up the new font (size).