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 6072287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:08:36+00:00 2026-05-23T10:08:36+00:00

From within a UIViewController, I programmatically create about 10 instances of a CustomUIView and

  • 0

From within a UIViewController, I programmatically create about 10 instances of a CustomUIView and place them on the [UIViewController view].

When any of those instances of CustomUIView is touched, I want to let the controller know and take some action.

I’ve thought of two ways to do this:

  1. Subscribe the UIViewController as an observer to the CustomUIView. Then when touchesBegan:withEvent: is fired, call a method on the UIViewController observer.

  2. Use [self.nextResponder touchesBegan:touches withEvent:event] to raise the event to the UIViewController.

I’ve implemented both, and they both work ok.

Question: What is the best way for a programmatically-created view to communicate with its UIViewController? Is one of these the way to go? Or is there a third way?

The resources I’ve found online are very good at explaining all the Cocoa “pieces”, but I’m having trouble finding best practices for overall architecture.

  • 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-23T10:08:37+00:00Added an answer on May 23, 2026 at 10:08 am

    For the case of touch events, you don’t have to do anything!

    From the UIViewController class reference:

    View controllers are tightly bound to the views they manage and take part in the responder chain used to handle events. View controllers are themselves descendants of the UIResponder class and are inserted into the responder chain between the managed root view and its superview, which typically belongs to a different view controller. If the view controller’s view does not handle an event, the view controller itself has the option of handling the event before passing the event along to the superview.

    This means your view controller can handle touch events in its view without any extra setup, as long as you don’t handle them in your view.

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

Sidebar

Related Questions

I have a UIViewController subclass which is having its view created programmatically within the
From within my Java program I want to determine which .NET Framework is installed
Really simple question: From within GWT I want to forward the user away from
I'm pushing a view controller onto my navigation controller's stack from within my TableViewController's
I have a UIViewController, and within that view i have UITableView added in IB
I have a view controller (derived from UIViewController not UITableViewController) containing a table view.
As title said, I want to show another UIViewController from an existing UIViewController which
I am trying to show a cocos2D-iPhone scene from within a UIViewController. Cocos2d should
I have a custom view MyView : UIViewController <UITableViewDelegate, UITableViewDataSource> with a UITableView within
From within a DLL that's being called by a C#.NET web app, how do

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.