Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

Views 1169 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
597 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1759
596 Develop [ios] 디렉토리 하하하.. hooni 2013.04.23 32660
595 Develop [ios] 로컬에 있는 html 실행하기 hooni 2015.02.10 1143
594 Develop [ios] 로컬에 있는 JS 파일 웹뷰에서 동적으로 실행하기 hooni 2015.02.10 1077
593 Develop [ios] 문자열로 함수 실행하기 (eval 함수처럼) hooni 2015.02.10 930
592 Develop [ios] 미스터피자(Mr.pizza) 어플 file hooni 2013.04.23 42692
591 Develop [ios] 배열(NSArray) 연산과 간단한 애니메이션(split images) hooni 2013.10.31 45558
590 Develop [ios] 비동기 블럭 코드 예제 hooni 2014.11.21 903
589 Develop [ios] 비디오,네트워크,소셜로그인 테스트 file hooni 2017.04.04 802
» Develop [ios] 상위 ViewController 가져오기 hooni 2015.10.12 1169
587 Develop [ios] 새로 만들고 있는 DateMemo file hooni 2016.07.12 732
586 Develop [ios] 설정에서 푸시 알림(APNS) on/off 상태 확인 hooni 2015.04.28 2157
Board Pagination Prev 1 ... 44 45 46 47 48 49 50 51 52 53 ... 98 Next
/ 98