ios7 xib适配statusBar—同时适配ios7和ios6

0

本文作者:xjtudll  发布于:2014-5-30  分类:技术心得  点击:

参考资料:https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/SupportingEarlieriOS.html

...

Xcode Warning:No rule to process file xxx 解决

0

本文作者:xjtudll  发布于:2014-5-24  分类:技术心得  点击:

在编译程序的时候,Xcode给出了警告:warning: no rule to process file '$(PROJECT_DIR)/xxx.h' of type sourcecode.c.h for architecture armv7。如图所示:

clip_image002

...

vc改变进度条颜色及去掉进度条边框

0

本文作者:xjtudll  发布于:2014-5-20  分类:技术心得  点击:

参考资料:http://blog.csdn.net/athemon/archive/2009/06/03/4238200.aspx

...

Xcode Warning: Multiple build commands for output file /xxx 解决

0

本文作者:xjtudll  发布于:2014-5-15  分类:技术心得  点击:



现象:

编译后有如下警告:

...

Xcode查找函数(方法)调用及被调用

0

本文作者:xjtudll  发布于:2014-5-8  分类:技术心得  点击:

参考资料:http://stackoverflow.com/questions/7145045/find-method-references-in-xcode

...

Cocoa Mac应用程序创建DMG打包发布

0

本文作者:xjtudll  发布于:2014-5-6  分类:技术心得  点击:



当程序开发完成之后,面对的一个重要问题就是打包的发布,当然打包的方法有很多,不过在mac电脑环境中,比较典型的打包安装方式是dmg的镜像打包。

利用系统自带工具打包dmg步骤如下:

...

Xcode Error:ARC forbids explicit message send of release解决及自定义ARC

0

本文作者:xjtudll  发布于:2014-5-2  分类:技术心得  点击:

首先:Xcode 5中是可以选择是否用ARC的,在有ARC的时候,你完全不需要也不允许做retain,release,你要考虑strong 还是weak。推荐使用ARC。

...

Page 1 of 1 « 首页...«1»...尾页 »