gpt4 book ai didi

ios - 将粗体或斜体应用于 UITextView 中的选定文本

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:09:25 26 4
gpt4 key购买 nike

如何在 UITextView 中应用粗体、斜体和下划线文本?我已经做了一些研究,发现我可以使用“allowsEditingTextAttributes”。我已经将这个应用到我的项目中,代码如下所示

//.h
@interface ViewController : UIViewController{
IBOutlet UITextView *allowEditing;
}

@property(nonatomic) BOOL allowsEditingTextAttributes;


//.m
@synthesize allowsEditingTextAttributes;

- (void) changeAttribute{
allowEditing.allowsEditingTextAttributes = YES;
}

有人知道我错过了什么吗?

最佳答案

根据reference allowsEditingTextAttributes 允许用户 更改输入文本的属性。如果你想为用户输入的文本设置默认属性 - 使用 typingAttributes,如果你想显示一些带有属性的默认文本 - 使用 attributedText 属性。

关于ios - 将粗体或斜体应用于 UITextView 中的选定文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17901478/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com