Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 956 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
1005 Develop [python] 파이썬 공부하는 사이트~ hooni 2013.11.12 10838
1004 Develop [python] 파라미터 앞에 *, ** 의 의미? (*args, **kwargs) hooni 2019.11.22 1551
1003 Develop [python] 애니팡, 캔디팡 매크로 file hooni 2013.09.06 17315
1002 Develop [python] DJI Tello 드론 코딩 (프로그래밍) 58 file hooni 2018.03.04 25760
1001 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 1065
1000 PPT [ppt] 정보보호관리 발표내용 file hooni 2016.11.30 1075
999 PPT [ppt] 전자금융보안론 발표/설치 자료 file hooni 2016.05.03 1322
998 PPT [ppt] 웜프레임워크 발표 양식(국보연) file hooni 2013.04.23 17016
997 PPT [ppt] 웜 과제 진행사항(프레임워크 검증환경 구축) 보고 file hooni 2013.04.23 15895
996 PPT [ppt] 시스템보안 연구실 ppt 템플릿.. (CIST) file hooni 2013.04.23 20865
995 PPT [ppt] 보안경제학 발표자료 secret hooni 2016.11.11 5
994 PPT [ppt] 뚜레쥬르 온라인 마케팅 제안서 file hooni 2013.04.23 23492
Board Pagination Prev 1 ... 10 11 12 13 14 15 16 17 18 19 ... 98 Next
/ 98