当前位置:首页 > ios 第3页

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

xjtudll10年前 (2014-05-30)8160
ios7 xib适配statusBar—同时适配ios7和ios6
参考资料:https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/SupportingEarlieriOS.html......

Xcode Warning:No rule to process file xxx 解决

xjtudll10年前 (2014-05-24)49840
Xcode Warning:No rule to process file xxx 解决
在编译程序的时候,Xcode给出了警告:warning: no rule to process file '$(PROJECT_DIR)/xxx.h' of type sourcecode.c.h for architecture armv7。如图所示:......

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

xjtudll10年前 (2014-05-15)3250
Xcode Warning: Multiple build commands for output file /xxx 解决
现象:编译后有如下警告:......

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

xjtudll10年前 (2014-05-02)5350
Xcode Error:ARC forbids explicit message send of release解决及自定义ARC
首先:Xcode 5中是可以选择是否用ARC的,在有ARC的时候,你完全不需要也不允许做retain,release,你要考虑strong 还是weak。推荐使用ARC。......

Xcode Error:loaded some nib but the view outlet was not set解决

xjtudll10年前 (2014-04-30)6280
Xcode Error:loaded some nib but the view outlet was not set解决
当使用 initWithNibName 函数, 并使用由nib文件生成的ViewController 的view属性时候,遇到这个问题。......

Xcode:failed to get the task for process XXX 解决办法

xjtudll10年前 (2014-04-27)41531
问题:    iOS真机调试程序,报如下错误信息:failed to get the task for process XXX原因:......

ios 获取应用程序的名称和版本号

xjtudll10年前 (2014-04-23)6130
.wiz-todo, .wiz-todo-img {width: 16px; height: 16px; cursor: default; padding: 0 10px 0 2px; vertical-align: -10%;-webkit-user-select: none;} .wiz-tod...

NSString 字符串的合并

xjtudll10年前 (2014-04-22)4400
.wiz-todo, .wiz-todo-img {width: 16px; height: 16px; cursor: default; padding: 0 10px 0 2px; vertical-align: -10%;-webkit-user-select: none;} .wiz-tod...

Xcode5 Version与Build设置

xjtudll11年前 (2014-02-26)3280
Xcode5 Version与Build设置
在ios中,有两种version,一种是 CFBundleVersion ("Bundle Version"),也就是我们看到的Version,另一种是CFBundleShortVersionString ("Bundle version string, short&q...

Xcode5如何添加或更换图标

xjtudll11年前 (2014-02-18)5630
Xcode5如何添加或更换图标
参考文献:官方教程:https://developer.apple.com/library/ios/qa/qa1686/_index.html......