开发者

uitableview to fake a multifont uitextview

has anyone used a uitableview to write a uitextview-like interface where I would be开发者_运维问答 able to use multiple fonts?

How would I arrange the table and responder?

I need to have a editable view which deals with raw text (the font info would be stored elsewhere). UIWebView doesn't cut it because of both reasons.


why not add a UILabel to a cell in UITableView. You can use whatever font you want in UILabel.

Also have a hidden UITextView so that you can call first responder on it to bring up the keyboard.


You're probably better off just using UIWebView for this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜