Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ios
- iphone
- Tomcat
- 한글
- java
- XML
- jQuery
- JavaScript
- C#
- Objective C
- ipad
- Eclipse
- permgen space
- Android
- 티스토리 초대
- Database
- udp
- MySQL
- HTML
- Memory
- WebView
- 톰켓
- UIWebView
- 티스토리 초대장
- jsp
- 인코딩
- 메모리
- encoding
- 이클립스
- spring
Archives
- Today
- Total
목록페이지넘김 (1)
suroMind
[iOS]CATransction을 이용한 애니메이션 구현
출처 : http://www.prapps.net/514 * import //트랜잭션 시작 [CATransaction begin]; [CATransaction setValue:[NSNumber numberWithBool:YES] forKey:kCATransactionDisableActions]; [CATransaction setValue:[NSNumber numberWithFloat:0.5f] forKey:kCATransactionAnimationDuration]; //실행되는 시간 // Animation 설정 CATransition *push = [CATransition animation]; [push setType:kCATransitionMoveIn]; //Animation 타입 push.subtype..
IT분야/iOS
2012. 2. 22. 15:22