Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 58

Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
02/23/14 12:13 PM (10 years ago)

(Fixed) RSS Plugin always rounded header image for iOS

The RSS Feed plugin was ignoring my corner radius setting. "headerImageCornerRadiusSmallDevice": "0" It was always rounding the corners of my header image! Dang it, we gonna dig into this and fix it once and for all :-) Turns out the radius setting was at a value of 15 -- permanently. (Just a forgotten item by the Developer when debugging) Follow these steps to fix it within Xcode 1. Open the BT_Plugins group folder 2. Open the rd_simplerss group folder 3. Open the Rd_simplerss.m file 4. Scroll down to line #169 (or thereabouts) 5. Find where it says: [headerImageView layer].cornerRadius = 15; 6. Change it to: [headerImageView layer].cornerRadius = imageRadius; I will post it onto http://buzz-tools.com and also report it to the original developer. Life gets better when them critters are vanquished :-) Keep on trucking -- Niraj
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/23/14 02:43 PM (10 years ago)
Nice find, Niraj! Cheers! -- Smug
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.