Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 963 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
429 Develop [js] 자바스크립트의 클로저 (JavaScript's Closure) hooni 2013.05.15 12980
428 Develop [Android] 2010년에 만들었던 세미나 자료. file hooni 2013.05.28 64664
427 PPT 네오웹 세미나 자료~ secret hooni 2013.05.28 0
426 Etc 논문(BHO)에 들어갈 내용 집에가서 테스트 해볼 것.. secret hooni 2013.05.28 10230
425 Develop [iphone] PerfectlyClear 보정솔루션 최신.. secret hooni 2013.05.28 0
424 PPT [doc] BHO관련 발표 자료(디펜스에 쓸꺼) secret hooni 2013.05.28 0
423 PPT [Android] 제스처 자료.. file hooni 2013.05.28 51076
422 System/OS [mysql] MySQL server has gone away 에러 대응 hooni 2013.05.29 19227
421 Develop [ios] IB 없이 개발하기 (html) secret hooni 2013.05.31 0
420 Develop [ios] 스터디 자료 (from 종길M) secret hooni 2013.06.04 0
419 Etc 엑셀 함수 총 정리 ㅎㅎ file hooni 2013.06.05 24467
418 Develop [ios] 패스(path) 앱 메뉴 스타일 secret hooni 2013.06.11 0
Board Pagination Prev 1 ... 58 59 60 61 62 63 64 65 66 67 ... 98 Next
/ 98