vchao

Results 5 issues of vchao

报错: libfastcommon/src/logger.c:738:13: error: 'system' is unavailable: not available on iOS if (system(cmd) == -1) ^

为YYTextView设置了YYTextHighlight后,tapAction没有响应,而如果同时设置了tapAction和YYTextView的delegate的话,代理也没有响应,只有屏蔽tapAction后代理才有响应回调,但delegate也是需要用力按压才有响应; 同时YYLabel的tapAction也没有任何响应。 看这个问题已经有很多人反映了,到现在还没有解决方案

使用中一直都是输出以下信息: Connection established! 正在连接 未连接 从来没有连接成功过,但是使用第三方的OpenVPN app并使用同一个.ovpn配置文件却能正常连接上

iOS Crash问题: 集成最新版本SDK后在如下行出现crash: `DoraemonHomeCloseCell *closeCell = [collectionView dequeueReusableCellWithReuseIdentifier:DoraemonHomeCloseCellID forIndexPath: indexPath]; return closeCell;` 崩溃日志: `*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Expected dequeued view to be returned to the...