I want to code this screen especially the custom pin code textfield.
I would like to use a view and configure shape layers (by using a CAReplicatorLayer) within it then responds to keyboard by animating the shape layers.
Or can a UITextfield be used in order to have the same result?
I was wondering what is the best solution in order to build the pin code view.
Hi @bionik6,
what you want is not an UITextField but UIControl and UITraits. That way you can have a lot more custom control over what you want to so. You can use simple views or shape layers, that is up to you on how you want to implement it.