func textFieldShouldClear()

in amazon-ivs-optimizations-ios-demo/Controllers/SettingsViewController.swift [144:147]


    func textFieldShouldClear(_ textField: UITextField) -> Bool {
        processCustomUrlText()
        return true
    }