0

I have a two view app. The root view has items that simply have a details view. In that details view is a simple section label (the item name) followed by a paragraph description.

What is the best way to display this static text? Is the best option UILabel?

4

1 回答 1

1

通常 UILabel 可以正常工作。确保将 lineBreakMode 设置为零 (0),以便它自动换行。

于 2013-04-21T06:44:10.640 回答