RD Simple RSS

buzztouch plugin: RD Simple RSS
Version: v4.0
RD Simple RSS will parse your RSS Feed URL's and display them in a custom URL window. For those of you that used the BT_RSS_reader in .v 1.5, you will be very familiar with this.
works on iOS iOS
Developer Info
Latest Review
PointerAngry Ninja | 03/01/14 (v1.8)
Another awesome plugin Red Dog. Using the latest Xcode 5 with iOS 7 and works flawlessly. Great plugin!
Screenshots
More Information
RSS Reader
RSS readers pull a data feed from a URL then present a list of stories (Items). Selecting an
item in the list presents the story in a web-view. Not all RSS feeds output data the same way.
Most RSS feeds follow the "item, title, description, link" format but not all do. Because of
this, it is sometimes necessary to inspect the output of the RSS feed using a regular web-browser
like FireFox, (view source) in order to figure out data elements to use.

The sample pictures show the Simple RSS reader being launched from a simple menu list, but it can
easily launch from a tab bar button as well. Each list item requires it's own RSS screen with
it's own unique feed URL.

The look of the Simple RSS reader is customizable from your control panel, including screen
background color, background image, nav bar color and buttons.
It has been tested on iPhone 6 and 7, and iPad 2 and air2.


**********************
NEW IN VERSION 4.0
Major update to ready the plugin for BTcore 4.0
**********************

NEW IN VERSION 2.1
Updated Share screen to work correctly with iOS 8.1 on iPad

NEW IN VERSION 2.0
Minor update to ready the plugin for BTcore 3.0

NEW IN VERSION 1.9
Added the capability to display multiple Lines of the Story Title. [Thanks to Niraj Shah]
Removed annoying Progress View Indicator. [Thanks to Niraj Shah]
Fixed header image rounding. [Thanks to Niraj Shah]

Fixed iOS 6 code that blocked background image from being displayed.
Fixed iOS 6 code that caused false "data for this screen has not been downloaded." error when no story transition was specified.

NEW IN VERSION 1.8
Bug fixes for background view and transitions.

NEW IN VERSION 1.6
Fixed code that caused the description line in BT core 3.0 to be cut off.

NEW IN VERSION 1.5
Rd_simpleRSS has been updated for BT 3.0 core.
Added the native iOS share Action Sheet to every RSS story web page.


NEW IN VERSION 1.1
You can now add a header image to your RSS feed screens.
The header image will adjust to the screen size of the device.
The header image can be "tapped" to load another screen.
Adjustments can be made to the list layout and color.
The row height and font size can be changed.
If your feed includes images you can adjust their size, corner radius, and add a shiny effect.
The list of stories in your RSS feed will now automatically update when the feed is selected.



iOS Project
------------------------
No additional frameworks are needed.

RD_cell_menuList.h (3.0 only)
RD_cell_menuList.m (3.0 only)
RD_header_image_view.h
RD_header_image_view.m
RD_rssitem.h
RD_rssitem.m
RD_rssParser.h
RD_rssParser.m
Rd_simplerss.h
Rd_simplerss.m
RD_customURL.h
RD_customURL.m

Android Project
------------------------
This plugin doesn't support Android at this point in time.

JSON Data
------------------------
{"itemId":"DEBD064A6E8403ACF394EDA", "itemType":"Rd_simplerss", "itemNickname":"So Cal Sports",
"navBarTitleText":"So Cal Sports", "dataURL":"http://www.nbclosangeles.com/news/sports/?rss=y&embedThumb=y&summary=y",
"xmlItemTagName":"item", "xmlItemTitleName":"title", "xmlItemDescriptionName":"description", "xmlItemLinkName":"link",
"xmlItemImageName":"media:thumbnail", "rssItemRowTapTransitionType":"flip", "rssItemShowBrowserRefresh":"0",
"listColor":"#000000", "listRowBackgroundColor":"stripes", "listTitleFontColor":"#FF8600", "listDescriptionFontColor":"#FFFFFF",
"listStyle":"round", "preventAllScrolling":"0", "listRowSelectionStyle":"blue", "listRowSeparatorColor":"#000000",
"listIconSizeSmallDevice":"40", "listIconSizeLargeDevice":"50", "listIconScale":"scale", "listIconApplyShinyEffect":"1",
"listIconCornerRadius":"10",
"headerImageURLSmallDevice":"http://www.appcodepro.com/BT-server/files/applications/EA6197ACE6E1B8E671A06BDA8/images/image.jpg",
"headerImageURLLargeDevice":"http://www.appcodepro.com/BT-server/files/applications/EA6197ACE6E1B8E671A06BDA8/images/image.jpg",
"headerImageHeightSmallDevice":"120", "headerImageWidthSmallDevice":"300", "headerImageTopPosSmallDevice":"5",
"headerImageCornerRadiusSmallDevice":"10", "headerImageHeightLargeDevice":"240", "headerImageWidthLargeDevice":"670",
"headerImageTopPosLargeDevice":"10", "headerImageCornerRadiusLargeDevice":"10", "headerImageTapLoadScreenItemId":"BF6886109AB4EE00C84BCB3", "headerImageTapLoadScreenTransitionType":"flip", "backgroundColor":"clear", "loginRequired":"0"},