Solution: Custom dealloc and ARC (Objective-C) #computers #development #answer
Solution: Custom dealloc and ARC (Objective-C) #computers #developmentĀ #answer
Custom dealloc and ARC (Objective-C)
In my little iPad app I have a āswitch languageā function that uses an observer. Every view controller registers itself with my observer during its viewDidLoad:.
- (void)viewDidLoad { [super viewDidLoad]; [observer registerObject:self]; }
When the user hits the āchange languageā button, the new language is stored in my model and the observer is notified andā¦
View On WordPress

















