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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:45:14+00:00 2026-06-06T15:45:14+00:00

i am applying a border to NSView but how can i change the bordercolor.

  • 0

i am applying a border to NSView but how can i change the bordercolor. Using NSColor with setBorderColor is showing a warning. I want to use Orange Color in Border

    [self setWantsLayer:YES];
    self .layer.masksToBounds   = YES;    
    self.layer.borderWidth      = 6.0f ;

    [self.layer setBorderColor:CGColorGetConstantColor(kCGColorBlack)]; 

How can i set other colors(excluding black and white) in Border

Regards,
Haseena

  • 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-06T15:45:18+00:00Added an answer on June 6, 2026 at 3:45 pm

    You need to convert to a CGColorRef

    NSColor *orangeColor = [NSColor orangeColor];
    
    // Convert to CGColorRef
    NSInteger numberOfComponents = [orangeColor numberOfComponents];
    CGFloat components[numberOfComponents];
    CGColorSpaceRef colorSpace = [[orangeColor colorSpace] CGColorSpace];    
    [orangeColor getComponents:(CGFloat *)&components];    
    CGColorRef orangeCGColor = CGColorCreate(colorSpace, components);
    
    // Set border
    self.view.layer.borderColor = orangeCGColor;
    
    // Clean up
    CGColorRelease(orangeCGColor);
    

    Or if you can require 10.8+, use [aColor CGColor]

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

Sidebar

Related Questions

In My android xml layout i am applying the border by using the borderframe.xml
When applying the MVP pattern to ASP.NET applications, where does using AJAX to post
I thought of applying Dependency Injection and use Unity in the Project I am
I'm applying the strikeout tag: <s>$5,000,000</s> But the line is too low.. .it's about
I've got the following CSS code, but the -moz-border-radius and -webkit-border-radius styles aren't being
I have an issue with Firefox when applying -moz-box-sizing : border-box; to inputs, seems
I've got a Border in XAML/WPF that I'm using to give a full-paragraph-width underline
I have one form where i am applying ScrollArea but it is not getting
I have a fixed-width page that I want to add a simple border to
I have a problem but not exactly with the border radius, but amm not

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.