1

I have one transparent layer on my controller with imageview on it. Now when I put the button with image it shows transparency. Though I make the alpha set to 1 on button and I also know the button are always transparent but I have to nil buttons transparency. I couldn't find solution.

Do answer as soon as possible..

Thanks in advance.

NSPratik
  • 4,714
  • 7
  • 51
  • 81

1 Answers1

0

Change button background colour to white colour in following manner.

objButton.backgroundColor = [UIColor whiteColor];
HarshIT
  • 4,583
  • 2
  • 30
  • 60
Balaji Gupta
  • 33
  • 1
  • 12