Contents

takeStringURLFrom(_:)

Sets the receiver’s current location by obtaining a URL string from the sender.

Declaration

@IBAction func takeStringURLFrom(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

This method sets the receiver’s current location to the value obtained by sending a stringValue message to sender, then starts loading the URL returned by sender.

See Also

Related Documentation

Loading Content