Questions tagged [clipstobounds]

3 questions
1
vote
2 answers

Is it possible to unclip just a single subview from its superview's bounds?

I have a situation where I want a single subview to not be clipped to the superview's bounds, while the rest of the superview's subviews are clipped to its bounds. Is there a way to exclude a certain UIView from being clipped to its superview's…
David Chopin
  • 2,780
  • 2
  • 19
  • 40
0
votes
2 answers

UIImageView added as subview in an UIView with clipsToBounds is not working

I have a UIView with a UIImageView as subview added, the UIImageView is a texture that repeats. The UIView width and height are correct, but the image is out of the size. I added the ClipsToBounds, but it's not clipping the image at all. Is there a…
ldo1985
  • 115
  • 6
0
votes
1 answer

UICollectionView clipsToBounds=false is not working correctly

I am trying to make below effect using UICollectionView and its working fine. However when I scroll left and right sometimes left or right cell is hiding. I can't see 3 rows, I just see 2 rows. Either left or right gets hided something like…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276