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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -