HiraginoLabel
如果您将 Hiragino 字体放入 UILabel,底部将被裁剪。再见那些困扰许多日本开发者的难题。HiraginoLabel 是一个能够完美显示 Hiragino 字体的 UIlabel。
示例
要运行示例项目,请克隆仓库,并首先从 Example 目录运行 pod install
。
要求
- Swift 4.2
- iOS 10.0 或更高版本
使用方法
import HiraginoLabel
let hiraginoLabel = HiraginoLabel()
hiraginoLabel.text = "your hiragino text"
安装
HiraginoLabel 通过 CocoaPods 提供使用。要安装它,只需将以下行添加到您的 Podfile 中。
pod 'HiraginoLabel'
作者
kohei1218, [email protected]
许可证
HiraginoLabel 在 MIT 许可证下可用。查看 LICENSE 文件了解更多信息。