func textFieldShouldReturn()

in amazon-ivs-optimizations-ios-demo/Controllers/SettingsViewController.swift [149:152]


    func textFieldShouldReturn(_ textField: UITextField) -> Bool {
        processCustomUrlText()
        return false
    }