문제

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