摘要: 1.AppIcon:可以瞬间把图片转换为应用所需要的Icon(Icon-72.png,Icon-72@2x.png,......iTunesArtwork@2x)2.Resizer:方便把-hd,@2x之类的图片压缩,特别适合配合cocos2d使用3.Dash查看各种语言和API的参考文档,C,C++,OBJ-C,cocos2d,cocos2d-x,cocos3d,python,ruby,javascript,qt...你想得到的基本上都有4.SourceTree(Git/Hg)配合git使用的图形界面软件,远离命令行5. Sound Forge Pro简单的处理音效,很方便6.Particl 阅读全文
posted @ 2013-11-01 19:07 Clin 阅读(356) 评论(0) 推荐(0) 编辑
摘要: It seems to be possible in iOS 5 using the UIAppearance proxy.[[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];That will set the font to be whatever your custom font is for all UILabels in your app. You'll need to repeat it for each control (UIButton, UILa 阅读全文
posted @ 2013-11-01 14:47 Clin 阅读(450) 评论(0) 推荐(0) 编辑