Skip to content

Warning message: Result of call to 'URL' is unused #9

Description

@umoruj

The library works perfectly, as I only get a warning message saying
Result of call to 'URL' is unused
for the function shown below:

open func URL(string urlString: String) -> Self {
URL(Foundation.URL(string: urlString))
return self
}

screen shot 2017-06-17 at 7 26 59 am

And also any place where I make the call to popup the webview giving it the specified URL.

xcode version: Version 8.3.2 (8E2002)

Thanks
Joseph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions