How can I solve the problem I mentioned in the title?
So I have an UIImageView and in it there is an UIImage.
My UIImageView is in a View. When I set the origin of the imageview to (-120, -30) then I don’t want to see the start of my imageview. Is this possible? Can this be done? How?
How can I solve the problem I mentioned in the title? So I have
Share
Set the
clipsToBoundsproperty on the image view to YES.