Please I have this code snippet and I don't know why it is not working: ``` let pincodeView = PinCodeTextField() pincodeView.isSecureTextEntry = true pincodeView.characterLimit = 4 $0.addSubview(pincodeView) ```