From baa0f6a6154acf20684fc9dd42891001a00f197a Mon Sep 17 00:00:00 2001 From: Lucas Farah Date: Wed, 18 Nov 2015 15:03:46 -0800 Subject: [PATCH] Added YYText --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd16965c9..eb15155ad 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Projects in Swift language will be marked with :large_orange_diamond: and :watch * [RichEditorView](https://github.com/cjwirth/RichEditorView) - RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing. :large_orange_diamond: * [Money](https://github.com/danthorpe/Money) - Swift value types for working with money & currency :large_orange_diamond: * [PhoneNumberKit](https://github.com/marmelroy/PhoneNumberKit) - A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. :large_orange_diamond: + * [YYText](https://github.com/ibireme/YYText) - Powerful text framework for iOS to display and edit rich text. ### Walkthrough / Intro / Tutorial * [Onboard](https://github.com/mamaral/Onboard) - Easily create a beautiful and engaging onboarding experience with only a few lines of code.