How to Stop an Image scaling in an Image View?
How to Stop an Image scaling in an Image View?
- Subject: How to Stop an Image scaling in an Image View?
- From: Dave <email@hidden>
- Date: Wed, 5 Jul 2017 16:54:49 +0200
Hi,
In XCode/IB, if add an Image View that has the Image property to an image in my
project it shows the image scaled to fit the Frame of the Image View. How can I
stop this and just truncate it? I want two images on top of each other and just
show the top half of one and the bottom half of the other.
I see loads of scaling options in the “Content Mode” Property, but nothing to
say “none”. The closest I’ve managed so far is to set the Content Mode to
“Aspect Fit” and also set the clip to bounds. This does what I want BUT the
centre of the image shows, not the top, left.
Basically, I have two 24 x 24 images placed one on top of the other, I want to
show the first half (e.g. 0,0,24,12) of ImageA and the bottom half of imageB
(e.g. 0,12,24,12).
Can I do this in XCode/IB? If not can I do this in code?
Cheers
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden