CurvedTextView

UI component for drawing curved text


License
CC-BY-SA-2.5
Install
pod try CurvedTextView

Documentation

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

CurvedTextView

CurvedTextView it is UIKit based UI element for drawing curved text. This realisztio based on this stackowerflow comment

Compatibility

The CurvedTextView is supported on iOS version 10 or later and Swift 4 and above.

Installation

Swift Package Manager

In Xcode go to: File -> Swift Packages -> Add Package Dependency...

Enter the CurvedTextView GitHub repository - https://github.com/odyshewroman/CurvedTextView

Select the version

Import CurvedTextView module and start to use CurvedTextView

Cocoapods

To install CurvedTextView with CocoaPods, add the following lines to your Podfile:

pod "CurvedTextView"

Ussage