Commit df17c39039cb8de14bdd031c946b0ef3b11e6382

Authored by yanglingyu
1 parent 4bbb404c

0.4.8

CNLiveVideoClassifyKit.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveVideoClassifyKit' 10 s.name = 'CNLiveVideoClassifyKit'
11 - s.version = '0.4.7' 11 + s.version = '0.4.8'
12 s.summary = '视讯头部一二级菜单组件' 12 s.summary = '视讯头部一二级菜单组件'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveVideoClassifyKit/Classes/SearchView/Present/CNWitnessSearchPresent.m
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 NSArray *dataArray = @[ 45 NSArray *dataArray = @[
46 @{ 46 @{
47 @"title":@"", 47 @"title":@"",
48 - @"list":histories 48 + @"list":histories?histories:@[]
49 }, 49 },
50 @{ 50 @{
51 @"title":@"热门搜索", 51 @"title":@"热门搜索",
CNLiveVideoClassifyKit/Classes/SearchView/View/CNWitnessSearchPersonCell.m
@@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
33 [self.nameLabel mas_makeConstraints:^(MASConstraintMaker *make) { 33 [self.nameLabel mas_makeConstraints:^(MASConstraintMaker *make) {
34 make.top.equalTo(self.logoImage).offset(4); 34 make.top.equalTo(self.logoImage).offset(4);
35 make.left.equalTo(self.logoImage.mas_right).offset(15); 35 make.left.equalTo(self.logoImage.mas_right).offset(15);
  36 + make.right.equalTo(self.focusedBtn.mas_left).offset(-5);
36 }]; 37 }];
37 [self.fansNumLabel mas_makeConstraints:^(MASConstraintMaker *make) { 38 [self.fansNumLabel mas_makeConstraints:^(MASConstraintMaker *make) {
38 make.top.equalTo(self.nameLabel.mas_bottom).offset(5); 39 make.top.equalTo(self.nameLabel.mas_bottom).offset(5);