原创 CoreAnimation編程指南(四)圖層樹結構

轉自 http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-iv-the-layer-tree-structure.html 圖層不但給自己提

原创 CoreAnimation編程指南(簡介)

轉載自:http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-summary.html 核心動畫編程介紹 本文檔介紹了在使用核心動畫時所涉及的

原创 Key-Value Observing機制(KVO)

Key-Value Observing機制 知識點介紹 Key-Value Observing (簡寫爲KVO):當指定的對象的屬性被修改了,允許對象接受到通知的機制。每次指定的被觀察對象的屬性被修改的時候,KVO都會自動的去通知相

原创 CoreAnimation編程指南(六)動畫

轉自 http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-f-animation.html 動畫是當今用戶界面的關鍵因素。當使用核心動畫的時

原创 CoreAnimation編程指南(一)概念

轉載自:http://www.dreamingwish.com/dream-2012/the-concept-of-coreanimation-programming-guide.html 第一章      核心動畫概念 核心動

原创 ios設備抓包

rvictl -s 設備id sudo launchctl load -w /System/Library/LaunchDaemons/com.ap

原创 mac上wireshark不能抓包時

mac上wireshark不能抓包時,用命令行輸入: sudo chmod 644/dev/bpf*

原创 CoreAnimation編程指南(七)圖層Action

圖層的行爲在以下情況發生的時候被觸發:從圖層樹裏面插入或者刪除一個圖層,圖層的屬性值被修改了,或者程序顯式要求。通常情況下,行爲觸發器是動畫顯示的結果所在。   1.1 行爲對象的角色 一個行爲對象是一個通過CAAction協議響

原创 CoreAnimation編程指南(五)圖層內容

轉載自 http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-e-the-content-layer.html 當我們使用Cocoa的視圖

原创 CoreAnimation編程指南(九)圖層佈局

轉載自:http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-ix-layer-layout.html NSView提供了經典的“stuts

原创 如何聯機調試和發佈程序(99$)

轉自:http://www.cocoachina.com/bbs/read.php?tid-7923.html (也可以參考 http://blog.csdn.net/favormm/article/details/6591448) 這

原创 UITableViewCell高亮時其子視圖的狀態修改

原文地址:http://blog.csdn.net/qijianli/article/details/7955951 今天遇到一種情況,當點擊UITableViewCell高亮時,其子視圖中有高亮的對象也高亮了,折騰了很久都沒有搞

原创 phone項目如何聯機調試和發佈程序(99$)

原文轉自:http://kenchell.blog.163.com/blog/static/2608830920122135210547/ 必須條件:99$買的證書(沒這個就不用再往下看了)我的系統是10.5.7 不同版本的系統,可能有

原创 CoreAnimation編程指南(八)事務

圖層的每個改變都是事務的一部分。CATransaction是核心動畫類,它負責成批的把多個圖層樹的修改作爲一個原子更新到渲染樹。 本章介紹了核心動畫支持的兩種事務。隱式事務和顯式事務。   1.1 隱式事務 當圖層樹被沒有獲得事

原创 CoreAnimation編程指南-目錄

轉自http://www.dreamingwish.com/dream-2012/coreanimation-programming-guide-table-of-contents.html 第一章          核心動畫概念