File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Example/MessageDisplayExample
MultiSelectTableViewController/MultiSelect Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1919
2020#import " MultiSelectItem.h"
2121#import " MultiSelectViewController.h"
22+ #import " XHBaseNavigationController.h"
2223
2324@interface XHMessageRootViewController ()
2425
@@ -183,7 +184,7 @@ - (void)addContactForGroup
183184 MultiSelectViewController *vc = [[MultiSelectViewController alloc ]init];
184185 vc.items = items;
185186
186- UINavigationController *navVC = [[UINavigationController alloc ]initWithRootViewController:vc];
187+ XHBaseNavigationController *navVC = [[XHBaseNavigationController alloc ]initWithRootViewController:vc];
187188 [self .navigationController presentViewController: navVC animated: YES completion: nil ];
188189}
189190
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ - (void)viewDidLoad
5959{
6060 [super viewDidLoad ];
6161 // Do any additional setup after loading the view.
62+
6263 self.title = @" 选择联系人" ;
6364 self.view .backgroundColor = [UIColor colorWithWhite: 1.000 alpha: 1.000 ];
6465 self.tableView .backgroundColor = [UIColor colorWithWhite: 1.000 alpha: 1.000 ];
You can’t perform that action at this time.
0 commit comments