Skip to content

Commit 1c1e8a2

Browse files
committed
冒泡隐藏话题入口
1 parent 018f43b commit 1c1e8a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Coding_iOS/Controllers/RootControllers/Tweet_RootViewController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)