Wrong color in Interface Builder's color picker

前端 未结 6 445
夕颜
夕颜 2020-12-08 10:26

I have an UIImageView with a brown image that will not always reach the top part. The UIImage view is inside a white UIView.

So, because the top part of the image is

6条回答
  •  轮回少年
    2020-12-08 11:24

    I've managed to find out a solution/explanation (tho I'm still confused) in this answer: https://stackoverflow.com/a/9203647/460750

    Basically, what I did to solve my issues, was to choose from the RGB "types" select (that little square under the color picker) the Apple RGB option, and enter the R, G and B values manually, instead of using the picker.

    Odd...

提交回复
热议问题