開源的扁平風格(Flat UI)的iOS控件:FlatUIKit

jopen 11年前發布 | 32K 次閱讀 FlatUIKit iOS開發 移動開發

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

開源的扁平風格(Flat UI)的iOS 控件:FlatUIKit

項目主頁:http://www.baiduhome.net/lib/view/home/1370493854570

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!