mac開發(fā)上最易用的動畫方法
[NSAnimationContext beginGrouping];
[[NSAnimationContext currentContext]setDuration:1.0f]; ?執(zhí)行時間
[[self.view animator]setAlphaValue:0.1f]; ? ?改變屬性值 ?此項(xiàng)是設(shè)置透明度
[NSAnimationContext endGrouping];
關(guān)于Mac開發(fā)的隨筆記(以下皆是作者隨筆)
Mac開發(fā) 關(guān)于鼠標(biāo)的事件(隱藏)
Mac開發(fā)自定義TitleBar 和設(shè)置窗口居中
Mac開發(fā) 代碼實(shí)現(xiàn) 發(fā)郵箱
Mac開發(fā) 給視圖設(shè)置顏色View,Button等
此文已由作者授權(quán),轉(zhuǎn)載請注明文章出處