XCode 模拟器完整分辨率截屏

0

本文作者:xjtudll  发布于:2018-11-10  分类:技术心得  点击:

选中模拟器 window-->去掉Show Device Bezels的勾选 -->Zoom

然后cmd + s 保存

20180307101331604

...

Xcode:如何在plist中换行

0

本文作者:xjtudll  发布于:2017-3-16  分类:技术心得  点击:

参考资料:http://91r.net/ask/2035567.html

问题:

...

iOS10,Xcode8上传AppStore的时候,找不到构建版本

0

本文作者:xjtudll  发布于:2016-9-19  分类:技术心得  点击:

参考资料:http://blog.csdn.net/u013283787/article/details/52593143

...

Xcode 不显示打印(NSLog)的内容

0

本文作者:xjtudll  发布于:2016-4-18  分类:技术心得  点击:

用Xcode的时候,突然发现不显示打印的消息了,感觉非常奇怪,之前一直正常可用。

最终发现原因:

自己无意中关了打印窗口了,那自然就没法显示打印信息了

...

Xcode Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

0

本文作者:xjtudll  发布于:2016-1-14  分类:技术心得  点击:

问题:
编译时,提示The Copy Bundle Resources build phase contains this target's Info.plist file

原因:
...

object-c 函数前面加号和减号 +和-的区别

0

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

简单来说就是:

加号 是可以通过类名直接调用这个方法;

减号则要实例化逸个对象,然后通过实例化的对象来调用该方法!!

...

Storyboard已关联下面的TableView,为什么TabView的Cell显示不出来

0

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

问题:

Storyboard已关联下面的TableView,为什么TabView的Cell显示不出来

原因及解决办法:

...

iPhone下xib转成iPad的xib

0

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

参考文献:http://blog.csdn.net/kmyhy/article/details/7715397
...

Xcode Warning:Unsupported Configuration Content rectangle解决

0

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

参考资料:http://stackoverflow.com/questions/12423654/unsupported-configuration-error-in-cocoa-xcode

...

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

0

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

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

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