Our app works fine on iOS 4.2 and 4.3. However, on iOS 3.2 it crashes at this line [[NSNotificationCenter defaultCenter] postNotificationName:@\"notificnname\" object:nil];
Help, I\'m deperate..i can\'t continue my app because of this: I have setup one message between 2 of my cocoa objective-c clases,
4 files for 2 view controllers, firstviewcontroller and MyOverlayView. MyOverlayView just receives touches and sends notification which should be received by firstviewcontroller. Im getting touch even
Hypothetical scenario: In my viewDidLoad method I am adding view controller as an observer for custom notification (say, notification MyFooNotification). Later in the process when view is loaded the
Here is the calling code: [[NSNotificationCenter defaultCenter] postNotificationName:UIApplicationDidReceiveMemoryWarningNotification
I have an application that sh开发者_JS百科ows a lot of videos. To load and play the file, I use the following code:
The documentation http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Found开发者_JAVA百科ation/Classes/NSNotificationCenter_Class/Reference/Reference.html talks of the sender and no
i am sending NSSNotifcation to another view controller in iPhone app but its observer method getting notified two times how its possible can any one guide me
Currently i am using the class by apple reachability.m/.h and it works, except it notifies me for any change, where as i would like to only notify the user if the network is not reachable. Currently i
I\'m working on a typing-tutor application for Mac OS X that needs to have keystrokes forwarded to it, even when the application is not in focus.