NSURL is a class from Foundation.
Apple with iOS 10 has deprecated openURL: for openURL:option:completionHandler If I have: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.…
ios objective-c nsurl ios10I have a URL in an iPhone application to work with. But the problem is that it has some spaces …
ios objective-c nsstring nsurlI need to look at the HTML of a page given by a certain URL. If I have this, what …
ios swift nsurlSnow Leopard introduced many new methods to use NSURL objects to refer to files, not pathnames or Core Services' FSRefs. …
cocoa osx-snow-leopard nsurl core-foundation nsfilemanagerCan I somehow do a synchronous HTTP request via NSURLSession in Swift? I can do an asynchronous request via the …
http swift httprequest nsurlHow do you convert an NSURL to a String in Swift? The following: var directoryURL: NSURL var urlString: String = nsurlObject …
swift nsurlI've seen many questions on SO concerning converting between NSURL and NSString. They all involve using either NSString *path = [myURL …
nsurlI'm here with a question that probably has a really simple answer that I am overlooking... how can I retrieve …
ios xcode swift filesystems nsurl