## UIApplicationSignificantTimeChangeNotification : 날짜 시간이 변경될때 알림 NSNotificationCenter *noteCenter = [NSNotificationCenter defaultCenter]; [noteCenter addObserver:self selector:@selector(notiSignificantTimeChanged:) name:UIApplicationSignificantTimeChangeNotification object:nil]; - (void)notiSignificantTimeChanged:(NSNotification *)notification { }
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.