Posts by Lucas Alencar • 1 point
1 post
-
0
votes2
answers804
viewsA: Brazilian telephone mask
You can use the function textField shouldChangeCharactersIn range. To do this, you need to connect the Uitextfield delegate to your Viewcontroller (either through storyboard or through code), create…