Get the similar timezone list as in iphone Settings app

前端 未结 3 1504
面向向阳花
面向向阳花 2021-02-04 21:50

I am able to get list of timezones using

NSArray *timezoneNames = [NSTimeZone knownTimeZoneNames] ;

but the generated list of timezones does no

3条回答
  •  花落未央
    2021-02-04 22:12

    I've been running into this problem as well and there is no way to get the same timezones as in the settings app.

    You will need to create you own list.

提交回复
热议问题