NSNotification objects encapsulate information so that it can be broadcast to other objects by an NSNotificationCenter object.

learn more… | top users | synonyms

-1
votes
3answers
30 views

Getting NSNotification to Work?

I'm currently trying to get NSNotification to work but I'm having some trouble. I have two (2) ViewControllers: A. MainViewController & B. LoginViewController. In my MainViewController I have a ...
1
vote
2answers
56 views

NSNotification register place issue

I have a tab bar application in which there are 2 tabs(2 view controllers). I need to post notification from tab 2(view controller 2) to tab 1(view controller 1). But the problem is that i have to ...
0
votes
2answers
31 views

Sending NSNotifications to all objects of a class

I have an object that can be selected by a user click. With the current requirements of the app, at any time, there is no more than one of these items selected at any point during app execution. I ...
0
votes
2answers
60 views

sending a NSNotification between views

This is my first attempt with NSNotification, tried several tutorials but somehow it's not working. Basically I am sending a dictionary to class B which is popup subview (UIViewController) and ...
0
votes
1answer
51 views

Are nsnotification actions synchronous or asynchronously executed or not? [closed]

In iOS NSNotification actions are executed synchronous or asynchronously?
0
votes
0answers
19 views

Control TV out widescreen iPhone

Hi I am making an app that uses external screen to mirror the app. Is there a NSNOtification for detecting if the phone is widescreen mode?
-3
votes
4answers
67 views

Alert view is not displaying?

iam checking whether internet is available or not is bot am trying to show one alert and when i click this "Ok" button i want to exit app.But now this alert is not displaying and its not calling the ...
0
votes
2answers
109 views

NSNotification & didReceiveMemoryWarning in iOS 6

As of iOS 6.0 , viewDidUnload method is deprecated. Before iOS 6 I used to removeObserver of NSNotification in viewDidUnload method. But since it is deprecated , I have moved it to ...
0
votes
0answers
25 views

issue in canceling notification

this is what i do for canceling old notification and setting new notification i will explain thing in code -(void)notification{ // logic for local notification start [[UIApplication ...
-1
votes
2answers
54 views

Do hidden views respond to NSNotifications?

I have a two tabs on a UITabBarController and I have registered both with NSNotificationCenter, my problem is I am not getting notifications on the hidden tab (i.e. its not called viewDidAppear: yet). ...
0
votes
1answer
31 views

Global UIView touch notifications

I am looking for a way to detect if the UIWindow is touched at all, anywhere, in any view. Then I would like to dispatch a notification that a controller will respond to. I am using this to make a ...
0
votes
1answer
44 views

UIViewcontroller not reloading after notification from observer

Hi I have a uiviewcontroller that adds 4 childviews after receiving data from a webservice. I add an observer to the uiviewcontroller that watches when the data is completely loaded from the ...
1
vote
1answer
68 views

Why is a method invoked from a singleton using a different instance object than the NSNotificationCenter?

The Short Version: I ran into an issue where a method was being invoked on a different instance of an object than the NSNotificationCenter was pushing notifications to (though only one instance was ...
0
votes
1answer
13 views

NSNotificationCentre without date?

I want an NSNotification to be triggered when a non date based event occurs. Any ideas? Thanks!
0
votes
1answer
154 views

Game Center login

In my game players need to log in with Apples Game Center. If they are a new player to the game, they have to be signed in to Game Center first because I use the playerID as part of the data used to ...
1
vote
1answer
43 views

How can I dequeue all notifications from [NSNotificationQueue defaultQueue]?

I'm trying to test that an asynchronous NSNotifcation is sent, and I'd like to make sure all notifications have been dequeued before I check that the notification was received. It appears that I ...
1
vote
2answers
61 views

NSNotification object orientation

I was reading iOS Big Nerd Ranch book and one of the examples shows how to add observer to NSNotificaionCenter : [[NSNotificationCenter defaultCenter] addObserver:self ...
1
vote
1answer
91 views

Detecting Current Item in AVQueuePlayer and Knowing when it Changes?

I currently have an AVQueuePlayer playing a few .aif files in sequence. As it goes through each audio I want to perform an action related to that specific sound (for example changing an imageview's ...
0
votes
0answers
49 views

Detecting Current Item in AVQueuePlayer?

I currently have an AVQueuePlayer playing a few .aif files in sequence. As it goes through each audio I want to perform an action related to that specific sound (for example changing an imageview's ...
0
votes
1answer
51 views

NSWorkspaceDidActivateApplicationNotification called before application is ready to use (launched)

I'm using both NSWorkspaceDidActivateApplicationNotification and NSWorkspaceDidLaunchApplicationNotification notifications to know which app the user is interacting with. The problem is that, if an ...
0
votes
1answer
57 views

Will an NSLocalNotification Sound Play When the Phone is set to Silent?

Is it possible for an NSLocalNotification to play an audio file when the ringer switch is set to OFF?
1
vote
1answer
70 views

Monitoring NSNotifications

I noticed in a comment on this post Overhead of NSNotifications, user JustSid says the overhead won't be noticeable if the App doesn't send out 30+ per run loop cycle I'd like to write a little ...
2
votes
1answer
131 views

application:didFinishLaunchingWithOptions: firing notification before destination controller is created

Hello, I am writing an app that should respond with an UI update and an internal status change when a local notifcation is used to open it. I am using storyboards and I have set up my main view ...
0
votes
0answers
48 views

(UIApplicationDidBecomeActiveNotification) Is not being called until the cocos2d frame interval goes from 15 down to 1?

I am trying to display UIAlert view when my application gets opened from running in the background, but the notification is not getting called until the cocos2d frame interval has dropped from 15 down ...
1
vote
1answer
106 views

Will mergeChangesFromContextDidSaveNotification trigger fetchedResultsController's objectsChanged: delegate methods?

I have a setup where in a background thread I save new objects in managedObjectContext A, in a TableViewController I listen to NSManagedObjectContextDidSaveNotification and handle the notification ...
0
votes
1answer
116 views

Which observer pattern should I use for remote app?

I am building a remote app which is receiving different states of its accessory. It is receiving things like: power state on/off, volume state 5, equalizer setting jazz, etc. and has nothing more to ...
0
votes
1answer
83 views

How to fetch data of a web service each time a View Controller is shown?

I am struggling a little bit with the lifecycle of a UIViewController. Basically, I have an application that consists of a UINavigationController, that has currently an UITableViewController as the ...
0
votes
1answer
117 views

MPMoviePlayerViewController playhead (time) notifications

I'm just wanting to know what the playhead of my movie has changed, but I'm not finding a list of notifications online anywhere (I thought for sure apple would have that info). Anyway, does anyone ...
2
votes
1answer
102 views

push notification error while sending push notification from the MDM server in IOS

I am working on a mobile device management system and my push notification isn't working. My Code is //$apnsHost = 'gateway.push.apple.com'; $apnsHost = 'gateway.sandbox.push.apple.com'; $apnsPort = ...
0
votes
0answers
78 views

postNotification doesn't work properly

My notifications doesn't work properly. I want to get YES value. I got NO value every time. What is wrong? NSNumber *number; id obj = [[NSNotificationCenter defaultCenter] ...
2
votes
1answer
151 views

Display Facebook Compose View after Twitter Compose View on iOS

I have an app where the user can choose to share an update with people via Twitter and Facebook, if they wish to share via both then things are tricky. If you try and call their ...
0
votes
1answer
211 views

NSWindow is not receiving any notification when it loses focus

I have a custom NSWindow class that has the following methods: - (void)setupWindowForEvents{ [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowDidResignKey:) ...
1
vote
1answer
76 views

Ordering and synchronization of CoreData NSNotification

Maybe this is a too simple question, but one thing I have learnt from other developers about objective-c programming is that custom NSNotifications have not predicted order. So, what's the mechanism ...
4
votes
1answer
192 views

NSNotificationCenter addObserver in subclass

I register for being notified in superclass (UIViewController) like so: SuperClass.m - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [[NSNotificationCenter ...
4
votes
1answer
94 views

Granularity status of an NSBlockOperation

I have extended NSOperationQueue to allow adding NSBlockOperation with a specific NSString as identifier. The identifier value is held in a NSMutableArray serving as a registry. This is how I ...
6
votes
2answers
87 views

Class method and instance method with the same name in Objective-C

I have a solution for a notification problem which works well, but I'm afraid might be a bad idea. I have a notification that needs to be handled by each instance of a class and by the class itself. ...
0
votes
1answer
193 views

NSWindowDelegate : windowDidBecomeKey vs windowDidBecomeMain

What is the difference between windowDidBecomeKey: and windowDidBecomeMain: notifications? In other words, I want to know that "what is the key window" and "what is the main window".
-6
votes
1answer
40 views

ios notification comparisons [closed]

I find it hard to research capabilities of notifications because they all have similar names. What kind of notification can I use to alert other apps about an event in my app?
1
vote
1answer
344 views

iOS receive Media Player Notifications when app is in background

Probably a simple question - can an iOS app continue to receive media player notifications [NSNotifications] (i.e. MPMusicPlayerControllerNowPlayingItemDidChangeNotification) once it moves into ...
2
votes
1answer
429 views

NSNotification vs. dispatch_get_main_queue

In relation to this question I was wondering if there is any generally accepted logic regarding when to use NSNotification, with an observer in your main thread, vs using GCD to dispatch work from a ...
0
votes
3answers
459 views

NSNotificationCenter Observer Not Receiving Notification

I am aware of the standard reasons as to why a notification would not be received: Deallocating or nullifying the registered object. Removing the object as an observer. Not registering as an ...
0
votes
0answers
13 views

NSNotification Conundrum

I'm looking to add multiple observers to NSNotificationCenter and have them updated whenever they are told to via notification. These observers are going to be instances of a class and will each be ...
0
votes
0answers
69 views

Send/Receive Notifications with NSDistributedNotificaitonCenter vs. NSNotificationCenter

I have a little Foundation command line tool that I have been using to learn about Notifications. The following works, however when the NSNotificationCenter is changed to ...
0
votes
1answer
72 views

NSNotification MPVideoplayercontroller crash - ARC

My app uses video displayed by a view controller in a view (View 1) as a background for the app's menu/navigation. Buttons lay over the top of the video and depending on where the video is, the ...
1
vote
3answers
141 views

Sharing common header and footer CCLayers across multiple CCScenes and make it updatable

In my cocos2d game I am needing to share a common header and footer that will appear on every game layer. The header contains things like cash, and sprites -- whereas the footer contains CCMenuItem ...
0
votes
3answers
217 views

NSNotificationCenter removing wrong observers?

Is there any corner case behaviors for removeObserver:name:object:? In the following block of code, my observer isn't being registered properly: - (void)setPlayerItem:(AVPlayerItem *)playerItem { ...
0
votes
1answer
52 views

How do I receive notification from UIImagePickerController that a Photo has been touched?

How do I receive notification from UIImagePickerController that a Photo has been touched? I am using a SVProgresHUD which is best stopped in imagePickerController: didFinishPickingMediaWithInfo: ...
0
votes
2answers
92 views

Simple Communication between Objects NSNotification/Delegates or similar?

I just started with Objective C and have a question concerning communication between two objects. Say I have an Object, let's call it aTimcode instantiated from main() from class "Timecode" which is ...
2
votes
1answer
140 views

NSManagedDocument CompletionHandler & NSNotification

I am using Core Data and was wondering if I am doing things correctly. I am opening my UIManagedDocument from a singleton object using the completion handler and block below. [[self managedDocument] ...
0
votes
0answers
39 views

Non existing location-Google API, app crashing

I have problem regarding using Google API.Once i type into my textfield existing location it turns latitude and longtitude. However, once I type non exiting location, my app crashes and throws me ...

1 2 3 4 5 6