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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:52:18+00:00 2026-05-18T04:52:18+00:00

I have an NSView that resizes automatically based on the size of the window.

  • 0

I have an NSView that resizes automatically based on the size of the window. I load images and display them in the NSView, but I do not want the NSView to try and “squeeze” them to fit the NSView’s size. What I would like is to have the images load into the NSView at 100%, then resize the window to reveal more of the image rather than scale it to fit. I may want to modify this later to allow zooming and panning as well.

Here’s what I did:

-(void)drawRect:(NSRect)rect
{
    NSRect theRect = NSMakeRect((rect.size.width/2)-(([theImage pixelsWide]/2)/2),
                                (rect.size.height/2)-(([theImage pixelsHigh]/2)/2),
                                [theImage pixelsWide]/2,
                                [theImage pixelsHigh]/2);

    [theImage drawInRect:theRect];
}
  • 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-18T04:52:19+00:00Added an answer on May 18, 2026 at 4:52 am

    How are you displaying the images in the first place? Either you’re using an NSImageView or you’re drawing the images into your custom view yourself in -drawRect:.

    If you’re using an image view, take a look at its autosizing settings (its geometry as its parent view’s geometry changes) and its image scaling properties (the image size and ratio as the image view’s geometry changes.

    If a custom view then draw the image into whatever rectangle you please rather than the view’s entire bounds.

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

Sidebar

Related Questions

I have a custom NSView subclass that I want to animate with Core Animation.
I have a NSView subclass that I want to expose a property (an NSGradient
I have drawn an object on NSView subclass. How can the object know that
I have a window with an subclass of NSView in it. Inside the view,
I have a window which has a custom NSView and has a bottom bar
I have a window with a main view of type NSView and a subview
I have this code which draws a Window and NSView, and have set up
I currently have an NSView that draws a grid pattern (essentially a guide of
I have hundreds of thousands of points of time series data that I want
I am writing a simple MacRuby app. I have an NSView that draws an

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.