FontWeather.swift 0.8.1

FontWeather.swift 0.8.1

测试测试
语言 SwiftSwift
许可 MIT
发布最新发布2016年8月
SPM支持 SPM

Julian Shen 维护。



  • Julian Shen

FontWeather.swift

在您的 Swift 项目中使用 Font Weather

FontWeather.swift 受 FontAwesome.swift 启发。它提供了一套天气图标,来自 weather-icons 而不是 FontAwesome。用法类似于 FontAwesome.swift

示例

标签中的 FontWeather 图标

label.font = UIFont.fontWeatherOfSize(200)
label.text = String.fontWeatherIconWithName(FontWeather.DaySunny)

从 CSS 类名中获取标签中的 FontWeather 图标

label.font = UIFont.fontWeatherOfSize(200)
label.text = String.fontWeatherIconWithCode("day-sunny")

要求

iOS 8 或更高版本。

许可