I entered this line of code:
let task = session.dataTaskWithRequest(request, completionHandler: {
(myData, myResponse, myError) -> Void in
});
and when I go to write code in the completion handler block, Xcode does not
recognize the variables that are being passed in - in this case myData,
myResponse and myError.
Ami I doing something wrong, or does XCode just not know how to do this?
This is with both 6.1.1 and 6.3 beta 2 (have not tried 6.2)
Thanks _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]