我希望将toggleBoldface,toggleItalics和toggleUnderline添加到UITextView的编辑选项中。如何才能做到这一点?最好是在斯威夫特。
答案 0 :(得分:4)
对于那些来到这里的人,因为他们在IB中启用Allows Editing Attributes
但未在应用中看到BIU UIMenu
:显然该复选框仅激活显示的预定义字符串的属性编辑在IB中,但不是在呈现给用户的实际UITextView
中。您仍然需要在代码中的某处启用allowsEditingTextAttributes
属性。
答案 1 :(得分:3)
启用文字视图的... >>> df_final
Set Strings Result
0 Alpha The brown Alpha
1 Beta fox smoked 6 Beta health damaging
2 Gamma cigarettes per day Gamma
3 Delta in his cave Delta
>>>
属性。