Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 976 댓글 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 


?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
117 Develop [C#] MD5, SHA1 해시 & 인코딩 hooni 2013.04.23 77873
116 Develop [c#] Json 라이브러리 (System.Net.Json.dll) file hooni 2013.04.23 58547
115 Develop [c#] HTML 이벤트 샘플 소스.. file hooni 2013.04.23 7744
114 Develop [c#] Hashtable <-> Json (dll 포함) file hooni 2013.04.23 80661
113 Develop [c#] BHO 한샘툴바랑 동현툴바.. secret hooni 2013.04.23 2208
112 Develop [c#] BFilter 툴바 소스 코드 ㅎㅎ file hooni 2013.04.23 7613
111 System/OS [bios] 시스템 부팅 도중 발생하는 비프음 hooni 2003.04.23 18161
110 Develop [asp] 폼메일 예제와 메일 포워딩 프로그램 file hooni 2013.04.23 7134
109 Develop [asp] 폼 메일 소스 file hooni 2013.04.23 7355
108 Develop [asp] 문자열 넘겨받기 (get,post) hooni 2013.04.23 8688
107 Develop [asp] 문자열 관련 함수 요약 hooni 2013.04.23 7789
106 Develop [asp] 기본 문법과 제어문 hooni 2013.04.23 7090
Board Pagination Prev 1 ... 84 85 86 87 88 89 90 91 92 93 ... 98 Next
/ 98