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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:21:00+00:00 2026-06-13T01:21:00+00:00

I am going to make an OS X application with several views and windows.

  • 0

I am going to make an OS X application with several views and windows.

It has several screens – splash, login/register and the main screen(and so on).

I tried to use NSWindowControllers. However, it’s so complex to use and I’m confused.

What is the best experience in the view/window transitions?

  • 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-06-13T01:21:01+00:00Added an answer on June 13, 2026 at 1:21 am

    The main pattern I use is the follow:

    • Create a New File User Interface Window and save it as nameYouLike
    • Create a New File Cocoa Objective-C class of NSWindowController subclass and save is as nameYouLikeDelegate
    • Go to nameYouLike NSWindow and change it’s File's Owner Class to nameYouLikeDelegate
    • Connect window and other objects you need of xib with an IBOutlet to nameYouLikeDelegate.h
    • In some init/show method do this:

      - (void)showWindow {
          if (!self.window) {
              [NSBundle loadNibNamed:@"nameYouLike" owner:self];
          }
      
          [self.window makeKeyAndOrderFront:self];
      }
      
    • Save reference in some way (f.e. in AppDelegate or NSWindowController of another window):

      nameYouLikeDelegate *fNameYouLikeDelegate;
      
    • Now when you need to create your window you use:

      fNameYouLikeDelegate = [[nameYouLikeDelegate alloc] init];
      
    • And to show it:

      [fNameYouLikeDelegate showWindow];
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am going to make a client-server application using Node.js, and I want to
I'm developing a system in Ruby that is going to make use of RabbitMQ
im planning to make a Simple Screen transition Dashboard. I am going to make
I need to monitor several systems going thru stress testing. I want to make
I'm currently developing a PHP application that is going to use websockets for client-server
I am going to make a simple application that uses a database. I could
I'm going to make a presentation of an Android application, and since it will
Basically I'm trying to make an application for tablets. There going to be a
Going through the tutorial here: http://www.asp.net/mvc/tutorials/iteration-4-make-the-application-loosely-coupled-cs I've noticed that they are passing the EF
I am going to make a web application. It is based of RESTful API

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.