Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 960 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

상위 ViewController 가져오기

 

UIViewController *vc;

vc = (UIViewController*)[btn.superview nextResponder];

vc = (UIViewController*)[view.superview nextResponder];

 

nextResponder

Returns the receiver'€™s next responder, or nil if it has none.

- (UIResponder *)nextResponder
Return Value

The next object in the responder chain to be presented with an event for handling.

Discussion

The UIResponder class does not store or set the next responder automatically, instead returning nil by default. Subclasses must override this method to set the next responder. UIViewimplements this method by returning the UIViewController object that manages it (if it has one) or its superview (if it doesn’t); UIViewController implements the method by returning its view’s superview; UIWindow returns the application object, and UIApplication returns nil.

Availability
  • Available in iOS 2.0 and later.
Declared In

UIResponder.h 


?

  1. [doc] mfc 매뉴얼 다운 받아서 완성하기.. ㅋㄷ

    Date2013.04.23 CategoryDevelop Byhooni Views7708
    Read More
  2. [doc] TCP/IP 강의 자료 (html)

    Date2013.04.23 CategorySystem/OS Byhooni Views11171
    Read More
  3. [doc] UI개발시 유용한 소프트웨어 (개발 및 디버깅 툴)

    Date2013.04.23 CategoryDevelop Byhooni Views12911
    Read More
  4. [doc] 네트워크 장비와 라우터 설정 방법 발표 자료

    Date2013.04.23 CategorySystem/OS Byhooni Views14493
    Read More
  5. [doc] 논문.. VoIP 관련.. ㅋㅋ

    Date2013.04.23 CategoryPPT Byhooni Views17081
    Read More
  6. [doc] 레드햇 리눅스 메뉴얼 (html버전)

    Date2013.04.23 CategorySystem/OS Byhooni Views10452
    Read More
  7. [doc] 발표 자료 ㅎㅎtalk4neo

    Date2013.04.23 CategoryPPT Byhooni Views20992
    Read More
  8. [doc] 방송통신공학회 논문지(학술대회)

    Date2013.04.23 CategoryPPT Byhooni Views13925
    Read More
  9. [doc] 웜 프레임워크 검증환경 구축(작성중..)

    Date2013.04.23 CategoryEtc Byhooni Views16013
    Read More
  10. [doc] 위탁과제 제안서와 발표자료(pdf)

    Date2013.04.23 CategoryPPT Byhooni Views12534
    Read More
  11. [doc] 유료 방송 제어 시스템 (CAS) 발표자료

    Date2013.04.23 CategoryDevelop Byhooni Views8509
    Read More
  12. [doc] 인공지능 관련 자료(채팅로봇도 포함..)

    Date2013.04.23 CategoryPPT Byhooni Views18003
    Read More
Board Pagination Prev 1 ... 32 33 34 35 36 37 38 39 40 41 ... 98 Next
/ 98