HiraginoLabel 0.1.5

HiraginoLabel 0.1.5

Maintained by kohei1218.



  • By
  • kohei1218

HiraginoLabel

CI Status Version License Platform

If you put Hiragino font in UILabel, the bottom will be cut off. Goodbye to the problems that have plagued many Japanese developers. HiraginoLabel is UIlabel that can display Hiragino font perfectly.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 4.2
  • iOS 10.0 or later

Usage

import HiraginoLabel

let hiraginoLabel = HiraginoLabel()
hiraginoLabel.text = "your hiragino text"

Installation

HiraginoLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HiraginoLabel'

Author

kohei1218, [email protected]

License

HiraginoLabel is available under the MIT license. See the LICENSE file for more info.