full-sized UINavigationBar titleView
This commit is contained in:
parent
d61dfd1d2d
commit
4e8e8fa992
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
[self.buttonBarView setBackgroundColor:[UIColor clearColor]];
|
||||
[self.buttonBarView.selectedBar setBackgroundColor:[UIColor orangeColor]];
|
||||
[self.navigationItem setTitleView:self.buttonBarView];
|
||||
[self.navigationController.navigationBar addSubview:self.buttonBarView];
|
||||
|
||||
[self.buttonBarView registerNib:[UINib nibWithNibName:@"ButtonCell" bundle:nil] forCellWithReuseIdentifier:@"Cell"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue