UITableViewControllerを使って、UITableViewの背景を変更する方法について。
- (id)initWithStyle:(UITableViewStyle)style { self = [super initWithStyle:style]; if (self) { self.navigationItem.titleView.backgroundColor = [UIColor redColor]; } return self; } |
常にテンパってます。
UITableViewControllerを使って、UITableViewの背景を変更する方法について。
- (id)initWithStyle:(UITableViewStyle)style { self = [super initWithStyle:style]; if (self) { self.navigationItem.titleView.backgroundColor = [UIColor redColor]; } return self; } |
0 コメント:
コメントを投稿