setDataSource(_:)
Sets the receiver’s data source.
Declaration
func setDataSource(_ dataSource: WebDataSource!)Parameters
- dataSource:
The data source to associate with the object.
Discussion
This method is invoked soon after the document representation is created.
See Also
Related Documentation
- WebKit Objective-C Programming Guide
finishedLoading(with:)