3Kiven

Results 10 comments of 3Kiven

如果项目有多个target,打包时在脚本中指定gym的scheme: ... gym(scheme:'target') ...

> producer.close() causes a crash with error EXC_BAD_ACCESS this message appears in log: -[NSConcreteMutableData release]: message sent to deallocated instance 0x2818247b0 > producer.close() causes a crash with error EXC_BAD_ACCESS this...

> I had followed documentation for installation of Mediasoup ios. > > **https://github.com/ethand91/mediasoup-ios-client/blob/master/documentation/Installation.md** > > I had followed following commands to create .a framework of mediasoup but I am getting...

code: ``` NSMutableAttributedString *attString = [NSMutableAttributedString new]; UIFont *font = [UIFont systemFontOfSize:16]; NSString *string = @"ޙޓゝ₯"; [attString appendAttributedString:[[NSAttributedString alloc] initWithString:string attributes:nil]]; attString.yy_font = font; YYLabel * yylabel = [YYLabel new];...

需要的,先看下安装信息: ``` $pip3 list $pip3 show mkTranslation Name: mkTranslation Version: 1.3.1 Home-page: https://github.com/mythkiven/mkTranslate Author: MythKiven Author-email: [email protected] License: MIT Location: /usr/local/lib/python3.7/site-packages Requires: requests ``` 安装位置: /usr/local/lib/,对应的命令行命令 translate 就在 /usr/local/bin/目录下 然后看下系统配置的路径是否包含`/usr/local/bin/`:...

现在是用的google翻译,需要外网的 有道翻译很快就会添加进来 使用前 `$ping google.com` 看下本机是否支持外网 > > > 出现了这个问题,貌似不能进行翻译

> > > 出现了这个问题,貌似不能进行翻译 已支持有道翻译,请先更新:pip install --upgrade mkTranslation 使用: `translate -p ./test.txt -d 'ja' -c 'youdao' -s 'zh'` 或者:`translate -t '你好!' -d 'ja' -c 'youdao' -s 'zh'`

@ IOS-chenqiulin 这是视图层次关系导致的,用这个方法: - (void)bringSubviewToFront:(UIView *)view; 把该控件在其父视图中置顶。

> 百度翻译出来的也不是完全符合意境的~~~如果有导入表格的形式,就更好了 @zhuyuping 试试 mkTranslation:优先使用谷歌翻译,如果谷歌不能用,则会切换到有道翻译: 安装: $ pip install mkTranslation 翻译:安卓和ios的文件 translate -p ./android.xml -d 'pt' translate -p ./ios.strings ... 源码:https://github.com/mythkiven/mkTranslate