سؤال

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