Top "Nsurl" questions

NSURL is a class from Foundation.

NSURL pull out a single value for a key in a parameter string

I have an NSURL: serverCall?x=a&y=b&z=c What is the quickest and most efficient …

nsurl
How do I remove/decode URL percent encoding?

I want to take a url and convert it to a more readable format. For example I have the following …

ios objective-c nsstring nsurlconnection nsurl
Convert file path to file url[NSUrl]

I'm try to file upload operation using AFNetworking multi-part form data. I'm getting following error. I could find out what …

ios objective-c filepath nsurl
NSData & NSURL - url with space having problem

I have following code in my application. NSData *data=[NSData dataWithContentsOfURL:[NSURL URLWithString:pathOfThumbNail]]; pathOfThumbNail has following path http://70.84.58.40/projects/…

iphone xcode nsdata nsurl
UILabel and NSLinkAttributeName: Link is not clickable

I want to use attributed strings with NSLinkAttributeName to create clickable links inside a UILabel instance within my iOS 7 project, …

ios7 uilabel nsurl nsattributedstring clickable
Swift: save video from NSURL to user camera roll

I have a variable videoURL of type NSURL. If I call println(videoURL) it would return something like this: http://…

ios swift parse-platform save nsurl
"NSURL" is not implicitly convertible to "URL"; did you mean to use "as" to explicitly convert?

I have latest xcode beta, just trying to load a webpage inside an app. import UIKit class ViewController: UIViewController { @IBOutlet …

swift nsurl swift3
Get resource URL from project specific path

I need to retrieve the URL of a resource contained in my Xcode project through a path that begins in …

swift nsurl nsfilemanager nsbundle
encoding url using swift code

I need to send an URL in Arabic language, so I need to encode it before I put it in …

ios swift url nsurl
NSURL URLWithString: is null with non-english accented characters

I have the following string... NSString *googleSearchString = @"http://www.google.com/search?q=lyrics+%22Tænder+På+Dig%22+%22Jakob+Sveistrup%22"; …

cocoa special-characters nsurl