Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

조회 수 2848 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
181 PPT [ppt] 네오웹 소프트.. 발표 자료 모음 file hooni 2003.04.23 13517
180 PPT [ppt] 뚜레쥬르 온라인 마케팅 제안서 file hooni 2013.04.23 24455
179 PPT [ppt] 보안경제학 발표자료 secret hooni 2016.11.11 5
178 PPT [ppt] 시스템보안 연구실 ppt 템플릿.. (CIST) file hooni 2013.04.23 22088
177 PPT [ppt] 웜 과제 진행사항(프레임워크 검증환경 구축) 보고 file hooni 2013.04.23 16801
176 PPT [ppt] 웜프레임워크 발표 양식(국보연) file hooni 2013.04.23 17961
175 PPT [ppt] 전자금융보안론 발표/설치 자료 file hooni 2016.05.03 2969
174 PPT [ppt] 정보보호관리 발표내용 file hooni 2016.11.30 3222
173 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 4103
172 Develop [python] DJI Tello 드론 코딩 (프로그래밍) 58 file hooni 2018.03.04 32606
171 Develop [python] 애니팡, 캔디팡 매크로 file hooni 2013.09.06 21442
170 Develop [python] 파라미터 앞에 *, ** 의 의미? (*args, **kwargs) hooni 2019.11.22 3793
Board Pagination Prev 1 ... 79 80 81 82 83 84 85 86 87 88 ... 99 Next
/ 99