liketableviewcontroller.
view
.frame
= cgrectmake
(320
, 40
, 280
,280
);// 檢視起始框架
liketableviewcontroller.
view
.alpha
= 0.6
; //檢視起始透明度 [
self
.view
addsubview
:liketableviewcontroller.
view
]; //將檢視加到父檢視中 [
uiview
beginanimations
:nil
context
:liketableviewcontroller.
view
]; //開始動畫方法 [
uiview
setanimationduration:
0.4
liketableviewcontroller.
view
.frame
= cgrectmake(20
, 40
, 280
,280
[uiview
setanimationdidstopselector:@selector(onanimationcompletelike:finished:context:)];//設定動畫結束時呼叫的方法
[uiview
setanimationdelegate:
self
]; //設定動畫委託 [
uiview
commitanimations]; //動畫完成
iOS 動畫效果
最普通動畫 開始動畫 uiview beginanimations nil context nil 設定動畫持續時間 uiview setanimationduration 2 動畫的內容 frame.origin.x 150 img setframe frame 動畫結束 uiview commi...
iOS 動畫效果
最普通動畫 開始動畫 uiview beginanimations nil context nil 設定動畫持續時間 uiview setanimationduration 2 動畫的內容 frame.origin.x 150 img setframe frame 動畫結束 uiview commi...
ios各種動畫效果
最普通動畫 開始動畫 uiview beginanimations nil context nil 設定動畫持續時間 uiview setanimationduration 2 動畫的內容 frame.origin.x 150 img setframe frame 動畫結束 uiview commi...