의외로 자주 쓰게 되는..
앱 딜리게이트 얻어오는 초간단 코드.
AppDelegate *delegate =
(AppDelegate *)[[UIApplication sharedApplication] delegate];
// 위와 같은 코드
//AppDelegate *delegate =
// (AppDelegate *)[UIApplication sharedApplication].delegate;의외로 자주 쓰게 되는..
앱 딜리게이트 얻어오는 초간단 코드.
AppDelegate *delegate =
(AppDelegate *)[[UIApplication sharedApplication] delegate];
// 위와 같은 코드
//AppDelegate *delegate =
// (AppDelegate *)[UIApplication sharedApplication].delegate;