上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页
摘要: 2down voteAdditional to B H answer. Also lookthis answer.Got this issue when launching my landscape only app from portrait orientation (also the app s... 阅读全文
posted @ 2014-10-02 15:33 dzldzl 阅读(3051) 评论(0) 推荐(1)
摘要: As suggested by theofficial Apple docs: you can use theNSFoundationVersionNumber, from theNSObjCRuntime.hheader file.if (floor(NSFoundationVersionNumb... 阅读全文
posted @ 2014-10-01 17:04 dzldzl 阅读(135) 评论(0) 推荐(0)
摘要: xcode目录入口保存在 CMSWebVideoPlugin.xcodeproj ->project.xcworkspace->contents.xcworkspacedata可以更改 xcode中显示的根目录 阅读全文
posted @ 2014-09-26 10:26 dzldzl 阅读(346) 评论(0) 推荐(0)
摘要: I have received details of a work-around from Apple developer support.Open your target's Info.plistSelect an entry in the plist and then select "Show ... 阅读全文
posted @ 2014-09-26 09:47 dzldzl 阅读(376) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/25192313/sharing-via-uiactivityviewcontroller-to-twitter-facebook-etc-causing-crash 阅读全文
posted @ 2014-09-24 15:06 dzldzl 阅读(434) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/industry/20140425/8233.html 阅读全文
posted @ 2014-09-24 09:56 dzldzl 阅读(122) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/industry/20140729/9269.html 阅读全文
posted @ 2014-09-23 10:42 dzldzl 阅读(115) 评论(0) 推荐(0)
摘要: http://testflightapp.com/sdk 阅读全文
posted @ 2014-09-19 11:21 dzldzl 阅读(128) 评论(0) 推荐(0)
摘要: https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayCapture.htmlhttps://d... 阅读全文
posted @ 2014-09-16 17:34 dzldzl 阅读(219) 评论(0) 推荐(0)
摘要: NSButton *tempBtn = [[NSButton alloc] initWithFrame: NSMakeRect(200, 200, 20, 20)];[tempBtn setButtonType: NSMomentaryPushInButton];[tempBtn setBezelS... 阅读全文
posted @ 2014-09-12 15:49 dzldzl 阅读(582) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页