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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:26:13+00:00 2026-06-09T02:26:13+00:00

Xcode no longer supports ibplugins so I wonder if anyone has any experience using

  • 0

Xcode no longer supports ibplugins so I wonder if anyone has any experience using BWToolkit programmatically. Basically BWSplitView does everything I need (the introduction video on the website says it all) but I’m a bit lost on how to use the class.

Has anyone done it?

  • 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-09T02:26:15+00:00Added an answer on June 9, 2026 at 2:26 am

    From looking at the BWToolkit there a few key things that I noticed.

    • BWSplitView is a subclass of NSSplitView. So it should have some
      methods similar (i.e init methods).

    • BWSplitView does have an init method that lets it be used as a
      singleton.

    So that being said (without trying any of this in Xcode), you should be able to create an instance of BWSplitView using it’s super class, NSSplitView ‘s, init method. Then add it to your view.

    Here is an example (again, untested):

    BWSplitView *splitView = [[BWSplitView alloc] initWithFrame:[[theWindow contentView] bounds]];
    
    NSTextView *textView1 = [NSTextView new];
    NSTextView *textView2 = [NSTextView new];
    
    
    [splitView addSubview:textView1];
    [splitView addSubview:textView2];
    
    [splitView adjustSubviews];
    
    [[theWindow contentView] addSubview:splitView];
    
    [textView1 release];
    [textView2 release];
    

    You may have to write some of your accessor methods to BWSplitView private methods.

    Hope this helps.

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

Sidebar

Related Questions

I noticed that Xcode (or more precisely the Apple LLVM compiler?) does not longer
(XCode 4.3) Why does the following crash at the NSLog statement with EXC_BAD_ACCESS? BOOL
XCode 3.1.2 using built-in OCTest unit testing. I'm getting a crash when unit tests
XCode 4.31 crash when i try to open my project. I could open any
I'm developing a large scale application for iOS 5 using ARC in xcode. The
I believe it's no longer called UIBackgroundModes in iOS5 and xCode 4.2. What's the
Is anyone aware of a fork for ShareKit for iOS5 / xCode 4.3 ?
After I updated to Xcode 4.2, I can no longer release anything. When I
I have just updated from 4.2 to Xcode 4.3 and Instruments is no longer
My Xcode compiles are taking longer and longer. Each time I compile it claims

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.