wuyazi

Results 5 comments of wuyazi

用的 markdown 语法支持 include 吗

@ChenYilong 编译不通过,遇到几个错误 1. ChatKit/UITableViewRowAction.m line:25 `#error "JZTableViewRowAction must be compiled under iOS8 SDK at least"` 2. ChatKit/LCCKChatMessageCell.h line:21 `#import "MLLinkLabel.h"` not found 3. ChatKit/LCCKConversationRefreshHeader.h line:9 `#import "MJRefresh.h"` not found 我临时解决了下,现在可以`import...

找不到方法:setFetchProfilesBlock ![](http://ww3.sinaimg.cn/large/6f5c53a1gw1f64uvpvogcj212a05cn00.jpg)

@ChenYilong 1. 直接把那段检测版本的代码删掉了 2,3. ``` #import "MLLinkLabel.h" 改成了 #import "MLLabel/MLLinkLabel.h" #import "MJRefresh.h" 改成了 #import "MJRefresh/MJRefresh.h" ```

@X140Yu 这几屏的字幕显示在了上一屏,估计是上一屏缺少回车 ``` 25:16 32:55 38:36 38:37 38:59 39:02 46:11 46:49 46:53 47:50 48:40 55:30 ```