The FuriganaTextView
class now has a new read-only property contentView
to reference the underlying UITextView
that dose the actual text rendering work.
The property will return a valid UITextView
after the contents
has been set.
Note: If the contents
has never been set, contentView
will return nil
.
The previous text view customization properties are now deprecated, and will be removed in the next release. The properties include:
scrollEnabled
alignment
Please use the contentView
to customize the text view instead.