Suchergebnisse für Anfrage "nsobjectprotocol"

4 die antwort

Type CCC entspricht nicht dem Protokoll 'NSObjectProtocol'

Ich verstehe nicht, warum mein Code nicht funktioniert. Hier ist es class Test: NSURLSessionDataDelegate { func URLSession(session: NSURLSession, task: NSURLSessionTask, didCompleteWithError error: NSError?) { if(error == nil) { print("Hallo") } ...

TOP-Veröffentlichungen