SkillAgentSearch skills...

UITextViewExtras

methods for text paths,ranges,hit testing

Install / Use

/learn @00StevenG/UITextViewExtras
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UITextViewExtras

Mostly just digging around the UITextInputProtocol and UITextInputTokenizer.

From iOS 6 UITextView supports NSAttributedString (with some limitations). NSAttributedString deals primarily with NSRange. These methods primarily concerned with finding the coordinates of ranges, UITextRange and NSRange conversion and simple hit testing.

At this point this code assumes left to right writing direction. As noted in the header.

I've used theses methods in a couple my own apps...

http://appstore.com/dragpad

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated3mo ago
Forks6

Languages

Objective-C

Security Score

92/100

Audited on Dec 16, 2025

No findings