原创 WWDC2014之iOS使用動態庫 framework

from:http://www.cocoachina.com/industry/20140613/8810.html JUN 12TH, 2014 蘋果的開放態度 WWDC2014上發佈的Xcode6 beta版有

原创 用workspace管理工程,並解決多靜態庫依賴

from:http://www.cnblogs.com/perryxiong/p/3759818.html 最近我在項目中遇到一些工程之間的管理問題。   模型: 其中 庫A 是一個公共的基礎靜態庫, M_A依賴A, N_A依賴

原创 轉:APP適配IOS8,iPhone6和Plus截圖簡要說明

原文:http://www.zcool.com.cn/article/ZMTE0MjMy.html 有幸在9月25日拿到了iP6和iP6 Plus的真機,恰好又要做適配APP的工作(從iphone5上適配到iphone6和ip6 pl

原创 uilabel attributedText

參考網站: http://shijue.me/show_text/521c396a8ddf876566000007 http://www.tuicool.com/articles/zquENb http://blog.csd

原创 UILayoutPriority

Priority level. Constraints have a priority level. Constraints with higher priority levels are satisfied before constra

原创 大屏iPhone啓用高分辨率模式

from:http://blog.ibireme.com/2014/09/16/adapted_to_iphone6/ 由 ibireme 發表於 2014/09/16 自從蘋果出了大屏iPhone後,iOS開發也要做適配了,想必

原创 AutoLayout 相關概念介紹和動畫demo

AutoLayout 相關概念介紹和動畫demo前言 最近Apple的動作還是蠻多的,其中有3條很有意思。 iOS8中設備旋轉,佈局的變化 可能的iPhone6屏幕的變化,iPhone和iPad Mac開發越來越趨於統一 Xcod

原创 製作動態及靜態Framework

from:http://years.im/Home/Article/detail/id/52.html 有沒有寫SDK或者要將一些常用的工具類做成Framework的經歷? 你或許自己寫腳本完成了這項工作,相信也有很多的人使用 i

原创 iOS性能優化過程淺析

一:性能優化策略 性能問題的處理流程 1 發現/重現問題 2 利用工具剖析 3 形成假設 4 改進代碼和設計 在以上的四個步驟中循環反覆,直到問題解決。 Profile!不要猜!性能優化的主要策略:1、不要做無用功:不要在啓動時花幾百ms

原创 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

原创 Alignment Rectangles

< Back Page 9 of 11 Next > This chapter is from the book iOS Auto Layout Demystified, 2nd Edition Learn

原创 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 intr

原创 Converting Your App to a 64-Bit Binary

from: https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppt

原创 preferredMaxLayoutWidth

Aufrom:http://devetc.org/code/2014/07/07/auto-layout-and-views-that-wrap.html to Layout and Views that Wrap Unders

原创 IOS-- UIView中的座標轉換

// 將像素point由point所在視圖轉換到目標視圖view中,返回在目標視圖view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view;