views:

111

answers:

1

Hi,

Is it possible to create a UIView with rounded edges ?

A: 

You can subclass UIView and override its drawBounds routine to draw its edges rounded, but the bounds of any UIView or subclass will always be a rectangle.

fbrereto