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. :)
精彩评论