2012-03-18 9 views
8

He estado jugando con EGOTextView para un proyecto de iOS y he podido hacer algunas ediciones muy básicas. Es realmente genial cómo se puede enchufar en el lugar de UITextView. Pero ahora me temo que no entiendo correctamente cómo usar completamente. ¿Alguien sabe de una muestra usando EGOTextView para la edición de texto enriquecido?EGOTextView muestra

+0

lo mismo para mí. No puedo encontrar ninguna diferencia en su demo – Jacky

+0

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. –

Respuesta

1

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.