DTTextSelectionRect Class Reference
Inherits from | NSObject |
Conforms to | DTTextSelectionRect |
Declared in | DTTextSelectionRect.h |
Overview
The concrete class to represent a text selection rectangle. The receiver conforms to the DTTextSelectionRect protocol.
As of iOS6 there is an abstract UITextSelectionRect
that will be used if the deployment target is iOS 6 or higher. In these cases text selection will be represented by DTTextSelectionRectDerived instances otherwise DTTextSelectionRect will be used.