上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: Q:In my iPhone application built with Xcode 5 for iOS 7 I set UIViewControllerBasedStatusBarAppearance=YES in info.plist, and in my ViewController I h... 阅读全文
posted @ 2014-09-09 16:02 菁菁工作室 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 源码:https://github.com/lingzhao/EncryptedResourceDemoUPDATE: The example project has been updated to work with iOS5.If you are distributing an iPhone o... 阅读全文
posted @ 2014-08-21 00:24 菁菁工作室 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 首先科普一下静态库的相关知识:程序编译一般需经预处理、编译、汇编和链接几个步骤。对于我们项目中的一些公共代码,如果想要对其进行复用,可以把这些代码编译成一 个静态库文件。在链接步骤中,链接器会从库文件中取得对应的代码并生成可执行文件。静态库的执行文件中包含了库中的完整代码,但是多次使用会产生多份冗余... 阅读全文
posted @ 2014-07-23 16:19 菁菁工作室 阅读(193) 评论(0) 推荐(0) 编辑
摘要: You tagged this with the cocoa-bindings tag, so I assume you mean "with bindings." I whipped up a quick example. Start from a new non-document-based C... 阅读全文
posted @ 2014-07-12 09:22 菁菁工作室 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 各位朋友好,apop感觉这里的朋友有许多是以广告收入为主,所以apop来分享另外一块(收费版APP)的个人三年来的总结分享,希望对各位有帮助。首先,其实在AppStore(或GooglePlay)上面,很多问题其实谁都没有正确答案(这点相信大家都清楚,我们谁也猜不透苹果或谷歌的玩法)加上付费应用本质... 阅读全文
posted @ 2014-07-10 10:08 菁菁工作室 阅读(339) 评论(0) 推荐(0) 编辑
摘要: objective-c中#import和@class的区别在Objective-C中,可以使用#import和@class来引用别的类型, 但是你知道两者有什么区别吗?@class叫做forward-class, 你经常会在头文件的定义中看到通过@class的引用, 原因就是当你只用@class来引... 阅读全文
posted @ 2014-07-04 10:40 菁菁工作室 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 做真机测试的时候,按照网上的流程,走通了,当时没有注意各种证书等的意思。现在做消息推送,需要各种证书、APP ID信息,为了更好的理解这个过程,所以整理了网上关于证书等的相关资料。方便自己和有需要的朋友。内容参考自:http://blog.csdn.net/hitwhylz/article/deta... 阅读全文
posted @ 2014-06-30 13:26 菁菁工作室 阅读(351) 评论(0) 推荐(0) 编辑
摘要: The firstis workaround wich is iterating over all the labels in your UIView and change the labels font, check this question and the answers:How to set... 阅读全文
posted @ 2014-06-30 12:36 菁菁工作室 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 准备:字体文件(.ttf,.odf)方法1: 添加对应的字体(.ttf或.odf)到工程的resurce,使用cocos2d中的FontLabel库,FontLabel继承于UILabel,象UILabel一样使用就好了 fontName直接使用添加的资源名字即可方法2: 1.添加对应的字体(... 阅读全文
posted @ 2014-06-30 12:34 菁菁工作室 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 推荐迅雷下载:http://adcdownload.apple.com//wwdc_2014/xcode_6_beta_ie8g3n/xcode_6_beta.dmg 阅读全文
posted @ 2014-06-05 13:48 菁菁工作室 阅读(302) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页