The first two example links are working the third one returns NIL.
Why is NSUrl returning nil for such string, even though it\'s a valid url in a browser?
Am
Thank you guys for your help. I added these two lines to my code and it works now:
selectedFeedURL = selectedFeedURL.stringByAddingPercentEscapesUsingEncoding(NSUTF8StringEncoding)! selectedFeedURL = selectedFeedURL.stringByReplacingOccurrencesOfString("%09%09", withString:"")