Salar Soleimani
Salar Soleimani
I tried to add a blur case in BackgroundTypeStyle. then in addBackground() method added: ```swift case .blur: backgroundView = UIView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width,height: UIScreen.main.bounds.height)) let blurEffect =...
Hi, Thanks for the beautiful textfield you made. I have an issue: when I use the `CHIOTPField.text = ""` or `CHIOTPField.text = nil` it does not clear the textfield properly....
Could you please make a sample with start recording function with outputURL. I just didn't know how could I create a file URL then pass it into this function. Thanks