File tree Expand file tree Collapse file tree
Coding_iOS/Controllers/RootControllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ - (void)viewDidLoad
9999// [self refreshFirst];
100100// }];
101101
102- UIBarButtonItem *leftBarItem = [[UIBarButtonItem alloc ] initWithImage: [UIImage imageNamed: @" hot_topic_Nav" ] style: UIBarButtonItemStylePlain target: self action: @selector (hotTopicBtnClicked: )];
103-
104- [self .parentViewController.navigationItem setLeftBarButtonItem: leftBarItem animated: NO ];
102+ // UIBarButtonItem *leftBarItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"hot_topic_Nav"] style:UIBarButtonItemStylePlain target:self action:@selector(hotTopicBtnClicked:)];
103+ //
104+ // [self.parentViewController.navigationItem setLeftBarButtonItem:leftBarItem animated:NO];
105105
106106 _tweetsDict = [[NSMutableDictionary alloc ] initWithCapacity: 4 ];
107107
You can’t perform that action at this time.
0 commit comments