Commit f45c8cea696d6503d8f39c67323a71ce88bd62cf
1 parent
a27a1f1f
0.5.0
Showing
2 changed files
with
8 additions
and
1 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.9' | 11 | + s.version = '0.5.0' |
| 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/ViewController/CNWitnessSearchViewController.m
| @@ -249,6 +249,13 @@ static NSString *const CNWitnessSearchHeaderViewID = @"CNWitnessSearchHeaderView | @@ -249,6 +249,13 @@ static NSString *const CNWitnessSearchHeaderViewID = @"CNWitnessSearchHeaderView | ||
| 249 | } | 249 | } |
| 250 | return _listVC; | 250 | return _listVC; |
| 251 | } | 251 | } |
| 252 | +- (NSMutableArray *)histories | ||
| 253 | +{ | ||
| 254 | + if (!_histories) { | ||
| 255 | + _histories = [NSMutableArray array]; | ||
| 256 | + } | ||
| 257 | + return _histories; | ||
| 258 | +} | ||
| 252 | 259 | ||
| 253 | #pragma mark - Method | 260 | #pragma mark - Method |
| 254 | - (void)listViewShow:(BOOL)show{ | 261 | - (void)listViewShow:(BOOL)show{ |