We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
영문 뿐만 아니라 조합형 단어에 대한 퍼포먼스 저하없이 완벽한 속성처리 (Bold, Heading, Quote 기준)
UIControl의 subclass에 대해서 Control Event를 자동으로 바인딩 해줌. selected, enable 상태 관리
BonMot의 XML parsing 은 완벽합니다. 또한 attribute rule만 손쉽게 관리할 수 있도록 delegate로 처리했습니다.
중첩된 attribute에 대해서 xml tag를 생성해줌 ex. apple banana caramel -> apple banana caramel
https://github.com/GeekTree0101/VTextView/projects/1
The text was updated successfully, but these errors were encountered:
GeekTree0101
No branches or pull requests
Apply attribute processing without performance degradation for compound word
영문 뿐만 아니라 조합형 단어에 대한 퍼포먼스 저하없이 완벽한 속성처리 (Bold, Heading, Quote 기준)
Support UIControl subclass event binding with VTypingManager
UIControl의 subclass에 대해서 Control Event를 자동으로 바인딩 해줌. selected, enable 상태 관리
Support XML to NSAttributedString, BonMot is very fast than Fuz*
BonMot의 XML parsing 은 완벽합니다. 또한 attribute rule만 손쉽게 관리할 수 있도록 delegate로 처리했습니다.
Support NSAttributedString to XML
중첩된 attribute에 대해서 xml tag를 생성해줌
ex. apple banana caramel -> apple banana caramel
TODO
https://github.com/GeekTree0101/VTextView/projects/1
The text was updated successfully, but these errors were encountered: