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