Contents

connectionDidFinishLoading(_:)

Sent when a connection has finished loading successfully.

Declaration

optional func connectionDidFinishLoading(_ connection: NSURLConnection)

Parameters

  • connection:

    The connection sending the message.

Discussion

The delegate will receive no further messages for connection.

See Also

Receiving Connection Progress