Contents

조회 수 2111 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

이렇게 하믄 됨 ㅋㄷ;

 

ExistingAccountViewController *viewController = [[ExistingAccountViewController alloc] initWithNibName:NSStringFromClass([ExistingAccountViewController class]) bundle:nil];

CATransition *transition = [CATransition animation];
transition.duration = 0.5;
transition.type = kCATransitionFade;
transition.subtype = kCATransitionFromTop;

[self.navigationController pushViewController:viewController animated:YES];
[self.navigationController.view.layer addAnimation:transition forKey:kCATransition];

 


?

  1. [android] 버전 별 앱 알림 설정으로 이동하는 방법

    Date2016.11.28 CategoryDevelop Byhooni Views6027
    Read More
  2. [ios] FlckrFeed Example App (Swift)

    Date2016.11.27 CategoryDevelop Byhooni Views7495
    Read More
  3. [android] 딜레이를 구현하기 위한 꼼수

    Date2016.11.24 CategoryDevelop Byhooni Views4444
    Read More
  4. [android] How can I place app icon on launcher home screen?

    Date2016.11.15 CategoryDevelop Byhooni Views6358
    Read More
  5. [android] Calling activity function from separate class

    Date2016.11.15 CategoryDevelop Byhooni Views7410
    Read More
  6. [Android Error] The number of method references in a .dex file cannot exceed 64K

    Date2016.11.10 CategoryDevelop Byhooni Views5478
    Read More
  7. [android] 레이아웃 사이즈 변경 (동적; programmatically)

    Date2016.11.07 CategoryDevelop Byhooni Views2778
    Read More
  8. [android] 초간단 얼럿 (AlertDialog)

    Date2016.10.21 CategoryDevelop Byhooni Views5441
    Read More
  9. [android] dp, px 서로 변환

    Date2016.10.21 CategoryDevelop Byhooni Views7601
    Read More
  10. [matlab] ZigZag-Scanning (2-D Array)

    Date2016.10.15 CategoryDevelop Byhooni Views4757
    Read More
  11. [matlab] 정보은닉 스테가노그래피(Steganography) 수업

    Date2016.10.03 CategoryDevelop Byhooni Views2710
    Read More
  12. [c] RSA 암호화 구현(gmp 라이브러리 활용)

    Date2016.10.03 CategoryDevelop Byhooni Views2740
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 71 Next
/ 71