自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 xcode 6的查看ios设备日志

xcode6查看设备日志换了位置: 如图所示:window - devices - 点最下面的向上的小箭头

2014-12-20 18:36:55 15161 2

转载 iOS性能优化过程浅析

一:性能优化策略 性能问题的处理流程 1 发现/重现问题 2 利用工具剖析 3 形成假设 4 改进代码和设计 在以上的四个步骤中循环反复,直到问题解决。 Profile!不要猜! 性能优化的主要策略: 1、不要做无用功:不要在启动时花几百ms来做logging,不要为同样的数据做多次查询 试图重用:对于创建过程昂贵的对象,要重用而不是重新创建 1 Ta

2014-12-20 18:16:51 1775

转载 iOS 8 Spring Animation

from:http://www.tuicool.com/articles/ZR7nYv 时间 2014-09-26 22:45:14  renfei song's blog原文  http://www.renfei.org/blog/ios-8-spring-animation.html Spring Animation 简介 Spring Animation 本质上

2014-12-09 11:20:14 865

转载 UILayoutPriority

Priority level. Constraints have a priority level. Constraints with higher priority levels are satisfied before constraints with lower priority levels. The default priority level is required (NSLayout

2014-12-09 10:13:11 2385

转载 Converting Your App to a 64-Bit Binary

from: https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html#//apple_ref/doc/uid/TP40013501-CH3-SW1 C

2014-12-08 16:25:03 989

转载 Table View Cells With Varying Row Heights

Table View Cells With Varying Row Heights FEB 14TH, 2014 [Also see this post on self sizing cells introduced in iOS 8 that makes this easier.] I have p

2014-12-05 10:44:40 1083

转载 preferredMaxLayoutWidth

Aufrom:http://devetc.org/code/2014/07/07/auto-layout-and-views-that-wrap.html to Layout and Views that Wrap Understanding wrapped text and other flowing layouts. Published on Monday, 20

2014-12-04 17:51:26 7168

转载 xcode6中如何对scrollview进行自动布局(autolayout)

xcode6中如何对scrollview进行自动布局(autolayout) 时间 2014-09-16 20:20:23  CSDN博客原文  http://blog.csdn.net/lihuiqwertyuiop/article/details/39320091 Xcode6中极大的增强了IB中自动布局的能力,下面就通过对刺儿头scrollview进行一次自动布局实战,看

2014-12-01 18:35:01 1583

转载 AutoLayout 相关概念介绍和动画demo

AutoLayout 相关概念介绍和动画demo前言 最近Apple的动作还是蛮多的,其中有3条很有意思。 iOS8中设备旋转,布局的变化 可能的iPhone6屏幕的变化,iPhone和iPad Mac开发越来越趋于统一 Xcode6中Interface Builder的变化(IB中显示自定义View) cocoa touch 开发中适配各种屏幕尺寸已经是能够预测的了

2014-12-01 18:34:44 2175

C#编码规范(代码规范总结)

命名规范制定意义 1 方便代码的交流和维护,便于日后自己的再次阅读。 2 不影响编码的效率,不与大众习惯冲突。 3 使代码更美观、阅读更方便。 4 使代码的逻辑更清晰、更易于理解

2009-02-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除