objective c - How to create Time Zone selection like Settings app in iOS -
objective c - How to create Time Zone selection like Settings app in iOS -
i trying accomplish selection table view 1 in settings app selecting time zone in ios app, time zones displayed nicely formatted city , country name.
from documentation, + (nsarray *)knowntimezonenames
method returns "id"s of time zones, in alphabetical order not in "time" order, , names quite ugly read such america/new_york
. other methods in nstimezone
homecoming localized names such “central standard time” central time. names means nil of users, used reason in terms of "cities" instead in terms of "time zones" (especially in europe).
is there way accomplish same representation 1 in settings app using nstimezone own methods, or should build database of time zones , cities myself?
ios objective-c timezone
Comments
Post a Comment