반응형
View에 slide 효과 주는 코드!
[UIView beginAnimations:nil context:NULL]; //애니메이션 시작
[UIView setAnimationDuration:0.2]; //슬라이드 동작하는 시간
[UIView setAnimationDelay:0.2]; //얼마의 시간후 슬라이드 에니메이션이 동작하는지!
[UIView commitAnimations]; //애니메이션 동작!
'Computer Programming > Object C' 카테고리의 다른 글
[ObjectC] Ios UILabel 세로정렬 (0) | 2014.05.22 |
---|---|
[ObjectC]NSString 지정문자열 치환하기 (0) | 2014.02.11 |
[ObjectC]NSString 긴 문자열에 다른 문자열이 내부에 존재여부 확인방법 (0) | 2014.02.06 |
[ObjectC/Iphone]"Xcode cannot run using the selected device" Error 해결방법 (0) | 2014.01.24 |
[ObjectC]ios LinkedIn Login 구현하기 /LinkedIn API (0) | 2014.01.22 |