mamba

Results 105 comments of mamba

这里player 不会被释放会被 pause 或 stop 这时候 我会通过调用如下代码清理请求任务 但发现task并没有取消 ```objc [avplayer pause]; [avplayer.currentItem cancelPendingSeeks]; [avplayer.currentItem.asset cancelLoading]; avplayer.currentItem.preferredForwardBufferDuration = 0.01; [avplayer replaceCurrentItemWithPlayerItem:nil]; ```

直接使用Xcode,选择真机设备, `Command + B`编译成功后,导入到手机即可解决问题。

@alkayoun 没理解你说的,默认就是不隐藏的啊?

![image](https://cloud.githubusercontent.com/assets/13819507/21177905/19983e2e-c228-11e6-9edc-56d87c1a604d.png) @momodou4ever 已经提供了 hotSearchHeader 可以直接设置font

下面的搜索历史是section的headerView,要修改就是自定义headerView 关于直接搜索没有添加到搜索历史的BUG昨天已经修复,下载最新版即可

@ios582754 你指的是哪个搜索的cell? 搜索建议?搜索历史?搜索结果?

@ios582754 搜索结果是用户完全自定义的。 该第三方只是提供了接口, 跳转到用户指定的搜索结果界面!

@honeycao 谢谢您的反馈!最近比较忙。我尽快找个时间修复 或者您发现了问题所在,欢迎修复,然后PR!

请参考下面的获取资源路径的方式 ```objc //Default use `[NSBundle mainBundle]`. searchBundle = [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"PYSearch" ofType:@"bundle"]]; /** If you use pod import and configure `use_frameworks` in Podfile, [NSBundle mainBundle] does not load the...

@Youngpeoplemood 第二个问题能录个视频吗?