Top "Nsurl" questions

NSURL is a class from Foundation.

Loading/Downloading image from URL on Swift

I'd like to load an image from a URL in my application, so I first tried with Objective-C and it …

ios swift uiimage nsurl
How do I load an HTTP URL with App Transport Security enabled in iOS 9?

So, the new beta SDK of iOS released last night has "App Transport Security" which encourages developers to use https …

ios url nsurl ios9 app-transport-security
Convert an NSURL to an NSString

I have an app where the user can choose an image either from the built-in app images or from the …

ios objective-c swift nsstring nsurl
Converting URL to String and back again

So I have converted an NSURL to a String. So if I println it looks like file:///Users/... etc. Later …

swift nsurl
How to convert this var string to URL in Swift

I need url filepath be a URL (NSURL in old versions of Swift). I have this: let paths = NSSearchPathForDirectoriesInDomains( .documentDirectory, .…

ios swift nsurl
NSURLErrorDomain error code -999 in iOS

I've been trying to use Corona SDK's Facebook API to post the score on the game I'm developing on facebook. …

ios lua coronasdk nsurl nsurlerrordomain
iOS: load an image from url

I need to load an image from a url and set it inside an UIImageView; the problem is that I …

ios uiimageview uiimage nsurl
iPhone - NSData from local file's URL

I have a NSURL object which gives me the path of a local file (in documents folder). I want to …

iphone nsdata nsurl
Creating URL query parameters from NSDictionary objects in ObjectiveC

With all the URL-handling objects lying around in the standard Cocoa libraries (NSURL, NSMutableURL, NSMutableURLRequest, etc), I know I must …

objective-c nsurl
How to send a Get request in iOS?

I am making a library to get response from a particular URL with specified data and method type. For this, …

iphone objective-c url get nsurl