Hi, I am making an iphone application using the Dropbox SDK and I want to know how to use the same icons that they use for file types? I notice that these are the same icons as on the Mac. Any idea?
The Dropbox Developer Page page contains a link to the zipfile with all of these icons. The DBMetadata object contains an icon property that tells you which icon to use for each file.
DBMetadata
icon
This site explains how you can get psd of mac icons: http://creativebits.org/mac_os_x/get_a_psd_of_your_application_icons
Source: https://habr.com/ru/post/887502/More articles:How to get specific values ββfrom NSIndexPath - objective-cSQL Server 2008 TempDB on another HD - sql-serverHow to publish data located in an external database using Drupal? - phpHow to fix a project that Interface-Builder fubar'd - xcode4In Django, can I `defer ()` the fields in an object to request `select_related ()` - pythonHow to specify the order of plugins (tied to the same phase) in Maven 3? - scalaProper Use of SetThreadAffinityMask - c ++Javascript: function defined, but Error says. Function not found! (Strange) - javascriptHow to overwrite if file is not found using NGINX - linuxhow to define a function from a string using python - functionAll Articles