Posts by isena • 31 points
1 post
-
3
votes3
answers207
viewsA: Create Uiview Free
To leave the UIView only translucent, you just need to set up the property alpha of UIView with a value less than 1. A solution to achieve the effect shown in your image is to create a UIView with…