0

両端揃えのテキストを含む定義済みの高さを持つテキストビューを作成しようとしています。

ビューにテキストを入力するとき、ビューがいっぱいになったときに確認できるようにする必要があります。

どうすればいいですか?コアテキスト?

私はsdk-3.2を使用しています。

4

1 に答える 1

0

You cannot do it using UITextView (that would be the most "logical" way to do it), or any others SDK current classes.

The only simple way to do it if to put the content to be justified in an html file, justify it using CSS, and show it in a UIWebView.

于 2010-03-15T09:50:02.490 に答える