我有一个简单的文本视图(在滚动视图中),对于我的生活,我无法使文本视图中的文本居中。检查器中没有选择将文本居中,就像使用普通文本字段时一样。我尝试了类似的东西:
tell textView to setTextAlignment_(current application's setTextAlignment UITextAlignmentCenter)
但是,显然失败了。这是怎么做到的?
答案 0 :(得分:0)
尝试使用:
tell textView to setAlignment_(current application's NSTextAlignmentCenter)