RSSReader is a simple RSS reader (for BBC News) based on the MWFeedParser (fixed to handle media thumbnail images) in Objective-C and iOS8 including a way to handle the new UISearchControler. It is a very simple and clean implementation that reads the basic information from the RSS feed with search capabilities.
- Thumbnail
- Title
- Date
- Summary
This Software cannot be used to archive or collect data such as (but not limited to) that of events, news, experiences and activities, for the purpose of any concept relating to diary/journal keeping.
The full licence can be found at the end of this document.
There is an example iPhone application within the project which demonstrates how to use a RSS parser to display the News and Search for a given feed, list all of the feed items, and display an item in more detail when tapped.
- Serialize items feed to CoreData for offline use.
- Show a detailed View based on all feed properties.
Feel free to get in touch and suggest/vote for other features.
@carlosalcala
Please share your thoughts or just send me thumbs up to: carlos.alcala@me.com
Copyright (c) 2015 Carlos Alcala
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
This Software cannot be used to archive or collect data such as (but not limited to) that of events, news, experiences and activities, for the purpose of any concept relating to diary/journal keeping.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.