Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 74

Mak
Aspiring developer
Profile
Posts: 37
Reg: Nov 25, 2013
London
5,270
11/30/13 07:10 AM (11 years ago)

iOS clear row?!

Hi guys, How do i get my rows in my menu to be clear, so i can see my background. Atm, its white and even though i have set it to clear and try other iterations the row is in a square box of white… Thanks Mak
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
11/30/13 07:11 AM (11 years ago)
What plugin?
 
Mak
Aspiring developer
Profile
Posts: 37
Reg: Nov 25, 2013
London
5,270
like
11/30/13 08:49 AM (11 years ago)
Menu simple plugin.
 
Adam
Aspiring developer
Profile
Posts: 247
Reg: Oct 23, 2010
Southern Califo...
4,470
like
12/02/13 12:03 AM (11 years ago)
Having the same issue
 
Mak
Aspiring developer
Profile
Posts: 37
Reg: Nov 25, 2013
London
5,270
like
12/02/13 03:45 PM (11 years ago)
Not really sure how to fix it at the moment. I hope some of the other guys do!??
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
12/04/13 11:03 AM (11 years ago)
In Menu with Image, I fixed this by adding this to the WB_screen_menuImage.m file. I'm sure it's similar for Menu Simple. JUST BEFORE THIS: -------------- return cell; ADD THIS: -------------- [cell setBackgroundColor:[UIColor clearColor]]; Viola! Clear rows! :)
 

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.