/ Published in: Objective C
Expand |
Embed | Plain Text
UIView *backView = [[UIView alloc] initWithFrame:CGRectZero]; backView.backgroundColor = [UIColor clearColor]; tableview.backgroundView = backView; [backView release];
You need to login to post a comment.
