2016年6月27日

【转】【Android】对话框 AlertDialog -- 不错不错

摘要: 原文网址:http://blog.csdn.net/feng88724/article/details/6171450 本讲介绍一下Android基本组件:对话框AlertDialog。 API: 使用AlertDialog.Builder创建对话框需要了解以下几个方法: setTitle :为对话 阅读全文

posted @ 2016-06-27 14:29 wi100sh 阅读(188) 评论(0) 推荐(0)

TestFlight记录

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2016-06-27 11:33 wi100sh 阅读(12) 评论(0) 推荐(0)

【转】 CATransform3D 矩阵变换之立方体旋转实现细节

摘要: 原文网址:http://blog.csdn.net/ch_soft/article/details/7351896 第一部分、前几天做动画,使用到了CATransform3D ,由于没有学过计算机图形学,矩阵中m11--m44的各个含义都不清楚,经过几天研究总结如下:(供和我一样的菜鸟学习) str 阅读全文

posted @ 2016-06-27 00:09 wi100sh 阅读(519) 评论(0) 推荐(0)

【转】如何在IOS中使用3D UI - CALayer的透视投影

摘要: 原文网址:http://www.tairan.com/archives/2041/ 例子代码可以在 http://www.tairan.com/thread-3607-1-1.html 下载 iOS的UI是基于UIView类的,我们能看到的每个UI元素都是UIView或者UIView的子类。View 阅读全文

posted @ 2016-06-27 00:08 wi100sh 阅读(2981) 评论(0) 推荐(0)

【转】iPhone屏幕尺寸、分辨率及适配

摘要: 原文网址:http://blog.csdn.net/phunxm/article/details/42174937 1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角线 Diagonal 逻辑分辨率(point) Scale Factor 设备分辨率(pixel) 阅读全文

posted @ 2016-06-27 00:07 wi100sh 阅读(566) 评论(0) 推荐(0)

【转】有趣的Autolayout示例-Masonry实现

摘要: 原文网址:http://tutuge.me/2015/05/23/autolayout-example-with-masonry/ 好久没有写Blog了,这段时间有点忙啊=。=本文举了3个比较有“特点”的Autolayout例子,源于微博上好友的提问,感觉比较有意思,也比较有代表性,就写了出来,分享 阅读全文

posted @ 2016-06-27 00:06 wi100sh 阅读(350) 评论(0) 推荐(0)

【转】Masonry介绍与使用实践(快速上手Autolayout)

摘要: 原文网址:http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/ 前言 以上是纯手写代码所经历的关于页面布局的三个时期 在iphone1-iphone3gs时代 window的size固定为(320,480) 我们只需 阅读全文

posted @ 2016-06-27 00:05 wi100sh 阅读(382) 评论(0) 推荐(0)

【转】iOS自动布局进阶用法

摘要: 原文网址:http://www.cnblogs.com/dsxniubility/p/4266581.html 本文主要介绍几个我遇到并总结的相对高级的用法(当然啦牛人会觉得这也不算什么)。 简单的storyboard中上下左右约束,固定宽高啥的用法在这里就不做赘述了。 autolayout自动布局 阅读全文

posted @ 2016-06-27 00:04 wi100sh 阅读(437) 评论(0) 推荐(0)

【转 iOS 8 Auto Layout界面自动布局系列2-使用Xcode的Interface Builder添加布局约束

摘要: 原文网址:http://blog.csdn.net/pucker/article/details/41843511 上一篇文章《iOS 8界面自动布局系列-1》简要介绍了iOS界面布局方式的前世今生。本篇文章将详细介绍如何使用自动布局实现不同屏幕尺寸的适配。 添加自动布局约束(下文简称约束)有以下三 阅读全文

posted @ 2016-06-27 00:03 wi100sh 阅读(3018) 评论(0) 推荐(0)

【转】开始iOS 7中自动布局教程(一)

摘要: 原文网址:http://www.cocoachina.com/industry/20131203/7462.html 原文:Beginning Auto Layout Tutorial in iOS 7: Part 1 感谢翻译小组成员@answer-huang(博客)热心翻译。如果您有不错的原创或 阅读全文

posted @ 2016-06-27 00:01 wi100sh 阅读(533) 评论(0) 推荐(0)

导航