Skip to content

Instantly share code, notes, and snippets.

@ahmattox
ahmattox / UITextField+SelectionRanges.h
Created January 5, 2013 19:35
UITextField category to handle selections with NSRanges. Adds methods to get an NSRange representing the current selection and to select a range of characters with an NSRange.
//
// UITextField+SelectionRanges.h
// Kitchen Unit Converter
//
// Created by Anthony Mattox on 1/5/13.
// Copyright (c) 2013 Friends of The Web. All rights reserved.
//
#import <UIKit/UIKit.h>