inkyfox / KRWordWrapLabel

한글의 단어 단위 줄바꿈이 가능한 UILabel
MIT License
117 stars 13 forks source link

KRWordWrapLabel

Swift Carthage compatible Version License Platform

UILabel subclass which provides Word Wrap based on white spaces not depending on languages

Although UILabel supports Word Wrap for the line breaking mode, it doesn't work on Korean letters. It works just like Charactor Wrap. This KRWordWrapLabel provides Word Wrap based on white spaces not depending on languages. Almost all the requirements for this library is from Korean, so I'll describe the details in Korean also.

UILabel은 Word Wrap 모드를 지원하지만 한글의 경우 글자 단위로 줄바꿈이 됩니다. 이 KRWordWrapLabel은 UILabel의 Subclass로서 한글의 단어 단위의 줄바꿈이 가능합니다.

Usages

ScreenShot

sreenshot

Installation

CocoaPods

pod 'KRWordWrapLabel'

Carthage

github "inkyfox/KRWordWrapLabel"

Author

Yongha Yoo

License

MIT