반응형
최상위 viewController 클래스의 이름 가져오기
//현재 띄워진 class 의 이름
UIViewController *curentViewController = [[[UIApplication sharedApplication] keyWindow] rootViewController];
NSString *currentSelectedCViewController = NSStringFromClass([[((UINavigationController *)curentViewController) visibleViewController] class]);
반응형
'ios 뽀개기 > objective-c' 카테고리의 다른 글
날짜데이터를 문자로 변환 (0) | 2019.01.09 |
---|---|
AppDelegate 사용자 터치 감지하기 (0) | 2019.01.04 |
ios 오토레이아웃 코드로 응용하기 (0) | 2019.01.04 |
암호화 복호화 (0) | 2019.01.02 |
Obejctive c 클래스 변수 & 배열을 json 변환 (0) | 2019.01.02 |
댓글