摘要: [self performSelector:@selector(changeText:) withObject:@"Happy aha" afterDelay:3]; [self performSelector:@selector(changeText:) withObject:@"Happy ah 阅读全文
posted @ 2017-11-22 15:56 神来钥匙-陈诗友 阅读(487) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/qingjoin/p/3160945.html iOS7 的这个功能确实不错。我刚试了下,用官方提供的API ,简单的几句代码就能实现文本转语音! Xcode 5.0 工程建好后首先把AVFoundation.framework 加入到工程 AVSpee 阅读全文
posted @ 2017-11-22 15:55 神来钥匙-陈诗友 阅读(246) 评论(0) 推荐(0)
摘要: Unity 3D 简单工程的创建。与Xcode 导出到iOS 平台请看这 Unity3D 学习 创建简单的按钮、相应事件 Unity C# 代码 using UnityEngine; using System.Collections; using System.Runtime.InteropServ 阅读全文
posted @ 2017-11-22 15:50 神来钥匙-陈诗友 阅读(2136) 评论(0) 推荐(1)
摘要: 每次版本更新又忘记怎么搞了。干脆记下来! 1安装Unity 2安装成功后打开Applecation>Unity>Unity(右击显示包内容)>contents>MacOS 3用已破解的Unity文件替换MacOS里面的Unity文件 4打开Unity 然后找到菜单Unity>Manage Licen 阅读全文
posted @ 2017-11-22 15:43 神来钥匙-陈诗友 阅读(3930) 评论(0) 推荐(0)