我有标准UITextView
。当我在UITextView
文本中设置
textView.text = "(614)594-2470\n(614)594-2231\nwww.rclexpressllc.com\n\n"
如果我在UITextView
文字中设置了
textView.text = "tel: (614)594-2470 (call up to 20-00)\nfax: (614)594-2231 (accepts 24/7)\nsite: www.rclexpressllc.com (our awesome web-page)\n\n"
这种行为可以连接什么?
如何使UITextView
正常工作?