@IBOutlet weak var creditCardTXTField: UITextField!
 @IBOutlet weak var phoneNUmberTxtField: UITextField!
I have two UITextFields .When I enter a number in the first textfield it should return a float value. for eg if I enter 15 it should return 15.00. This should happen when i click the second UItextfield. (didEndEditing method is used here)
 
     
    