Questions tagged [clipped]
32 questions
0
votes
0 answers
Strange behaviour with UIImageView with camera pictures, all zoomed in
I have a strange behaviour which suggests I might just be missing something. I have the following code:
UIImage *anyImage = [UIImage imageWithContentsOfFile:path];
self.imageView = [[UIImageView alloc] initWithImage:newImage];
[self.imageView…

Paul A.
- 577
- 2
- 11
- 24
0
votes
0 answers
How to make 2 ImageView clipped in RelativeLayout
I have a layout with 2 ImageView, for example, a square(part 3) and a rectangle(part 1) as in the attached picture.
I want these ImageView has a clipped part in common ( part 2).
The problem is I must use the RelativeLayout ( for some other…

toantran
- 1,789
- 17
- 25