问题标签 [nsmutableattributedstring]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
objective-c - NSMutableAttributedString 添加不同的对齐方式
是否可以将左右对齐添加到字符串的不同部分?
我试图将对齐属性添加到右侧:
但是整个字符串都向左对齐。
ios - 如何从 NSMutableAttributedString 中删除文本
我需要从 NSMutableAttributedString 中删除一些文本。
我的代码如下所示:
我想从这个 mutableAttributedString 中删除括号。
试过这个:
但是还有
如何从 NSMutableAttributedString 中删除文本?
ios - 从 iOS 中的 UILabel 中删除括号
我昨天发布了这个问题:Removing parentheses from the string in iOS。但我仍然无法从标签中删除括号。
不知道我的错误是什么。琢磨了一晚上,还是做不出来。
我正在使用 TTTAttributedLabel。我的代码如下所示:
仍然无法卸下支架。谁能指出我的错误?非常感谢您的帮助。
ios - 从 NSAttributedString 中提取最后 50 行
有没有一种简单的方法来拆分 aNSAttributedString
所以我只得到最后50 行左右?
ios - 将 NSMutableAttributedString 分成两半
我的类别有一些问题,将 NSMutableAttributedString 分成两半,它在NSMakeRange(...)
lastHalfLinesOfAttributedString 长度:1020 来自索引:510 2013-07-02 17:43:16.209 hackers_ssh[36675:c07] * 由于未捕获的异常“NSRangeException”而终止应用程序,原因:“NSConcreteMutableAttributedString attributesSubstringFromRange:: Out of bounds” * First
ios - 对 iOS 中 UITextView 的选定文本应用富文本格式
我正在创建一个应用程序,我必须在其中实现如下功能:
1)写入文本视图
2)从文本视图中选择文本
3) 允许用户在所选文本上应用粗体、斜体和下划线功能。
我已经开始使用 NSMutableAttributedString 来实现它。它适用于粗体和斜体,但仅用选定的文本替换 textview 文本。
有人可以帮我实现这个功能吗?
提前致谢。
ios - 在 UITextView 中连接 NSMutableAttributedStrings
我对此感到疯狂:(在iOS6中工作
我有一个带有文本的 UITextView,在该文本中,我每秒都会在其中附加一个 NSString 并滚动到附加的最后一行。这样 ->
我想使用 NSMutableAttributedStrings 而不是 NSString 来格式化文本。
我一直在到处寻找,但我什么也没找到。有什么方法可以连接 NSMutableAttributedStrings?UITextView 中的当前和新的?
提前致谢
ios - 适用于 5.1 的 iOS 属性文本
我怎么能像这样在 iOS 5.1 中制作 -
在 iOS 6 中它可以,但在 5.1 中......这不可用(((
而且我的代码有错误-
它可能在 iOS 5.1 中具有模拟功能吗?
objective-c - 动画 w NSAttributedString?
我正在尝试在 UILabel 中使用属性文本创建逐字符动画
我希望最后一条消息会设置带有属性的文本,但找不到解决方案。在这里,我试图为字符串常规样式设置动画,并且让标签显示属性字符串,但它不起作用。你如何保持属性和动画文本?
ios - 文本下划线的颜色与 iOS 中的文本颜色不同
我目前正在使用 aUITextView
并设置它的attributedText
属性,但我看不到使用我的NSMutableAttributedString
. 我只是错过了什么吗?这可能吗?
我需要调查CoreText
吗?那里有可能吗?