Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

Views 1163 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

상위 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
No. Category Subject Author Date Views
177 PPT [ppt] 웜 과제 진행사항(프레임워크 검증환경 구축) 보고 file hooni 2013.04.23 15931
176 PPT [ppt] 웜프레임워크 발표 양식(국보연) file hooni 2013.04.23 17051
175 PPT [ppt] 전자금융보안론 발표/설치 자료 file hooni 2016.05.03 1446
174 PPT [ppt] 정보보호관리 발표내용 file hooni 2016.11.30 1185
173 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 1187
172 Develop [python] DJI Tello 드론 코딩 (프로그래밍) 58 file hooni 2018.03.04 26137
171 Develop [python] 애니팡, 캔디팡 매크로 file hooni 2013.09.06 17457
170 Develop [python] 파라미터 앞에 *, ** 의 의미? (*args, **kwargs) hooni 2019.11.22 1689
169 Develop [python] 파이썬 공부하는 사이트~ hooni 2013.11.12 10883
168 Develop [python][django] request.cookie 읽어오기 ㅋㅋㅋ (쓰기) hooni 2019.12.06 1822
167 System/OS [router] 라우팅 프로토콜 BGP (간단한 세팅) hooni 2013.04.23 11007
166 System/OS [router] 설정과 기본 명령어들 모음 hooni 2013.04.23 15751
Board Pagination Prev 1 ... 79 80 81 82 83 84 85 86 87 88 ... 98 Next
/ 98