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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:02:25+00:00 2026-05-18T08:02:25+00:00

I am trying to port working iPhone code to the Mac (iOS to OSX

  • 0

I am trying to port working iPhone code to the Mac (iOS to OSX – I believe?)

The working iPhone version is

...
return [[UIColor alloc] initWithRed:r green:g blue:b alpha:1.0f];
}

The non-working Mac attempt is

...
return [NSColor colorWithCalibratedRed:r green:g blue:b alpha:1.0f];
}                                       

But when I later access the container, the NSColor is not there. But when I try various versions of [NSColor alloc], none of them “work”.

My question is, how do I create an NSColor that persists (so that later, I have to de-allocate 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-05-18T08:02:26+00:00Added an answer on May 18, 2026 at 8:02 am

    You need to retain your color in your mac attempt. You are calling a function that returns an autoreleased object. You need to either keep calling this function every time you want a color or do something like this:

    return [[NSColor colorWithCalibratedRed:r green:g blue:b alpha:1.0f] retain];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to port my working code from Mac OS X to GNU/Linux.
I'm trying to port a working Leopard screensaver to Snow Leopard but it's deactivating
I’m working on trying to port an ASP.NET app from Server 2003 (and IIS6)
I am trying to port some code form java do F# that generates a
I'm trying to port an application to the newest version of Mozilla Prism (1.0b1
I'm trying to port a portion of AJAX code I wrote over to the
I'm currently working on a port of a jEdit plugin to write all code
I am trying to port some code which runs fine on Linux to Win32.
I'm trying to port a C console program over to iPhone. I have imported
I have been trying to port project im working on to PropelORM . So

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.