So I was doing a WebView for iOS on Xcode, everything is superfine but when i try to open an RSS url with the code below it doesn’t work
NSString *urlAddress = @"feed://stackoverflow.com/feeds/question/9602059";
But when I try to open a normal webpage, it runs perfect. Any suggestions?
Try using http instead. I’m not sure that UIWebView understands/handles “feed”