Cocoa text view with aligned, justified text
Posted
by LK
on Stack Overflow
See other posts from Stack Overflow
or by LK
Published on 2010-03-15T08:47:07Z
Indexed on
2010/03/15
8:49 UTC
Read the original article
Hit count: 302
I am trying to create a textview with predefined height that will contain justified text.
When entering the text into the view, I need to be able to check when the view is full.
How would I do this? Core Text?
© Stack Overflow or respective owner