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
[iOS] How to determine iOS model
18 10 月, 2017
[iOS] 監控網絡狀態 AFNetworkReachabilityManager
13 5 月, 2017