Question

As title, how do I make it transparent for iPad?
because it is too ugly to see gray color outside.
Thanks.

Regards,
GRTan.

Screenshot: enter image description here

EDIT:
Sorry that I forgotten about the source code.
Source Code Here.(UPDATED)

No correct solution

OTHER TIPS

Insert following line

defaultLNNumberpad.backgroundColor = [UIColor whiteColor];

after

defaultLNNumberpad = [[[NSBundle mainBundle] loadNibNamed:@"LNNumberpad" owner:self options:nil] objectAtIndex:0];

in your LNNumberpad.m file.

http://i.stack.imgur.com/wLQOj.png

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top