Hi,
Is it possible to create a UIView with rounded edges ?
Hi,
Is it possible to create a UIView with rounded edges ?
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.