func textFieldShouldReturn()

in IoT-Sample/Swift/IoTSampleSwift/ConfigurationViewController.swift [143:146]


    func textFieldShouldReturn(_ textField: UITextField) -> Bool {
        topicTextField.resignFirstResponder()
        return true
    }