首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >EGOTextView样品

EGOTextView样品
EN

Stack Overflow用户
提问于 2012-03-18 14:00:20
回答 1查看 750关注 0票数 8

我一直在为一个EGOTextView项目使用iOS,并且能够完成一些非常基本的编辑。很酷,它可以插入到UITextView的位置。但现在恐怕我不太明白如何完全使用。有人知道使用EGOTextView进行富文本编辑的示例吗?

EN

回答 1

Stack Overflow用户

发布于 2013-06-25 07:46:35

您可以将这些方法称为EGOTextView

  • (void)setFont:(UIFont *)font
  • (void)setText:(NSString *)text
  • (void)setAttributedString:(NSAttributedString*)string
  • (void)setEditable:(BOOL)editable
  • (void)drawContentInRect:(CGRect)rect
  • (NSInteger)closestWhiteSpaceIndexToPoint:(CGPoint)point
  • (NSInteger)closestIndexToPoint:(CGPoint)point
  • (NSRange)characterRangeAtPoint_:(CGPoint)point
  • (NSRange)characterRangeAtIndex:(NSInteger)index
  • (void)setCorrectionRange:(NSRange)range
  • (void)setLinkRange:(NSRange)range
  • (UIColor*)selectionColor
  • (UITextPosition*)positionFromPosition:(UITextPosition *)职位offset:(NSInteger)offset
  • (void)deleteBackward
  • (void)checkLinksForRange:(NSRange)range
  • (void)checkSpellingForRange:(NSRange)range
  • (void)longPress:(UILongPressGestureRecognizer*)gesture
  • (void)doubleTap:(UITapGestureRecognizer*)gesture
  • (void)spellingCorrection:(UIMenuController*)sender

根据您的需要,还有更多的方法调用仍然存在。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9758892

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档