I’m loading a NSImage into an image well from a url. Image load in but in the off center, in upper right corner of the image well. When I resize the window the image centers itself. Anyone familiar with why this happens?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Ok I found that xcode was loading an old nib file for whatever dumb reason. Run clean under product menu then debug your issue. I had to change the objects in my nib file around and now the images are centered.