/ Published in: iPhone
Expand |
Embed | Plain Text
UIView *backView = [[UIView alloc] initWithFrame:CGRectZero]; backView.backgroundColor = [UIColor clearColor]; tblview.opaque=NO; tblview.backgroundView = backView; [backView release]; tblview.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg.png"]];
You need to login to post a comment.
