MAThemeKit
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mamaral/MAThemeKit
- 官方下载: https://github.com/mamaral/MAThemeKit
软件介绍
MAThemeKit 让 iOS 开发者能通过一行代码来为他们整个应用创建连贯颜色的主题,不需要再为每个组建移除大量的 UIAppearances。
[MAThemeKit setupThemeWithPrimaryColor:[MAThemeKit colorWithR:0 G:184 B:156] secondaryColor:[UIColor whiteColor] fontName:@"HelveticaNeue-Light" lightStatusBar:YES];
