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