Commit df17c39039cb8de14bdd031c946b0ef3b11e6382
1 parent
4bbb404c
0.4.8
Showing
3 changed files
with
3 additions
and
2 deletions
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
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); |