zombie45
zombie's dev story
zombie45

공지사항

  • 분류 전체보기
    • iPhone
    • Study

인기 글

최근 댓글

최근 글

티스토리

반응형

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록
  • 글쓰기
전체 방문자
오늘
어제

태그

  • FocusScope
  • nextFocus
  • Animtaion
  • CI/CD
  • 큰폴더
  • Nodejs node express expressjs
  • UIViewController
  • textformfield
  • flutter l10n helper
  • Flutter
  • 자동배포
  • Box2d cocos2dx cocos2d-x
  • TextInputAction
  • appDelegate
  • 카카오 로그인
  • 티스토리챌린지
  • actions
  • cache
  • 안드로이드
  • android_key_hash
  • jks
  • 오블완
  • flutter_localizations
  • 큰파일
  • cspell
  • code spell checker
  • caching
  • cocoapods-binary-cache
  • l10nization
  • intl
hELLO · Designed By 정상우.
zombie45

zombie's dev story

iPhone

AppDelegate UIViewController Transition Animation

2015. 5. 22. 12:57

UIViewController *nextViewController = [[UIViewController alloc] init];
UIView *screenShot = [self.window snapshotViewAfterScreenUpdates:YES];
[nextViewController.view addSubview:screenShot];
self.window.rootViewController = viewController;
[UIView animateWithDuration:0.5 animations:^{
    screenShot.layer.opacity = 0.0;
} completion:^(BOOL finished) {
    [screenShot removeFromSuperview];
}];


for uiviewcontroller transitions in appdelegate

반응형

'iPhone' 카테고리의 다른 글

ERROR ITMS-90206  (0) 2016.07.02
관심사  (0) 2015.06.13
Xcode plugin  (0) 2015.04.13
UIWebView remove top 20px  (0) 2015.02.04
NSData dataWithContentsOfURL returns nil  (0) 2015.01.30
    'iPhone' 카테고리의 다른 글
    • ERROR ITMS-90206
    • 관심사
    • Xcode plugin
    • UIWebView remove top 20px
    zombie45
    zombie45
    잡다한 개발

    티스토리툴바