Closed brettohland closed 8 years ago
If passed a URL that doesn't resolve to a feed, the framework never calls it's completion block.
My code simply uses the NSXMLParser's boolean return value on its parse method to detect a failure and passes along the included NSError object.
parse
Added test coverage for change.
Great contribution @brettohland :)
Thanks
If passed a URL that doesn't resolve to a feed, the framework never calls it's completion block.
My code simply uses the NSXMLParser's boolean return value on its
parse
method to detect a failure and passes along the included NSError object.