Can you curve views
I want to curve views so that objects will pop out. I am registering lanes and the views will be lanes. Can i 开发者_如何学编程curve views in the nib file
You can't create a UIView
with a non rectangular shape, but you can mask it using a CALayer
with any random shape. See Bitmap Images and Image Masks.
精彩评论