Questo è il codice che avevamo in Swift 2. Che cos'è la versione Swift 3? Non vedo un sostituto per setShared.Come impostare l'URLCache condiviso in swift 3?
let sharedCache: NSURLCache = NSURLCache(memoryCapacity: 0, diskCapacity: 0, diskPath: nil)
NSURLCache.setSharedURLCache(sharedCache)
Questo funziona con XCode 8 finale e deve essere accettato risposta –