Pisces_seven
Pisces_seven
> draw line with image pattern. Have you found a solution to this demand?
I am also using this great library, first of all thank you to the author, and then want to ask if there are any plans to update the v2 version...
> Hey, `v2` is very close to alpha release now, however it might lack some features from original release, but I hope I will be able to quickly add everything...
in AEOTPTextField.swift, We should create the label with a custom configuration, label.layer.borderWidth = otpDefaultBorderWidth label.layer.borderColor = otpDefaultBorderColor.cgColor like this: ` > func createLabel() -> UILabel { > let label =...