swift - iOS CosmicMind/Material TextField Mask -


i add pattern uitextfield. example, when user starts type, automatically format content inside the uitextfield following mask:

'###.###.###-##' // brazilian document format

'+99 (99) 99999-9999' // brazilian phone number format.

how can material uitextfield ?

i have tried find in official repository's documents unable to.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -