====================
three20-demo
====================
// How to add three20 // 1. add Three20.xcodeproj(location:/src/Three20); // 2. add lib(include libThree20.a, libThree20Core.a, libThree20Network.a, // libThree20Style.a, libThree20UI.a, libThree20UICommon,a, libThree20UINavigator.a); // 3. add framework QuartzCore.framework; // 4. add ./three20-master/Build/Products/Debug-iphonesimulator to Library Search Paths; // 5. add ./three20-master/Build/Products/three20 to Header Search Paths;