Cocoa Touch 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:59 UTC
Read the original article
Hit count: 1110
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?
I am using sdk-3.2.
© Stack Overflow or respective owner