Ryan
Resultados
1
preguntas formuladas por
Ryan
Cree un singleton usando despacho_once de GCD en Objective-C
10
respuestas
348
votos
vistas
Si puede apuntar a iOS 4.0 o superior Usar GCD, ¿es la mejor manera de crear singleton en Objective-C (seguro para subprocesos)? + (instancetype)sharedInstance { static dispatch_once_t once; static id