标签: ios fonts uitextfield
我在设置textfield字体时遇到问题。我做了一个大胆的按钮。单击粗体按钮后,整个文本字符串字体设置为粗体。但我只想按下粗体按钮后输入粗体的那些单词。
答案 0 :(得分:2)
您需要在NSAttributedString内使用UITextView。您必须记住NSRange粗体,非粗体文本以供进一步编辑。您需要的所有方法都可以在这里找到: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSAttributedString_Class/
NSAttributedString
UITextView
NSRange