Hello Everyone,
Is there any method or callback event to obtain the current time and date mode (Automatic or Manual) in Swift?
In Android, Settings.Global.AUTO_TIME
is used for the same.
Could anyone advise on the equivalent functionality or approach for iOS development?
Thanks in advance!