SKTextField is a demo snippet of UITexfield which consist of all UITextField delegate methods.
1. Tapping on First button it enables the First TextField and Disables the Second Button & UItextfield. 2. After that if u Tap on Done button you will get the Alter of what you have entered in first textfield. 3. Border of the textfield will change when you start editing. 4.Tapping on second button it enables the second TextField and Disables the first Button & UItextfield.Thanks