为什么iPhone上没有NSAttributedString? [英] Why No NSAttributedString on the iPhone?

查看:161
本文介绍了为什么iPhone上没有NSAttributedString?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么人知道在将AppKit变成UIKit时是什么让Apple遗漏了NSAttributedString?

Does anyone know what made Apple leave out NSAttributedString when turning AppKit into UIKit?

我问的原因是我真的想在我的iPhone应用程序中使用它,似乎没有替代或替代自己做...

The reason I ask is that I would really like to use it in my iPhone app, and there appears to be no replacement or alternative than doing it myself...

字符串上可能有混合字体属性 - 它只是一个地狱的通过使用NSAttributedString的几行代码实现类似的功能。

It is possible to have mixed font attributes on a string - it's just a hell of a lot of work to to achieve something similar that was possible with a few lines of code with NSAttributedString.

此外,自己完成所有这些额外的绘图代码使得我的表视图单元格真的很棒沉重,真的伤害了表现。

Also, doing all this extra drawing code myself makes my table view cells really heavy, and really hurts performance.

任何人都有任何想法?任何天才都在开发替代NSAttributedString的开源?

Anyone got any ideas? Any genius's working on an opensource alternative to NSAttributedString?

推荐答案

NSAttributedString现在已经在iPhone上发布4.0 Beta

NSAttributedString is now on the iPhone as of 4.0 Beta

这篇关于为什么iPhone上没有NSAttributedString?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆