Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cocoa または Applescript でデスクトップ上のアイコンのサイズを取得する方法はありますか? できればココアで。
私はapplescriptを使ってこのようにしています:
set icon_size to word 3 of (do shell script "defaults read com.apple.finder DesktopViewSettings | grep iconSize")
シェル呼び出しを使用して、Cocoa で同様の方法を実行できます。