Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 107955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:50:08+00:00 2026-05-11T01:50:08+00:00

Can anyone clarify/elucidate the situation with respect to -[NSNotificationCenter addObserver:selector:name:object:] ? What types of

  • 0

Can anyone clarify/elucidate the situation with respect to -[NSNotificationCenter addObserver:selector:name:object:]?

  • What types of references are kept by the notification center of the ‘observer’ and ‘object’ arguments?

  • What are the best practices for removing observers from the notification center?

  • What are the special concerns for multi-threaded applications, especially with respect to the ‘object’ argument?

  • What are the differences in behavior of this method in GC and non-GC environments?

  • Are the any significant differences (from a client perspective) between mobile and desktop environments in this method’s behavior?

Also, any pointers to existing articles which cover this would be greatly appreciated. I Googled, but was surprised to find little in-depth discussion of these issues (although maybe I didn’t use the right magic keywords).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:50:09+00:00Added an answer on May 11, 2026 at 1:50 am

    what types of references are kept by the notification center of the ‘observer’ and ‘object’ arguments?

    I believe a weak reference, though that’s just from memory (no pun intended).

    what are the best practices for removing observers from the notification center?

    Always remove the registered object from the notification center before they’re released. The object’s dealloc method is a good place for this if it set up the registration itself, or when you release it if another object is managing the notification subscriptions. Keep this in mind and the above won’t matter.

    what are the special concerns for multi-threaded applications, especially WRT the ‘object’ argument?

    NSNotificationCenter works fine on threads, but if you send a notification from a background thread, the object will receive it on that same thread. Because of this behavior you should use a different approach if you’re updating the UI or doing anything else that’s not thread safe (or, dispatch the notification from another method on the main thread).

    what are the differences in behavior of this method in GC and non-GC environments?

    I don’t remember hearing of anything that you need to worry about, though I haven’t used the GC much yet.

    are the any significant differences (from a client perspective) between mobile and desktop environments in this method’s behavior?

    Not that I’ve heard of, no. When you register your object you can choose to register for all notifications or only notifications from a certain object. If you’re using notifications heavily the latter may be a little faster, but always test to be sure.

    Also, any pointers to existing articles which cover this would be greatly appreciated. I googled, but was surprised to find little in-depth discussion of these issues (although maybe i didn’t use the right magic keywords).

    I think it’s more because NSNotificationCenter is pretty easy to use, in general. If you’re worried about certain cases, don’t be afraid to write a quick test app!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 58k
  • Answers 58k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Might also look into useing Spring's PropertyOverrideConfigurer. Could re-read the… May 11, 2026 at 8:46 am
  • added an answer If your items are in a TreeView, they'll be wrapped… May 11, 2026 at 8:46 am
  • added an answer you can add the PrinicpalPermission attribute multiple times. [PrincipalPermission(SecurityAction.Demand, Role='Admin')]… May 11, 2026 at 8:46 am

Related Questions

No related questions found

Top Members

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.