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
325 Develop [c] 연산자 우선순위.. ㅋㅋ hooni 2013.04.23 7190
324 Develop [c] 관계형 연산자에 대한 설명 hooni 2013.04.23 7681
323 Develop [c] 게임 AI FSM 테스트 샘플 소스.. 꽤 괜찮은 소스.. file hooni 2013.04.23 7398
322 Develop [c++] 인라인 함수 설명과 예제.. file hooni 2013.04.23 6668
321 Develop [c++] 인라인 함수에 대한 설명 hooni 2013.04.23 7127
320 Develop [c] SetTimer() & KillTimer() & 일회용 Timer hooni 2013.04.23 9232
319 Develop [c] 네트워크 관련 프로그래밍 (포트스캔 탐지 샘플) file hooni 2013.04.23 7214
318 Develop [c] 프로세스 검사하기 hooni 2013.04.23 8047
317 Develop [asp] 폼메일 예제와 메일 포워딩 프로그램 file hooni 2013.04.23 7157
316 Develop [asp] 폼 메일 소스 file hooni 2013.04.23 7389
315 Develop [php] php+db 연동(odbc, mssql, mysql, sybase) 3 hooni 2013.04.23 8568
314 Develop 프로그램 문서 관리 (Doxygen) hooni 2013.04.23 16434
Board Pagination Prev 1 ... 39 40 41 42 43 44 45 46 47 48 ... 71 Next
/ 71