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

  • SEARCH
  • Home
  • 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 7687879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:47:54+00:00 2026-05-31T19:47:54+00:00

My situation: ClassA may or may not have a parent of type ClassB .

  • 0

My situation:

ClassA may or may not have a parent of type ClassB. Therefore saying [instanceOfA.superview somethingClassBSpecific]; is half hazardous. Plus, Xocde will get pissy, for good reason.

Is the recommendation here to dispatch a notification, or do some logic on the superview, e.g.,

if([objectOfA.superview respondsToSelector:somethingClassBSpecific] != nil){
    //...
}

Or create a delegate of type ClassB where the situation permits?

  • 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. Editorial Team
    Editorial Team
    2026-05-31T19:47:56+00:00Added an answer on May 31, 2026 at 7:47 pm

    As is so often the case, it depends. Using the view hierarchy, notifications, and delegation are three different ways that objects can communicate with each other. Deciding which of those (if any) is most appropriate requires thinking about how the objects in question are related to each other.

    Notifications provide very loose (nearly zero) coupling between objects. They also provide one-to-many communication — you post a notification, and every object that’s listening for that notification will get the message. But notifications aren’t always appropriate; communication is mainly in one direction only, and abusing the notification mechanism can lead to performance problems.

    Delegation gives you a way to customize the behavior of an object. The most obvious example is the application delegate. Most every iOS application is based on the same class: UIApplication. UIApplication is exactly the same for every app even though each app does its own thing. The application object uses a delegate to provide the customization that gives the application its unique behavior.

    The view hierarchy is another way that (some) objects are connected to each other. If the behavior you’re implementing is a) part of a view and b) dependent on that view’s relationship with other views, then it may make sense to use the superview and subviews properties.

    So, what kind of functionality are you trying to implement?

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

Sidebar

Related Questions

I have a situation where I need to determine whether or not an inherited
I have a custom Shape - MyShape - (may be control, does not matter).
I have a situation where I have a simple, immutable value type: public struct
I have the following situation : abstract class X { abstract X someMethod (...)
Pseudo-situation: have a class (let's say BackgroundMagic ), and it has Start() and Stop()
i have situation like this: class IData { virtual void get() = 0; virtual
We have this situation: Window Keyboard ^ ^ | / ApplicationWindow so class Window
I have a situation where I have an instanced class that needs to call
I have the following situation (I know it doesn't sound real but I simplified
Situation: I have two fixed-height divs, overflow set to hidden on both, and dynamic

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.