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 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'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'm trying to port a GTK-based Linux app to Mac OS-X. I have the
I'm trying to port code over to compile using Microchip's C18 compiler for a
I am trying to port this algorithm to clojure. My code is (defn calc-iterations
I'm busy trying to port Java code that looks like this Cipher rsa =
I have been trying to port project im working on to PropelORM . So
I'm trying to port a .NET application from Windows to Mono, but certain code
I am trying to port some C++ code from Windows to Solaris(Unix). There are
I'm trying to port some C++ code to C#, and one of the things

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.