Easy XiB Localization Entity: A code-based localization mechanism that auto-generates unique but readable keys.
Archive for category Text
EXiLE
Mar 1
Tipi
Apr 28
AutoHyperlinks
Apr 21
AnsiLove
Apr 21
Renderer for ANSI/ASCII art and code for interpreting SAUCE records.
Greenwich
Apr 21
A Cocoa framework for letting localizers perform their localization in a window inside your application.
NoodleLineNumberView
Jul 30
An NSRulerView subclass for showing line numbers on the left of an NSTextView in an NSScrollView and setting “markers” (i.e. breakpoints in the style of Xcode).
The Diff Match and Patch libraries offer robust algorithms to
- Compare two blocks of plain text and efficiently return a list of differences.
- Find a search string’s best fuzzy match in a block of plain text, weighted for both accuracy and location.
- Apply a list of patches onto plain text using best-effort to apply patch even when the underlying text doesn’t match.
EGOTextView
Jun 20
A complete drop in replacement for UITextView, adding support for rich text editing.
JTextView
May 31
A UITextView replacement which supports an NSAttributedString text store. This allows the display of rich text.
TPKeyboardAvoiding
Apr 15
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.
Blog post about TPKeyboardAvoiding
Official TPKeyboardAvoiding repository