Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 533 Bytes

UITableView+CornerRadius

方便地对tableView的cell的四个角进行圆角化处理

To use with your tableView

  1. import "UITableView+CornerRadius.h"
  2. tableView.enableCornerRadiusCell = YES
  3. tableView.cornerRadius = 5.f;
  4. tableView.cornerRadiusStyle = KYTableVIewCornerRadiusStyleSectionTopAndBottom

image

Attention

This category hooked the private method of UITableView

License

Under MIT license