URLCache.shared.removeAllCachedResponses()
URLCache.shared.diskCapacity = 0
URLCache.shared.memoryCapacity = 0
if let cookies = HTTPCookieStorage.shared.cookies {
for cookie in cookies {
HTTPCookieStorage.shared.deleteCookie(cookie)
}
}
Related Posts
MDM推送App到 iOS device
16 9 月, 2017
[iOS] NSArray與NSMutableArray與NSMutableDictionary
5 5 月, 2017