12
내 AppDelegate에 클래스는
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(applyThemeA:)
name:@"ThemeA"
object:nil];
}
그리고 applyThemeA가 (단지별로)하지
- (void)appleThemeA:(NSNotification*)notification {
NSLog(@"apply themeA");
}
내가 배치하고 아래처럼 특정 통지를 등록
removeObserver
(applicationWillTerminate
)이지만 확실하지는 않습니다.
질문에이 방법을 배치하기에 좋은 장소 그것입니다.
난 그냥 싶어 내가 올바른 방법을 수행하고 있는지 확인하십시오. 질문이 적절하지 않은 경우 투표를하지 마십시오. 알려주세요. 감사합니다
나는 8 분 안에 당신을 수락 할 것입니다 : – tranvutuan
나는 5 초 안에 투표했습니다 – morroko