Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

Views 1173 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 15938
176 PPT [ppt] 웜프레임워크 발표 양식(국보연) file hooni 2013.04.23 17057
175 PPT [ppt] 전자금융보안론 발표/설치 자료 file hooni 2016.05.03 1468
174 PPT [ppt] 정보보호관리 발표내용 file hooni 2016.11.30 1208
173 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 1213
172 Develop [python] DJI Tello 드론 코딩 (프로그래밍) 58 file hooni 2018.03.04 28639
171 Develop [python] 애니팡, 캔디팡 매크로 file hooni 2013.09.06 18079
170 Develop [python] 파라미터 앞에 *, ** 의 의미? (*args, **kwargs) hooni 2019.11.22 1704
169 Develop [python] 파이썬 공부하는 사이트~ hooni 2013.11.12 10896
168 Develop [python][django] request.cookie 읽어오기 ㅋㅋㅋ (쓰기) hooni 2019.12.06 1836
167 System/OS [router] 라우팅 프로토콜 BGP (간단한 세팅) hooni 2013.04.23 11014
166 System/OS [router] 설정과 기본 명령어들 모음 hooni 2013.04.23 15757
Board Pagination Prev 1 ... 79 80 81 82 83 84 85 86 87 88 ... 98 Next
/ 98