To create rounded rectangular views using iPhone SDK
To create view with rounded corners is really simple in iPhone SDK 3.0 in just 2 steps Step 1: Include QuartzCore Step 2: You can now add corner radius to any view Sample Code: Click to download. In the sample … Continue reading