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
- C#
- 톰켓
- spring
- Objective C
- 티스토리 초대
- ios
- 한글
- permgen space
- encoding
- jsp
- java
- Memory
- jQuery
- 티스토리 초대장
- MySQL
- 인코딩
- UIWebView
- 이클립스
- Android
- HTML
- Database
- udp
- 메모리
- WebView
- Tomcat
- JavaScript
- XML
- Eclipse
- iphone
- ipad
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