Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个具有预定义高度的文本视图,其中将包含对齐的文本。
将文本输入视图时,我需要能够检查视图何时已满。
我该怎么做?核心文本?
我正在使用 sdk-3.2。
您不能使用UITextView(这将是最“合乎逻辑”的方式)或任何其他 SDK 当前类来做到这一点。
UITextView
唯一简单的方法是将要对齐的内容放在 html 文件中,使用 CSS 对其进行对齐,并将其显示在UIWebView.
UIWebView