当前位置:首页 > xcode

XCode 模拟器完整分辨率截屏

xjtudll6年前 (2018-11-10)7000
XCode 模拟器完整分辨率截屏
选中模拟器 window-->去掉Show Device Bezels的勾选 -->Zoom 然后cmd + s 保存......

Xcode:如何在plist中换行

xjtudll7年前 (2017-03-16)7170
参考资料:http://91r.net/ask/2035567.html问题:......

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

xjtudll8年前 (2016-09-19)7020
iOS10,Xcode8上传AppStore的时候,找不到构建版本
参考资料:http://blog.csdn.net/u013283787/article/details/52593143......

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

xjtudll8年前 (2016-04-18)13140
Xcode 不显示打印(NSLog)的内容
用Xcode的时候,突然发现不显示打印的消息了,感觉非常奇怪,之前一直正常可用。 最终发现原因:自己无意中关了打印窗口了,那自然就没法显示打印信息了......

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

xjtudll9年前 (2016-01-14)5040
Xcode Warning: The Copy Bundle Resources build phase contains this target's Info.plist file
问题: 编译时,提示The Copy Bundle Resources build phase contains this target's Info.plist file 原因: ......

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

xjtudll9年前 (2015-04-30)5600
简单来说就是:加号 是可以通过类名直接调用这个方法;减号则要实例化逸个对象,然后通过实例化的对象来调用该方法!!......

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

xjtudll10年前 (2014-08-21)21480
问题:Storyboard已关联下面的TableView,为什么TabView的Cell显示不出来 原因及解决办法:......

iPhone下xib转成iPad的xib

xjtudll10年前 (2014-06-07)3810
iPhone下xib转成iPad的xib
参考文献:http://blog.csdn.net/kmyhy/article/details/7715397 ......

Xcode Warning:Unsupported Configuration Content rectangle解决

xjtudll10年前 (2014-06-01)2980
Xcode Warning:Unsupported Configuration Content rectangle解决
参考资料:http://stackoverflow.com/questions/12423654/unsupported-configuration-error-in-cocoa-xcode......

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......