Adam

Results 16 issues of Adam

`https://rongcloud-file.cn.ronghub.com/application_octet-stream__RC-2019-03-20_1628_1553058559816?attname=2019.03.19-%E5%BE%AE%E8%84%89%E5%AE%98%E6%96%B9%E4%BD%93%E9%AA%8C%E7%BE%A4.m4a&e=2147483647&token=CddrKW5AbOMQaDRwc3ReDNvo3-sL_SO1fSUBKV3H:LBx576B-7bhU3b-MesGIlPfHQbw= ` this url can't play, always print `🐛 [Debug] reading empty data back, try to reopen`

enhancement
help wanted

When there are multiple instances, itemPlayToEndTime will interfere with each other

比如说 B 模块向 A 模块提供一个数据获取获取方法 getData(), A 模块怎么去拿呢? 就是说不涉及到页面流转,只是单纯的数据流转。 我刚想了下,充分解耦之后,理论上应该让 A B 之间互相都不知道对方,页面跳转解决了,单纯数据交互呢? 有什么建议吗?

我想要地址。。。。。

这个是什么原因呢?从cache里取出来之后就无法分享。 另外,cache是否可以提供一个获取资源地址的方法。

[@"xx1",@"xx2"] 这样的字符串没办法直接转换为NSArray啊

enhancement

- (YYTextView *)textView { if (!_textView) { _textView = [YYTextView new]; _textView.backgroundColor = [UIColor whiteColor]; _textView.textAlignment = NSTextAlignmentCenter; _textView.textVerticalAlignment = YYTextVerticalAlignmentCenter; _textView.textContainerInset = UIEdgeInsetsMake(10, 10, 10, 10); } return _textView;...

![image](https://cloud.githubusercontent.com/assets/1254987/25691879/4de9a3c6-30d1-11e7-9f15-8bb8712d82bc.png) data为空。 这个问题还蛮影响使用的呀