Xcode 9 beta 6, iOS 11
I uploaded logo Instagram, which is a file .png , and I have made UIButtonand UIImageViewin Main.storyboard. The logo image was set as follows:

And I set TintColorfor UIButtonand UIImageView- white, but when I start the project, the image color for UIImageView remains black and white for UIButton.
ImageView setup:


Why is it black for imageViewand white for buttonwith the same image setting? Thank you
Additional notes:
When I used the code to add a subview imageView, it worked well. Really weird!