开源的扁平风格(Flat UI)的iOS控件:FlatUIKit
jopen
11年前
FlatUIKit这个开源项目提供了一组扁平风格(Flat UI)的iOS 控件集合。下面是UITableViewCell的一个例子:
cell = [UITableViewCell configureFlatCellWithColor:[UIColor greenSeaColor] selectedColor:[UIColor cloudsColor] style:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier]; cell.cornerRadius = 5.0f; // optional cell.separatorHeight = 2.0f; // optional