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)

没有正确的解决方案

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top