iPhone中的Three20框架sdk
答
您是否真的看过three20's official website documentation关于如何将three20添加到您的代码?
至于如何使用它,下载包后,看看他们有的样本文件夹。它应该给你一个关于如何使用它的总体思路。
答
使用在终端下面的代码添加three20
蟒蛇three20/src目录/脚本/ ttmodule.py -p路径/到/你/项目/ project.xcodeproj Three20 步骤:
1) Open Terminal
2) type "python"
3) Locate "ttmodule.py" file & drag it on Terminal
4) -p
5) locate your project xcode file & drag to terminal
6) Three20
7)Press enter Three20 will be added to your project
另一种方式:
1)Open your project
2)Open three20 xcode project
3) drag three20 project in your project
但实际上我使用的Xcode 4.3,与任何问题那? – Nipin
没问题... – aherlambang
由于Xcode 4.2是最新的,所以没有Xcode 4.3。你在谈论你的iOS版本吗? – Abizern