Archive for 'Rounded Corners'

UIView with rounded corners in iphone.

Simple UITableView Rounded Corners

  • Using a Quartz Core command.
  • Add the QuartzCore.framework framework to your project.
  • In table view controller add the header import for Quartz Core.
    #import <QuartzCore/QuartzCore.h>
  • In the viewDidLoad method.
    [self.view.layer setCornerRadius:5.0];

Incoming search terms:

  • android iphone uitableview rounded
  • simpleUITableView iPad
  • UITableView setCornerRadius