随笔分类 -  object-c iOS

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要:屏幕兼容的问题为了让我们的应用在不容尺寸的屏幕下都能 “正常”的表示,我们尽量不要把数据写死。大多数可视元素都是一个矩形区域,当然这个矩形区域有坐标的,我们有了这个区域坐标就能确定可视元素的现实位置了。但是iphone5 和以前的屏幕不一样了,在以前的设备中,我们可以添加一个 xx.@2x.png 来适应retina屏幕,但是iphoen5咋办呢?ios 引入了 Auto Layout 的东东,这个要和UIViewAutoresizing 区分下。看下面代码- (void)viewDidLoad{ [super viewDidLoad]; UIView *aView = [[UIView a. 阅读全文
posted @ 2014-02-27 09:25 hhhker 阅读(3327) 评论(0) 推荐(0) 编辑
摘要:http://www.objc.io/contributors.htmlcodeproject.http://www.codeproject.com/KB/iPhone/ 阅读全文
posted @ 2014-02-26 14:49 hhhker 阅读(257) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/xwang/p/3547685.html 阅读全文
posted @ 2014-02-13 11:23 hhhker 阅读(182) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wzzvictory/article/details/9015281 阅读全文
posted @ 2014-02-13 11:20 hhhker 阅读(382) 评论(0) 推荐(0) 编辑
摘要:http://webfrogs.me/2012/09/19/buildipa/http://blog.csdn.net/baxiaxx/article/details/8267295http://icyleaf.com/2012/05/ios-publish-channel-packger-for-umeng/http://blog.csdn.net/itianyi/article/details/8603329 阅读全文
posted @ 2014-01-16 16:08 hhhker 阅读(246) 评论(0) 推荐(0) 编辑
摘要:http://docs.nimbuskit.info/NimbusAttributedLabel.htmlhttp://blogios.stack3.net/archives/496 阅读全文
posted @ 2013-11-28 21:06 hhhker 阅读(566) 评论(0) 推荐(0) 编辑
摘要:网上各种找。。各种安装失败。。终于。。。。ejabberd 下载列表。。。。http://www.process-one.net/en/ejabberd/archive/ 建议下载old 版本。。。我用得是ejabberd-2.1.11-darwin-x86_64-installer.app.zip下载完。安装(注意::记住 服务器域名。。默认的事本机名。。)一路前进。。。。ok...呼.....居然安装成功。。。开搞。。启动;bin..下start ..出现上面界面输入刚刚设置的用户密码,进入管理页面点击访问控制列表,在红色框处新增用户至此,服务器安装完毕 阅读全文
posted @ 2013-11-26 20:59 hhhker 阅读(1214) 评论(0) 推荐(0) 编辑
摘要:curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh 阅读全文
posted @ 2013-11-07 10:39 hhhker 阅读(560) 评论(0) 推荐(0) 编辑
摘要:使用前需要下载ruby 的gem 命令镜像,mac 下自带有。但一般不用,直接访问国外网站有限制。下面安装http://ruby.taobao.org/http://blog.devtang.com/blog/2012/12/02/use-cocoapod-to-manage-ios-lib-dependency/ 阅读全文
posted @ 2013-11-07 09:58 hhhker 阅读(277) 评论(0) 推荐(0) 编辑
摘要:http://doruby.com/ 阅读全文
posted @ 2013-11-07 09:22 hhhker 阅读(334) 评论(0) 推荐(0) 编辑
摘要:http://doruby.com/blog/2013/04/12/block-based-design/ 阅读全文
posted @ 2013-11-07 09:16 hhhker 阅读(432) 评论(0) 推荐(0) 编辑
摘要:http://rdc.taobao.org/?p=1437 阅读全文
posted @ 2013-10-31 20:45 hhhker 阅读(470) 评论(0) 推荐(0) 编辑
摘要:http://mobile.51cto.com/iphone-413267.htm 阅读全文
posted @ 2013-10-31 20:19 hhhker 阅读(797) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/huangtianhui/archive/2013/03/20/2972342.html 阅读全文
posted @ 2013-10-31 16:21 hhhker 阅读(224) 评论(0) 推荐(0) 编辑
摘要:http://blog.sina.com.cn/s/blog_4462d1710101k4ld.html 阅读全文
posted @ 2013-10-31 16:16 hhhker 阅读(363) 评论(0) 推荐(0) 编辑
摘要:https://github.com/kolyvan/kxmovie demo 项目 阅读全文
posted @ 2013-10-31 11:29 hhhker 阅读(331) 评论(3) 推荐(0) 编辑
摘要:http://blog.csdn.net/kangkangz4/article/category/1089711 阅读全文
posted @ 2013-10-30 09:43 hhhker 阅读(239) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/zhulin/archive/2012/03/26/2417860.html补充:还有两个比较通用的开源解决方案:OpenUDID:https://github.com/ylechelle/OpenUDIDSecureUDID:https://github.com/crashlytics/secureudid 阅读全文
posted @ 2013-10-29 16:29 hhhker 阅读(797) 评论(0) 推荐(0) 编辑
摘要:列表中自找 :http://blog.csdn.net/sing_sing?viewmode=contents 阅读全文
posted @ 2013-10-29 16:25 hhhker 阅读(192) 评论(0) 推荐(0) 编辑
摘要:http://www.fenby.com/index 阅读全文
posted @ 2013-10-29 16:00 hhhker 阅读(166) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页