Usted puede llamar a estos métodos de EGOTextView
- (void) setFont: (UIFont *) de fuente
- (void) setText: (NSString *) Texto
- (void) setAttributedString: (NSAttributedString *)
cadena
- (void) setEditable: (BOOL) editable
- (void) drawContentInRect: (CGRect) rect
- (NSInteger) closestWhiteSpaceIndexToPoint: (CGPoint) p oint
- (NSInteger) closestIndexToPoint: (CGPoint) el punto
- (NSRange) characterRangeAtPoint _ :(CGPoint) el punto
- (NSRange) characterRangeAtIndex: (NSInteger) índice de
- (void) setCorrectionRange: (NSRange) cubre la
- (void) setLinkRange: (NSRange) cubre la
- (UIColor *) selectionColor
- (UITextPosition *) positionFromPosition: (UITextPosition *) offset de posición: (NSInteger) compensado
- (void) deleteBackward
- (void) checkLinksForRange: (NSRange) cubre la
- (void) checkSpellingForRange: (NSRange) cubre la
- (void) LongPress: (UILongPressGestureRecognizer *) gesto
- (void) DoubleTap: (UITapGestureRecognizer *) gesto
- (void) spellingCorrection: (UIMenuController *) emisor
de acuerdo con su necesidad, sigue habiendo mucho más llamada al método.
lo mismo para mí. No puedo encontrar ninguna diferencia en su demo – Jacky
Puede ponerse en contacto con esto, ya lo menciono en git Repo. No dude en ponerse en contacto con [email protected] si necesita ayuda con EGOTextView. –