开发者

Make an overlapped view

开发者 https://www.devze.com 2023-03-23 02:30 出处:网络
I would like to make two UIViews.One of them will be fixed in the b开发者_如何学Cackground with less opacity and the other above will be scrollable. Can I do this?Yes you can do that. Its quite simple

I would like to make two UIViews. One of them will be fixed in the b开发者_如何学Cackground with less opacity and the other above will be scrollable. Can I do this?


Yes you can do that. Its quite simple to do that implementation. You create 2 UIView's in the NIB file, one above the other ( in an hierarchy point of view). YOu can set the opacity of the one above, so you can see the one behind. Then, just drop an UIScrollView in the front one. If you need more help with specifics just reply. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消