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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -