1

I have an IKImageView set up to display in my mac application but when you don't give it an image, its starts with like a noisy broken screenshot of my own desktop rather than being empty. How can I simply clear it and have it empty?

Thanks.

braX
  • 11,506
  • 5
  • 20
  • 33
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253

1 Answers1

0

Only display it IF you actually have an image. If you don't have one just show the user a label or something saying 'No Image' or similar.

willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111