TrueTime.swift
TrueTime.swift copied to clipboard
Change NTP URL after started.
Hello, How can I change url to another after started? ex. let client = TrueTimeClient.sharedInstance let url = URL(string:"tme.apple.com") client.start(hostURLs: [url!])
let url2 = URL(string:"time.ntp.com") client.start(hostURLs: [url2!])