Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 74

webwizz
Apple Fan
Profile
Posts: 81
Reg: Sep 29, 2011
Spain
4,960
01/06/14 06:02 AM (11 years ago)

BTA Design Menu - loading problem in Self Hosted V3

I'm updating an app that uses the BTA Design Menu but when using the Self Hosted V3 code the text for the menu items is ok but the image background doesn't show up and there is a "loading" image instead. The V2.9 code works ok. If anyone could give me some ideas how to fix this I would be grateful. Geraldine
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
01/06/14 06:09 AM (11 years ago)
Hi Geraldine, Please have a look at this: http://www.buzztouch.com/forum/thread.php?tid=7DE04A0B13F53867610E9F5 and add this to BTA_design_menu.m on line 511 right after this: [cell setBackgroundView:[BT_viewUtilities getCellBackgroundForListRow:[self screenData] theIndexPath:indexPath numRows:[self.menuItems count]]]; Below is the line you should add: [cell setBackgroundColor:[UIColor clearColor]]; After that everything should work as expected again! Best Regards, Danny
 
webwizz
Apple Fan
Profile
Posts: 81
Reg: Sep 29, 2011
Spain
4,960
like
01/06/14 06:20 AM (11 years ago)
Thanks Danny, that worked! I did do a search before I posted so not sure why that other thread didn't show up. Geraldine
 

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.