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.
我希望我的应用程序根据 OS X 国际首选项窗格中选择的设置以美国或公制显示测量值。
如何在我的代码中从操作系统获取这条信息?
采用
BOOL usesMetic = [[[NSLocale currentLocale] objectForKey:NSLocaleUsesMetricSystem] boolValue];