Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 1167 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
1065 Develop 웹페이지 성능 테스트 툴 설명 hooni 2013.04.23 27520
1064 Develop [android] 멀티터치(Multi touch) 부분 구현 ㅋㅋ file hooni 2013.04.23 27468
1063 Develop [ios] 참고할만한 좋은 예제 소스.. hooni 2013.04.23 27407
1062 Develop [ios] UDID와 UUID (디바이스의 Unique Identifier) file hooni 2013.04.23 27394
1061 Develop [doc] 테크니컬 레포트 (BHO 취약점을 이용한 공격) 2 file hooni 2013.04.23 27135
1060 Develop [node.js] 지금 하고 있는거.. file hooni 2013.04.23 27023
1059 System/OS [linux] 리눅스 파일시스템과 디렉토리 설명 hooni 2013.04.23 26936
1058 Develop [c#] 간단한 소켓통신 예제.. hooni 2013.04.23 26735
1057 Develop [python] DJI Tello 드론 코딩 (프로그래밍) 58 file hooni 2018.03.04 26726
1056 Develop [ios] NSData 클래스에 대해 (NSData <-> char*) hooni 2013.04.23 26591
1055 Develop [android] 단일 Thread 환경의 안드로이드에서 Handler를 사용 file hooni 2013.04.23 26575
1054 Develop [ios] Objective-C 문자열 조작 메서드 hooni 2013.04.23 26502
Board Pagination Prev 1 ... 5 6 7 8 9 10 11 12 13 14 ... 98 Next
/ 98