Contents

Develop
2015.10.12 14:48

[ios] 상위 ViewController 가져오기

Views 960 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
1005 Develop [opengl] 컴퓨터 그래픽스 강의 자료(수업자료) file hooni 2003.04.23 20432
1004 Develop [android] [번역] 안드로이드 Android Cloud to Device Messaging(C2DM) hooni 2013.04.23 20425
1003 Develop [php] substr() 한글 자를 때 깨짐 방지 hooni 2014.01.09 20367
1002 System/OS [linux] 꿀통(honeyd) 설치하기.. 메뉴얼 과정 6 file hooni 2006.04.23 20221
1001 Develop [ios] UIView에서 상위 UIViewController 가져오기 hooni 2013.09.27 20161
1000 Develop [c] UTF-8을 EUC-KR로 변환.. (iconv) file hooni 2013.04.23 20142
999 Develop [c] AES 알고리즘 (암호화/복호화) file hooni 2003.04.23 20047
998 System/OS [windows] 여러가지 활용 팁 hooni 2003.04.23 19977
997 Etc 양성/음성 오류에 대한 개념 hooni 2013.04.23 19855
996 Etc [web] 제로보드 XE 템플릿에서 if문에 대해서 알아봅시다 hooni 2013.08.16 19815
995 Etc [세미나] XML 레포트.. hooni 2003.04.23 19703
994 Develop [php] XE 에서 php 구문 사용하기 (XE 템플릿에서) hooni 2013.10.31 19448
Board Pagination Prev 1 ... 10 11 12 13 14 15 16 17 18 19 ... 98 Next
/ 98