Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 538 Bytes

SKTextField

SKTextField is a demo snippet of UITexfield which consist of all UITextField delegate methods.

How it works

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