swift3 - swift 3 - HTTPCookieStorage cookies for url cannot call -
i'm trying fetch array of cookies specified url , following error:
cannot call value of non-function type '[httpcookie]?'
this syntax:
if let cookies = httpcookiestorage.shared.cookies(for: baseurl) { cookie in cookies { } }
what's problem?
Comments
Post a Comment