2012-03-13 3 views

답변

3

당신이 찾고있는 호출은 다음과 같습니다

[myTableController.view addSubview:popupView]; 

popupView을 만들고 물론, 먼저로드!

2

과 같은 자세한 내용

와보기를 나타납니다 원래보기.

핵심 애니메이션을 사용하고 하나를 쓰시겠습니까?

- (void)animate{ 

[UIView animateWithDuration:5.0 

          animations:^{ 
           //animations here 
         } 

          completion:^(BOOL completed){ 
           //cleanup here 
         } 
]; 
+0

어떻게 애니메이션을 배웠습니까? – Desmond

+0

내 원래 게시물을 수정했습니다. –

관련 문제