Pergunta

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)

Nenhuma solução correta

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top