0

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?

Kyle Parisi
  • 1,316
  • 1
  • 11
  • 14

1 Answers1

0

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.

Kyle Parisi
  • 1,316
  • 1
  • 11
  • 14