ReadMe.txt

TextViewDelegate
==============
 
ABOUT:
 
This application demonstrates the use of the text view's delegate to control selection 
  and user input.  We use an unmodified text view, except that as its delegate we make
  sure that whenever a return is entered, the text that has been typed up to that point
  is colored red, and is recorded as committed, so that no further changes are allowed 
  to it.
  
===========================================================================
BUILD REQUIREMENTS:
 
Xcode 3.2, Mac OS X 10.6 Snow Leopard or later
 
===========================================================================
RUNTIME REQUIREMENTS:
 
Mac OS X 10.6 Snow Leopard or later
 
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
 
Version 1.1
- Project updated for Xcode 4.
Version 1.0
- First version.
 
===========================================================================
Copyright (C) 2002-2011 Apple Inc. All rights reserved.