|
@@ -64,9 +64,9 @@ static const NSInteger ymNavQuitBtnTag = 333333;
|
|
|
[wkBView removeFromSuperview];
|
|
|
}];
|
|
|
[vc.view addSubview:bView];
|
|
|
- NSArray *arr = @[[SLMikeSegmentModel initWithSegTitle:@"发起群聊" segImage:@"icon_home_chats"],
|
|
|
+ NSArray *arr = @[[SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"发起群聊", nil) segImage:@"icon_home_chats"],
|
|
|
[SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"添加朋友", nil) segImage:@"icon_home_add_f"],
|
|
|
- [SLMikeSegmentModel initWithSegTitle:@"扫一扫 " segImage:@"icon_scan"]];
|
|
|
+ [SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"扫一扫 ", nil) segImage:@"icon_scan"]];
|
|
|
|
|
|
CGFloat height = arr.count * 50;
|
|
|
SLMikeSegment *mikeSegment = [[SLMikeSegment alloc] initWithFrame:CGRectMake(kSCREEN_WIDTH - 132, kNavBarHeight + 6, 120, height) titleArray:arr isHor:YES];
|