在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Vaberer/Google-Material-Design-Icons-Swift开源软件地址(OpenSource Url):https://github.com/Vaberer/Google-Material-Design-Icons-Swift开源编程语言(OpenSource Language):Swift 98.2%开源软件介绍(OpenSource Introduction):Google Material Design Icons SwiftFollow me: @vaberer I like ★. Do not forget to ★ this super convenient library. #There is also a very popular Font Awesome library which you will love! Google Material Design Icons Swift library for iOS. No image icons any more. Using Google Material Design Icons Swift library is very easy to use. Look at the demo app which shows all icons and their names or just visit Google Design Material Icons. Requirements
InstallationCocoaPodsCocoaPods is a dependency manager for Cocoa projects. CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command: $ gem install cocoapods To integrate Google Material Design Icons Swifr into your Xcode project using CocoaPods, specify it in your source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Google-Material-Design-Icons-Swift', '~> 1.0.1' Then, run the following command: $ pod install Do not forget to import to your swift files where you want to use this library: import Google_Material_Design_Icons_Swift To use Font Awesome in Swift 1.2:
Manually
UsageSuper easy way how to add an icon. UILabel labelName.GMDIcon = GMDType.GMDPublic
//or if you want to set an icon size, use:
labelName.setGMDIcon(GMDType.GMDPublic, iconSize: 30)
labelName.textColor = UIColor.redColor() UIButton buttonName.setGMDIcon(GMDType.GMDPublic, forState: .Normal)
//or if you want to set an icon size, use:
buttonName.setGMDIcon(GMDType.GMDPublic, iconSize: 35, forState: .Normal)
buttonName.setTitleColor(UIColor.redColor(), forState: .Normal) UIBarButtonItem //Standard font size
barName.GMDIcon = GMDType.GMDPublic
//Custom font size
barName.setGMDIcon(GMDType.GMDPublic, iconSize: 35)
barName.tintColor = UIColor.redColor() AuthorPatrik Vaberer, [email protected] LicenceGoogle Material Design Icons Swift is available under the MIT license. See the LICENSE file for more info. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论