edwardinubuntu / RSSFeedReader

RSSFeedReader is a iPhone app project for reading RSS Feed like bloodspot, and display the recently feeds.
http://edwardinaction.blogspot.com/2011/01/rss-reader-rss-reader-iphone-app-iphone.html
2 stars 0 forks source link

When RSS feed content's guid come with url linke, using in Navigation URL cause can't match problem #3

Closed edwardinubuntu closed 13 years ago

edwardinubuntu commented 13 years ago

When GUID come with url, got slash '/' in the value, passing to URL mapping, will cause can't match problem.

edwardinubuntu commented 13 years ago

Adding + (NSString)escapeReservedWords:(NSString)originalText in RSSFeed.h and escape those reserved words.