Objective-C
NSURL * url = [NSURL URLWithString: @"http://www.apple.com"];
Swift
let url = NSURL( string: "http://www.apple.com" )
Go to list of users who liked
More than 5 years have passed since last update.
Objective-C
NSURL * url = [NSURL URLWithString: @"http://www.apple.com"];
Swift
let url = NSURL( string: "http://www.apple.com" )
Register as a new user and use Qiita more conveniently
Go to list of users who liked