Domande taggate «dispatch-after»


6
Come programmare un ritardo in Swift 3
Nelle versioni precedenti di Swift, si poteva creare un ritardo con il seguente codice: let time = dispatch_time(dispatch_time_t(DISPATCH_TIME_NOW), 4 * Int64(NSEC_PER_SEC)) dispatch_after(time, dispatch_get_main_queue()) { //put your code which should be executed with a delay here } Ma ora, in Swift 3, Xcode cambia automaticamente 6 cose diverse ma poi appare …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.