I have a background image with Radial Gradients, on some scenes it looks fine.
But on other people where I have extra control at the top of this scene because this is a short room for the show.
I think that on where the images begin, I have to pay attention to it above or below, so one end will lose one segment but if I do it through a property, instead of stretch I can? Or if I want to cut the image then how?
What can I do?
What are you showing with UIImageView? The default content mode is set to UIViewContentModeScaleToFill, which spreads in all directions to fit the frame.
Change the ContentMode property to get the desired effect, i.e. UIViewContentModeScaleAspectFill
Comments
Post a Comment