開源的扁平風格(Flat UI)的iOS控件:FlatUIKit
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
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!